]> AND Private Git Repository - modelisationMathS3.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
symboles -a
authorcouchot <jf.couchot@gmail.com>
Tue, 2 Sep 2014 06:57:36 +0000 (08:57 +0200)
committercouchot <jf.couchot@gmail.com>
Tue, 2 Sep 2014 06:57:36 +0000 (08:57 +0200)
schemacrypto.eps [new file with mode: 0644]

diff --git a/schemacrypto.eps b/schemacrypto.eps
new file mode 100644 (file)
index 0000000..bed3fa8
--- /dev/null
@@ -0,0 +1,381 @@
+%!PS-Adobe-3.0
+%%Creator: graphviz version 2.36.0 (20140111.2315)
+%%Title: G
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+        dup dup findfont dup length dict begin
+        { 1 index /FID ne { def }{ pop pop } ifelse
+        } forall
+        /Encoding EncodingVector def
+        currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+       dup 1 exch div /InvScaleFactor exch def
+       scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+/tapered { } bind def
+
+% hooks for setting color 
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage {   % i j npages
+       /npages exch def
+       /j exch def
+       /i exch def
+       /str 10 string def
+       npages 1 gt {
+               gsave
+                       coordfont setfont
+                       0 0 moveto
+                       (\() show i str cvs show (,) show j str cvs show (\)) show
+               grestore
+       } if
+} bind def
+
+/set_font {
+       findfont exch
+       scalefont setfont
+} def
+
+% draw text fitted to its expected width
+/alignedtext {                 % width text
+       /text exch def
+       /width exch def
+       gsave
+               width 0 gt {
+                       [] 0 setdash
+                       text stringwidth pop width exch sub text length div 0 text ashow
+               } if
+       grestore
+} def
+
+/boxprim {                             % xcorner ycorner xsize ysize
+               4 2 roll
+               moveto
+               2 copy
+               exch 0 rlineto
+               0 exch rlineto
+               pop neg 0 rlineto
+               closepath
+} bind def
+
+/ellipse_path {
+       /ry exch def
+       /rx exch def
+       /y exch def
+       /x exch def
+       matrix currentmatrix
+       newpath
+       x y translate
+       rx ry scale
+       0 0 1 0 360 arc
+       setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+       [       % layer color sequence - darkest to lightest
+               [0 0 0]
+               [.2 .8 .8]
+               [.4 .8 .8]
+               [.6 .8 .8]
+               [.8 .8 .8]
+       ]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+       layercolorseq curlayer 1 sub layerlen mod get
+       aload pop sethsbcolor
+       /nodecolor {nopcolor} def
+       /edgecolor {nopcolor} def
+       /graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+       /myupper exch def
+       /mylower exch def
+       curlayer mylower lt
+       curlayer myupper gt
+       or
+       {invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+    userdict (<<) cvn ([) cvn load put
+    userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+%%Page: 1 1
+%%PageBoundingBox: 36 36 427 368
+%%PageOrientation: Portrait
+0 0 1 beginpage
+gsave
+36 36 391 332 boxprim clip newpath
+1 1 set_scale 0 rotate 40 40 translate
+% E
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+46 306 46.22 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+18.5 302.3 moveto 55 (Emetteur ) alignedtext
+grestore
+% C
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+123 234 53.42 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+89.5 230.3 moveto 67 (Chiffrement) alignedtext
+grestore
+% E->C
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 63.47 289.12 moveto
+73.64 279.87 86.63 268.07 97.88 257.84 curveto
+stroke
+0 0 0 edgecolor
+newpath 100.29 260.38 moveto
+105.33 251.06 lineto
+95.58 255.2 lineto
+closepath fill
+1 setlinewidth
+solid
+0 0 0 edgecolor
+newpath 100.29 260.38 moveto
+105.33 251.06 lineto
+95.58 255.2 lineto
+closepath stroke
+grestore
+% M
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+123 162 67.39 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+79 158.3 moveto 88 (Message chiffré) alignedtext
+grestore
+% C->M
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 123 215.7 moveto
+123 207.98 123 198.71 123 190.11 curveto
+stroke
+0 0 0 edgecolor
+newpath 126.5 190.1 moveto
+123 180.1 lineto
+119.5 190.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0 0 0 edgecolor
+newpath 126.5 190.1 moveto
+123 180.1 lineto
+119.5 190.1 lineto
+closepath stroke
+grestore
+% A
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+200 306 89.54 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+139 302.3 moveto 122 (Algorithme + une clé ) alignedtext
+grestore
+% A->C
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 181.36 288.05 moveto
+171.4 279 159.01 267.73 148.2 257.91 curveto
+stroke
+0 0 0 edgecolor
+newpath 150.43 255.2 moveto
+140.67 251.07 lineto
+145.72 260.38 lineto
+closepath fill
+1 setlinewidth
+solid
+0 0 0 edgecolor
+newpath 150.43 255.2 moveto
+140.67 251.07 lineto
+145.72 260.38 lineto
+closepath stroke
+grestore
+% Ap
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+296 162 87.14 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+237 158.3 moveto 118 (Algorithme + une clé) alignedtext
+grestore
+% D
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+209 90 62.09 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+169 86.3 moveto 80 (Déchiffrement) alignedtext
+grestore
+% Ap->D
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 275.38 144.41 moveto
+263.92 135.19 249.5 123.59 237.03 113.55 curveto
+stroke
+0 0 0 edgecolor
+newpath 239.15 110.77 moveto
+229.17 107.23 lineto
+234.77 116.22 lineto
+closepath fill
+1 setlinewidth
+solid
+0 0 0 edgecolor
+newpath 239.15 110.77 moveto
+229.17 107.23 lineto
+234.77 116.22 lineto
+closepath stroke
+grestore
+% M->D
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 142.95 144.76 moveto
+154.34 135.49 168.81 123.71 181.29 113.55 curveto
+stroke
+0 0 0 edgecolor
+newpath 183.62 116.17 moveto
+189.16 107.15 lineto
+179.2 110.75 lineto
+closepath fill
+1 setlinewidth
+solid
+0 0 0 edgecolor
+newpath 183.62 116.17 moveto
+189.16 107.15 lineto
+179.2 110.75 lineto
+closepath stroke
+grestore
+% R
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+209 18 46.22 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+181.5 14.3 moveto 55 (Récepteur) alignedtext
+grestore
+% D->R
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 209 71.7 moveto
+209 63.98 209 54.71 209 46.11 curveto
+stroke
+0 0 0 edgecolor
+newpath 212.5 46.1 moveto
+209 36.1 lineto
+205.5 46.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0 0 0 edgecolor
+newpath 212.5 46.1 moveto
+209 36.1 lineto
+205.5 46.1 lineto
+closepath stroke
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 427 368
+end
+restore
+%%EOF