OpenCores
URL https://opencores.org/ocsvn/product_code_iterative_decoder/product_code_iterative_decoder/trunk

Subversion Repositories product_code_iterative_decoder

[/] [product_code_iterative_decoder/] [trunk/] [doc/] [bit_errors.eps] - Blame information for rev 10

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 arif_endro
%!PS-Adobe-3.0 EPSF-3.0
2
%%Creator: xpdf/pdftops 2.01
3
%%LanguageLevel: 2
4
%%BoundingBox: 0 0 170 106
5
%%DocumentSuppliedResources: (atend)
6
%%EndComments
7
%%BeginProlog
8
%%BeginResource: procset xpdf 2.01 0
9
/xpdf 75 dict def xpdf begin
10
% PDF special state
11
/pdfDictSize 14 def
12
/pdfSetup {
13
  3 1 roll 2 array astore
14
  /setpagedevice where {
15
    pop 3 dict begin
16
      /PageSize exch def
17
      /ImagingBBox null def
18
      /Policies 1 dict dup begin /PageSize 3 def end def
19
      { /Duplex true def } if
20
    currentdict end setpagedevice
21
  } {
22
    pop pop
23
  } ifelse
24
} def
25
/pdfStartPage {
26
  pdfDictSize dict begin
27
  /pdfFill [0] def
28
  /pdfStroke [0] def
29
  /pdfLastFill false def
30
  /pdfLastStroke false def
31
  /pdfTextMat [1 0 0 1 0 0] def
32
  /pdfFontSize 0 def
33
  /pdfCharSpacing 0 def
34
  /pdfTextRender 0 def
35
  /pdfTextRise 0 def
36
  /pdfWordSpacing 0 def
37
  /pdfHorizScaling 1 def
38
} def
39
/pdfEndPage { end } def
40
% separation convention operators
41
/findcmykcustomcolor where {
42
  pop
43
}{
44
  /findcmykcustomcolor { 5 array astore } def
45
} ifelse
46
/setcustomcolor where {
47
  pop
48
}{
49
  /setcustomcolor {
50
    exch
51
    [ exch /Separation exch dup 4 get exch /DeviceCMYK exch
52
 
53
      [ exch /dup load exch { mul exch dup } /forall load
54
        /pop load dup ] cvx
55
    ] setcolorspace setcolor
56
  } def
57
} ifelse
58
/customcolorimage where {
59
  pop
60
}{
61
  /customcolorimage {
62
    gsave
63
    [ exch /Separation exch dup 4 get exch /DeviceCMYK exch
64
 
65
      [ exch /dup load exch { mul exch dup } /forall load
66
        /pop load dup ] cvx
67
    ] setcolorspace
68
    10 dict begin
69
      /ImageType 1 def
70
      /DataSource exch def
71
      /ImageMatrix exch def
72
      /BitsPerComponent exch def
73
      /Height exch def
74
      /Width exch def
75
      /Decode [1 0] def
76
    currentdict end
77
    image
78
    grestore
79
  } def
80
} ifelse
81
% PDF color state
82
/sCol {
83
  pdfLastStroke not {
84
    pdfStroke aload length
85
    dup 1 eq {
86
      pop setgray
87
    }{
88
      dup 3 eq {
89
        pop setrgbcolor
90
      }{
91
        4 eq {
92
          setcmykcolor
93
        }{
94
          findcmykcustomcolor exch setcustomcolor
95
        } ifelse
96
      } ifelse
97
    } ifelse
98
    /pdfLastStroke true def /pdfLastFill false def
99
  } if
100
} def
101
/fCol {
102
  pdfLastFill not {
103
    pdfFill aload length
104
    dup 1 eq {
105
      pop setgray
106
    }{
107
      dup 3 eq {
108
        pop setrgbcolor
109
      }{
110
        4 eq {
111
          setcmykcolor
112
        }{
113
          findcmykcustomcolor exch setcustomcolor
114
        } ifelse
115
      } ifelse
116
    } ifelse
117
    /pdfLastFill true def /pdfLastStroke false def
118
  } if
119
} def
120
% build a font
121
/pdfMakeFont {
122
  4 3 roll findfont
123
  4 2 roll matrix scale makefont
124
  dup length dict begin
125
    { 1 index /FID ne { def } { pop pop } ifelse } forall
126
    /Encoding exch def
127
    currentdict
128
  end
129
  definefont pop
130
} def
131
/pdfMakeFont16 {
132
  exch findfont
133
  dup length dict begin
134
    { 1 index /FID ne { def } { pop pop } ifelse } forall
135
    /WMode exch def
136
    currentdict
137
  end
138
  definefont pop
139
} def
140
/pdfMakeFont16L3 {
141
  1 index /CIDFont resourcestatus {
142
    pop pop 1 index /CIDFont findresource /CIDFontType known
143
  } {
144
    false
145
  } ifelse
146
  {
147
 
148
    exch 1 array astore composefont pop
149
  } {
150
    pdfMakeFont16
151
  } ifelse
152
} def
153
% graphics state operators
154
/q { gsave pdfDictSize dict begin } def
155
/Q { end grestore } def
156
/cm { concat } def
157
/d { setdash } def
158
/i { setflat } def
159
/j { setlinejoin } def
160
/J { setlinecap } def
161
/M { setmiterlimit } def
162
/w { setlinewidth } def
163
% color operators
164
/g { dup 1 array astore /pdfFill exch def setgray
165
     /pdfLastFill true def /pdfLastStroke false def } def
166
/G { dup 1 array astore /pdfStroke exch def setgray
167
     /pdfLastStroke true def /pdfLastFill false def } def
168
/rg { 3 copy 3 array astore /pdfFill exch def setrgbcolor
169
      /pdfLastFill true def /pdfLastStroke false def } def
170
/RG { 3 copy 3 array astore /pdfStroke exch def setrgbcolor
171
      /pdfLastStroke true def /pdfLastFill false def } def
172
/k { 4 copy 4 array astore /pdfFill exch def setcmykcolor
173
     /pdfLastFill true def /pdfLastStroke false def } def
174
/K { 4 copy 4 array astore /pdfStroke exch def setcmykcolor
175
     /pdfLastStroke true def /pdfLastFill false def } def
176
/ck { 6 copy 6 array astore /pdfFill exch def
177
      findcmykcustomcolor exch setcustomcolor
178
      /pdfLastFill true def /pdfLastStroke false def } def
179
/CK { 6 copy 6 array astore /pdfStroke exch def
180
      findcmykcustomcolor exch setcustomcolor
181
      /pdfLastStroke true def /pdfLastFill false def } def
182
% path segment operators
183
/m { moveto } def
184
/l { lineto } def
185
/c { curveto } def
186
/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
187
      neg 0 rlineto closepath } def
188
/h { closepath } def
189
% path painting operators
190
/S { sCol stroke } def
191
/Sf { fCol stroke } def
192
/f { fCol fill } def
193
/f* { fCol eofill } def
194
% clipping operators
195
/W { clip newpath } def
196
/W* { eoclip newpath } def
197
% text state operators
198
/Tc { /pdfCharSpacing exch def } def
199
/Tf { dup /pdfFontSize exch def
200
      dup pdfHorizScaling mul exch matrix scale
201
      pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
202
      exch findfont exch makefont setfont } def
203
/Tr { /pdfTextRender exch def } def
204
/Ts { /pdfTextRise exch def } def
205
/Tw { /pdfWordSpacing exch def } def
206
/Tz { /pdfHorizScaling exch def } def
207
% text positioning operators
208
/Td { pdfTextMat transform moveto } def
209
/Tm { /pdfTextMat exch def } def
210
% text string operators
211
/awcp { % awidthcharpath
212
  exch {
213
    1 string dup 0 3 index put 2 index charpath
214
    3 index 3 index rmoveto
215
    4 index eq { 5 index 5 index rmoveto } if
216
  } forall
217
  6 {pop} repeat
218
} def
219
/Tj { fCol
220
 
221
      1 index stringwidth pdfTextMat idtransform pop
222
      sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
223
      pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
224
      4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
225
      pdfTextMat dtransform
226
      6 5 roll
227
      currentpoint 8 2 roll
228
      pdfTextRender 1 and 0 eq {
229
        6 copy awidthshow
230
      } if
231
      pdfTextRender 3 and dup 1 eq exch 2 eq or {
232
        8 6 roll moveto
233
        currentfont /FontType get 3 eq { fCol } { sCol } ifelse
234
        false awcp currentpoint stroke moveto
235
      } {
236
        8 {pop} repeat
237
      } ifelse
238
 
239
/Tj16 { pdfTextRender 1 and 0 eq { fCol } { sCol } ifelse
240
 
241
        2 index stringwidth pdfTextMat idtransform pop
242
        sub exch div
243
        pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
244
        4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
245
        pdfTextMat dtransform
246
        6 5 roll awidthshow
247
 
248
/Tj16V { pdfTextRender 1 and 0 eq { fCol } { sCol } ifelse
249
 
250
         2 index stringwidth pdfTextMat idtransform exch pop
251
         sub exch div
252
 
253
         4 3 roll pdfCharSpacing add 0 exch
254
         pdfTextMat dtransform
255
         6 5 roll awidthshow
256
 
257
/TJm { pdfFontSize 0.001 mul mul neg 0
258
       pdfTextMat dtransform rmoveto } def
259
/TJmV { pdfFontSize 0.001 mul mul neg 0 exch
260
        pdfTextMat dtransform rmoveto } def
261
% Level 1 image operators
262
/pdfIm1 {
263
  /pdfImBuf1 4 index string def
264
  { currentfile pdfImBuf1 readhexstring pop } image
265
} def
266
/pdfIm1Sep {
267
  /pdfImBuf1 4 index string def
268
  /pdfImBuf2 4 index string def
269
  /pdfImBuf3 4 index string def
270
  /pdfImBuf4 4 index string def
271
  { currentfile pdfImBuf1 readhexstring pop }
272
  { currentfile pdfImBuf2 readhexstring pop }
273
  { currentfile pdfImBuf3 readhexstring pop }
274
  { currentfile pdfImBuf4 readhexstring pop }
275
  true 4 colorimage
276
} def
277
/pdfImM1 {
278
  /pdfImBuf1 4 index 7 add 8 idiv string def
279
  { currentfile pdfImBuf1 readhexstring pop } imagemask
280
} def
281
% Level 2 image operators
282
/pdfImBuf 100 string def
283
/pdfIm {
284
  image
285
  { currentfile pdfImBuf readline
286
    not { pop exit } if
287
    (%-EOD-) eq { exit } if } loop
288
} def
289
/pdfImSep {
290
  findcmykcustomcolor exch
291
  dup /Width get /pdfImBuf1 exch string def
292
  begin Width Height BitsPerComponent ImageMatrix DataSource end
293
  /pdfImData exch def
294
  { pdfImData pdfImBuf1 readstring pop
295
 
296
      1 index exch 2 copy get 255 exch sub put
297
    } for }
298
  6 5 roll customcolorimage
299
  { currentfile pdfImBuf readline
300
    not { pop exit } if
301
    (%-EOD-) eq { exit } if } loop
302
} def
303
/pdfImM {
304
  fCol imagemask
305
  { currentfile pdfImBuf readline
306
    not { pop exit } if
307
    (%-EOD-) eq { exit } if } loop
308
} def
309
end
310
%%EndResource
311
%%EndProlog
312
%%BeginSetup
313
xpdf begin
314
%%BeginResource: font BAAAAA+LucidaSans
315
%!PS-TrueTypeFont-29810.5
316
10 dict begin
317
/FontName /BAAAAA+LucidaSans def
318
/FontType 42 def
319
/FontMatrix [1 0 0 1 0 0] def
320
/FontBBox [0 -296 1488 1579] def
321
/PaintType 0 def
322
/Encoding 256 array
323
dup 0 /c00 put
324
dup 1 /c01 put
325
dup 2 /c02 put
326
dup 3 /c03 put
327
dup 4 /c04 put
328
dup 5 /c05 put
329
dup 6 /c06 put
330
dup 7 /c07 put
331
dup 8 /c08 put
332
dup 9 /c09 put
333
dup 10 /c0a put
334
dup 11 /c0b put
335
dup 12 /c0c put
336
dup 13 /c0d put
337
dup 14 /c0e put
338
dup 15 /c0f put
339
dup 16 /c10 put
340
dup 17 /c11 put
341
dup 18 /c12 put
342
dup 19 /c13 put
343
dup 20 /c14 put
344
dup 21 /c15 put
345
dup 22 /c16 put
346
dup 23 /c17 put
347
dup 24 /c18 put
348
dup 25 /c19 put
349
dup 26 /c1a put
350
dup 27 /c1b put
351
dup 28 /c1c put
352
dup 29 /c1d put
353
dup 30 /c1e put
354
dup 31 /c1f put
355
dup 32 /c20 put
356
dup 33 /c21 put
357
dup 34 /c22 put
358
dup 35 /c23 put
359
dup 36 /c24 put
360
dup 37 /c25 put
361
dup 38 /c26 put
362
dup 39 /c27 put
363
dup 40 /c28 put
364
dup 41 /c29 put
365
dup 42 /c2a put
366
dup 43 /c2b put
367
dup 44 /c2c put
368
dup 45 /c2d put
369
dup 46 /c2e put
370
dup 47 /c2f put
371
dup 48 /c30 put
372
dup 49 /c31 put
373
dup 50 /c32 put
374
dup 51 /c33 put
375
dup 52 /c34 put
376
dup 53 /c35 put
377
dup 54 /c36 put
378
dup 55 /c37 put
379
dup 56 /c38 put
380
dup 57 /c39 put
381
dup 58 /c3a put
382
dup 59 /c3b put
383
dup 60 /c3c put
384
dup 61 /c3d put
385
dup 62 /c3e put
386
dup 63 /c3f put
387
dup 64 /c40 put
388
dup 65 /c41 put
389
dup 66 /c42 put
390
dup 67 /c43 put
391
dup 68 /c44 put
392
dup 69 /c45 put
393
dup 70 /c46 put
394
dup 71 /c47 put
395
dup 72 /c48 put
396
dup 73 /c49 put
397
dup 74 /c4a put
398
dup 75 /c4b put
399
dup 76 /c4c put
400
dup 77 /c4d put
401
dup 78 /c4e put
402
dup 79 /c4f put
403
dup 80 /c50 put
404
dup 81 /c51 put
405
dup 82 /c52 put
406
dup 83 /c53 put
407
dup 84 /c54 put
408
dup 85 /c55 put
409
dup 86 /c56 put
410
dup 87 /c57 put
411
dup 88 /c58 put
412
dup 89 /c59 put
413
dup 90 /c5a put
414
dup 91 /c5b put
415
dup 92 /c5c put
416
dup 93 /c5d put
417
dup 94 /c5e put
418
dup 95 /c5f put
419
dup 96 /c60 put
420
dup 97 /c61 put
421
dup 98 /c62 put
422
dup 99 /c63 put
423
dup 100 /c64 put
424
dup 101 /c65 put
425
dup 102 /c66 put
426
dup 103 /c67 put
427
dup 104 /c68 put
428
dup 105 /c69 put
429
dup 106 /c6a put
430
dup 107 /c6b put
431
dup 108 /c6c put
432
dup 109 /c6d put
433
dup 110 /c6e put
434
dup 111 /c6f put
435
dup 112 /c70 put
436
dup 113 /c71 put
437
dup 114 /c72 put
438
dup 115 /c73 put
439
dup 116 /c74 put
440
dup 117 /c75 put
441
dup 118 /c76 put
442
dup 119 /c77 put
443
dup 120 /c78 put
444
dup 121 /c79 put
445
dup 122 /c7a put
446
dup 123 /c7b put
447
dup 124 /c7c put
448
dup 125 /c7d put
449
dup 126 /c7e put
450
dup 127 /c7f put
451
dup 128 /c80 put
452
dup 129 /c81 put
453
dup 130 /c82 put
454
dup 131 /c83 put
455
dup 132 /c84 put
456
dup 133 /c85 put
457
dup 134 /c86 put
458
dup 135 /c87 put
459
dup 136 /c88 put
460
dup 137 /c89 put
461
dup 138 /c8a put
462
dup 139 /c8b put
463
dup 140 /c8c put
464
dup 141 /c8d put
465
dup 142 /c8e put
466
dup 143 /c8f put
467
dup 144 /c90 put
468
dup 145 /c91 put
469
dup 146 /c92 put
470
dup 147 /c93 put
471
dup 148 /c94 put
472
dup 149 /c95 put
473
dup 150 /c96 put
474
dup 151 /c97 put
475
dup 152 /c98 put
476
dup 153 /c99 put
477
dup 154 /c9a put
478
dup 155 /c9b put
479
dup 156 /c9c put
480
dup 157 /c9d put
481
dup 158 /c9e put
482
dup 159 /c9f put
483
dup 160 /ca0 put
484
dup 161 /ca1 put
485
dup 162 /ca2 put
486
dup 163 /ca3 put
487
dup 164 /ca4 put
488
dup 165 /ca5 put
489
dup 166 /ca6 put
490
dup 167 /ca7 put
491
dup 168 /ca8 put
492
dup 169 /ca9 put
493
dup 170 /caa put
494
dup 171 /cab put
495
dup 172 /cac put
496
dup 173 /cad put
497
dup 174 /cae put
498
dup 175 /caf put
499
dup 176 /cb0 put
500
dup 177 /cb1 put
501
dup 178 /cb2 put
502
dup 179 /cb3 put
503
dup 180 /cb4 put
504
dup 181 /cb5 put
505
dup 182 /cb6 put
506
dup 183 /cb7 put
507
dup 184 /cb8 put
508
dup 185 /cb9 put
509
dup 186 /cba put
510
dup 187 /cbb put
511
dup 188 /cbc put
512
dup 189 /cbd put
513
dup 190 /cbe put
514
dup 191 /cbf put
515
dup 192 /cc0 put
516
dup 193 /cc1 put
517
dup 194 /cc2 put
518
dup 195 /cc3 put
519
dup 196 /cc4 put
520
dup 197 /cc5 put
521
dup 198 /cc6 put
522
dup 199 /cc7 put
523
dup 200 /cc8 put
524
dup 201 /cc9 put
525
dup 202 /cca put
526
dup 203 /ccb put
527
dup 204 /ccc put
528
dup 205 /ccd put
529
dup 206 /cce put
530
dup 207 /ccf put
531
dup 208 /cd0 put
532
dup 209 /cd1 put
533
dup 210 /cd2 put
534
dup 211 /cd3 put
535
dup 212 /cd4 put
536
dup 213 /cd5 put
537
dup 214 /cd6 put
538
dup 215 /cd7 put
539
dup 216 /cd8 put
540
dup 217 /cd9 put
541
dup 218 /cda put
542
dup 219 /cdb put
543
dup 220 /cdc put
544
dup 221 /cdd put
545
dup 222 /cde put
546
dup 223 /cdf put
547
dup 224 /ce0 put
548
dup 225 /ce1 put
549
dup 226 /ce2 put
550
dup 227 /ce3 put
551
dup 228 /ce4 put
552
dup 229 /ce5 put
553
dup 230 /ce6 put
554
dup 231 /ce7 put
555
dup 232 /ce8 put
556
dup 233 /ce9 put
557
dup 234 /cea put
558
dup 235 /ceb put
559
dup 236 /cec put
560
dup 237 /ced put
561
dup 238 /cee put
562
dup 239 /cef put
563
dup 240 /cf0 put
564
dup 241 /cf1 put
565
dup 242 /cf2 put
566
dup 243 /cf3 put
567
dup 244 /cf4 put
568
dup 245 /cf5 put
569
dup 246 /cf6 put
570
dup 247 /cf7 put
571
dup 248 /cf8 put
572
dup 249 /cf9 put
573
dup 250 /cfa put
574
dup 251 /cfb put
575
dup 252 /cfc put
576
dup 253 /cfd put
577
dup 254 /cfe put
578
dup 255 /cff put
579
readonly def
580
/CharStrings 256 dict dup begin
581
/.notdef 0 def
582
/c01 1 def
583
/c02 2 def
584
/c03 3 def
585
/c04 4 def
586
/c05 5 def
587
/c06 6 def
588
/c07 7 def
589
/c08 8 def
590
/c09 9 def
591
/c0a 10 def
592
/c0b 11 def
593
/c0c 12 def
594
/c0d 13 def
595
/c0e 14 def
596
/c0f 15 def
597
/c10 16 def
598
/c11 17 def
599
/c12 18 def
600
/c13 19 def
601
/c14 20 def
602 6 arif_endro
/c15 21 def
603 2 arif_endro
end readonly def
604
/sfnts [
605
<00010000000900800003001063767420E079001A0000009C000006E26670676D
606 6 arif_endro
122126C200000780000007EE676C796662FDC35200000F700000121868656164
607
197E410B000021880000003668686561079BFE5D000021C000000024686D7478
608
4DB10B67000021E40000004E6C6F636134002F48000022340000002E6D617870
609
06FE030800002264000000207072657099CCCFD00000228400000DDC00>
610 2 arif_endro
<062B0019000005C80025000005C800250000000000000000000000000000043E
611
001800000000FFDB00000000FFE800000000FFDB0000FE75FFE8000000000000
612
FED8000000000000000000000000000000000000000000000000000000000000
613
0000000000000000000000000000000000000000000000000000000000000000
614
0000080000000800000004000000000000000000000000000000000000000000
615
0000000000000000000000000000000000000000000000000000000000000000
616
0000000000000000000000C5006F000CFF3BFF91FFF400BF00680014FF41FF98
617
FFEC00000000000000000000000000000000000000000082FF7E00DF00D200C9
618
00B400AD009B00DE00D200C500BE00B900AB00E300D200C600B900AD00950062
619
000000A4009D0085000000AA00A10094007200AD00A100940085000000C50000
620
00000000000000000000000000000000012800000000000000000000000000F7
621
00F700970141004A00F700000000000000000000000000000000009400940094
622
0000000000000000000000000000000000000000000000000000000000000000
623
000000000000000000E6FF1A00000000000000000000000000000000000000DE
624
FF22007C007C027502E4006F006F009A009100AC00A000000000000000000000
625
0069000000A50073007B00C501ED006201BC0066009D00880064008F0250FFEA
626
05C9001603780016006F00000000000000000000000000000000000000B90088
627
009300A000DE00CD00990000000000000096005800790064039CFFF1062B000F
628
0750000F02AFFFF1007B00000000000000000000000000000096005800790064
629
039CFFF1062B000F0750000F02AFFFF1007B0000006F00000000000000000000
630
00B9008C010A007E00C50031004F009A00420000012800F700A0006300940082
631
0082009700C600B300B3007C007B009100000000000000000000000006440000
632
000004A00019000000000800043E001800000400000000000000053400000000
633
0000FFE70000FF780000000000C500940000FED80000000000E100760063003C
634
002D001E000FFF1FFF3BFF48FF65FF79FF9DFFBD00DE00B900AD00A600DE00D2
635
00C500BF00B900A900910197007C0062005C005602CC01ED0197007C006F0062
636
0056004A011D010D009E00940035000000000000000000000000000005C80025
637
0000050300000000000008000000000000000400000000000000047B00000000
638
0000FFDB00000000FFE70000000000000000FF3B000000000000000001920117
639
00F700C800C300B800AD00A6009C0092008A0080007B00740068005A0050001E
640
003A00000192011700F700E500D200C500B900AD008A0080007B00740068005E
641
0054004A000000000141003E0000000000000000000000000000000005D50019
642
0000056600000000000008000000000000000400000000000000043E001800C5
643
03C200DE00000000FFE70000000000000000FE00000000000000000000CD00C5
644
00AD00A100940088007C0075006F0063003100F700C600B900A0006300C500B3
645
00A10088007C0075006F00630056003100F700C600B900C600940082006F0063
646
003E003200190000FF3AFF7EFF9DFFCE0057006F02B301280183008800880000
647
0000000000000000000000000000000000AC008800C501ED006201BC001800DE
648
013E0000007C00AC00C500960000000000000000000000000000000000000000
649
0000000000000000000000000000000000000000000000000000000000000000
650
0000000000000000000000000000080000000000000004000000000000000000
651
0000000000000000000000000000000000000000000000000000000000000000
652
05ED0281009400D200B600AC007B0063007E0000000000000000000000000000
653
0000000000B904A000C500630000000000000000000000000000000000000000
654
0000000000000000000000000000000000000000000000000000000000000000
655
006100AC00D00000000000000000000000000000003E00AC00B700D50097003E
656
0079006700D8050300620378007F000000000000000000000000000000000000
657
000005ED00000000000008000104005C00000400000000000000000000000000
658
0000FFDB000000000000000000000000000000000000000000000000003E0503
659
00D8011200AD009300D800F700AD00B700790067050300D80092000000000000
660
0000000000000000000000000000000000000000076C000C0000000000000000
661
0000080000AC00A0000004000000000000000503002300000000000000000000
662
FFDD0000000000000000FD1C0000000000000000017200C600AD0096009F00BD
663
0085008F009800A600D2009A00B400A600A6007D007D00AC00DE00DE006B0011
664
005D0060009403340305046D00A10082008A0089007F00880141017B01DA0246
665
0242000000>
666
<40415249483E3C3B3A393837363534333231302F2E2D2C2B2A29282726252423
667
2221201F1E1D1C1B1A191817161514131211100F0E0D0C0B0A09080706050403
668
0201002C0118B0184358456AB0194360B00C2344231020B00C4EF04D2FB00012
669
1B21231120332F592D2C0118B0184358B0052BB000134BB0145058B100403859
670
B0062B1B21231120332F592D2C0118B01843584EB0032510F221B000124D1B20
671
45B00425B00425234A6164B0285258212310D61BB0032510F221B0001259592D
672
2CB01A435821211BB00225B0022549B00325B003254A612064B0105058212121
673
1BB00325B0032549B0005058B0005058B8FFE238211BB0003821591BB0005258
674
B01E38211BB0003821595959592D2C0118B0184358B0052BB000134BB0145058
675
B90000FFC03859B0062B1B21231120332F592D2C4E018A10B10C194344B00014
676
B1000CE2B00015B90000FFF03800B0003CB0282BB0022510B0003C2D2C0118B0
677
002FB00114F2B00113B001154DB000122D2C0118B0184358B0052BB00013B900
678
00FFE038B0062B1B21231120332F592D2C0118B018435845646A23456469B019
679
43646060B00C2344231020B00CF02FB000121B2121208A208A525811331B2121
680
59592D2C014BB0C85158B10B0A432343650A592D2C004BB0C8515800B10A0B43
681
23430B592D2C00B00C2370B1010C3E01B00C2370B1020C453AB10200080D2D2C
682
B0122BB0022545B00225456AB0408B60B0022523442121212D2CB0132BB00225
683
45B00225456AB8FFC08C60B0022523442121212D2CB000B0122B2121212D2CB0
684
00B0132B2121212D2C014BB0C85158B00643B00743650A592D2C2069B04061B0
685
008B20B12CC08A8CB8100062602B0C642364615C58B00361592D2CB100032545
686
6854B01C4B505A58B0032545B0032545606820B004252344B0042523441BB003
687
25204568208A2344B00325456860B003252344592D2CB00325204568208A2344
688
B003254564686560B00425B0016023442D2CB00943588721C01BB01243588745
689
B0112BB00D2344B00D7AE41B038A45186920B00D23448A8A8720B0A05158B011
690
2BB00D2344B00D7AE41B21B00D7AE4595959182D2C208A4523456860442D2C45
691
6A422D2C01182F2D2C0118B0184358B00425B00425496423456469B0408B6120
692
B080626AB00225B00225618CB0194360B00C2344218A10B00CF6211B21212121
693
592D2C01B0184358B0022545B002254564606AB00325456A6120B00425456A20
694
8A8B65B0042523448CB00325234421211B20456A4420456A44592D2C012045B0
695
0055B018435A584568234569B0408B6120B080626A208A236120B003258B65B0
696
042523448CB00325234421211B2121B0192B592D2C018A8A4564234564616442
697
2D2CB00425B00425B0192BB0184358B00425B00425B00325B01B2B01B0022543
698
B04054B0022543B000545A58B003252045B040614459B0022543B00054B00225
699
43B040545A58B004252045B04060445959212121212D2CB0032520B007258705
700
2E23208AB00425B00725B0142B1021C4212D2CC02D2C4B525845441B2121592D
701
2CB00243583DED181BED592D2C4B505845441B2121592D2C01184B52588A2FED
702
1B212121592D2C4B53234B515A58B003254568B003254568B003256054582121
703
211BB00225456860B0032523442121591B212121592D2CB00243583DCD181BCD
704
592D2C462346608A8A462320468A608A61B8FF8062232010238AB10C0C8A7045
705
6020B0005058B00161B8FFBA8B1BB0468C59B0106068013A2D2C2045B0032546
706
524BB013515B58B0022546206861B00325B003253F2321381B2111592D2C2045
707
B00325465058B0022546206861B00325B003253F2321381B2111592D2C004BB0
708
C8515800B00743B006430B592D2C8A10EC2D2CB00C4358211B2046B0005258B8
709
FFF0381BB0103859592D2C20B0005558B8100063B003254564B00325456461B0
710
005358B0021BB04061B00359254569535845441B2121591B21B0022545B00225
711
456164B028515845441B212159592D2C21210C6423648BB84000622D2C21B080
712
51580C6423648BB82000621BB200402F2B59B002602D2C21B0C051580C642364
713
8BB81555621BB200802F2B59B002602D2C0C6423648BB84000626023212D2C18
714
4B5358B00425B00425496423456469B0408B6120B080626AB00225B00225618C
715
B00C2344218A10B00CF6211B218A11231220392F592D2CB00225B002254964B0
716
C05458B8FFF838B008381B2121592D2CB0134358031B02592D2CB0134358021B
717
03592D2CB00A2B2310203CB0172B2D2CB00225B8FFF038B0282B8A102320D023
718
B0102BB0054358C01B3C59201011B00012012D2C4B53234B515A58381B212159
719
2D2C01B0022510D023C901B00113B0001410B0013CB001162D2C01B00013B001
720
B0032549B0031738B001132D2C4B53234B515A5820458A60441B2121592D2C18
721
4B5358B00425B004254964B00325B00325496468B0408B6120B080626AB00225
722
B00225618CB00C234421B004251023B00CF61BB00425B0042511122320392F59
723
CC21212D2C0118B0184358B0052546234564611B21B00425B004254A59B00E23
724
442310B00EEC2310B00EEC2D2CB01B435820B0016045B000515820B001602045
725
2068B0005558B0206044211B212121591B20B0016020452068B0005558B8FFE0
726
6044B01C4B50582045B02060441B21591B21212159591B21592D2C462346608A
727
8A462320468A608A61B8FF8062232010238AB10C0C8A70456020B0005058B001
728
61B8FF808B1BB0818C59683A2D2C4B53234B515A58381B2121592D2C4B545838
729
1B2121592D2C4B52587D1B7A592D000000>
730
<00020100000005000500000300070000211121112521112101000400FC400380
731
FC800500FB0040048000000000>
732
<00010064FFDB03E905ED00230138B90013FFF840AF1B1E48F51B01180101F801
733
010916191602D916E91602B604C604027A198A1902151D01851D01571E012A0C
734
5A0C023A0C4A0C6A0C7A0C8A0C05991F01121F221F026B0D011B0D3B0D022823
735
0108230107110109280601591001E81001562201472201D822E822024C0B018C
736
0BEC0B020C0A1C0A4C0A032C0A6C0A7C0A03680E780EF80E03441C01341C441C
737
841CA41CB41CF41C060920192002080F1A2104001214921F152F150215179212
738
04029203B8FFC04033090C4803059200131A7F0F14400C0F4814140F035F087F
739
08025F217F2102087E2140000320035003030A0325216F0224036C022B2B015F
740
5E5D1A18104DED5D5D1239392F2B2FED003FFDD62BED3FFDD65DED1112173931
741
3001715D715D5D715D715D715D5D5D71005E5D5D715D715D5D5D715D5D715D5D
742
5D715D715D2B0522273516333236353426272726263534363332171526232206
743
1514161717161615140401E195E8FAA17C97638566BD9BF8C0ABBEEA736D8E68
744
8A6AC098FEE32541D074826A577A4B3B6CBF7FABDD39C05C74584A724F3C6DC2
745
88C1EA0000>
746
<000100BF0000052A05C80009006E401E460301031F0301000230020210200701
747
0F070107080D1048000201120602B8FFF840240C0F480301520807087F020314
748
0203020300070208038006088000400B066E020A006B022B2B011A18104DED10
749
ED113939002F3F3130872B872BC4012B5F5E5D2B5D5D005E5D5D5F5D37113301
750
113311230111BFCE02E9B4CDFD160005C8FB890477FA380477FB890000>
751
<000200BF000004FA05C8000C001300AE40742707013906010606260602E60601
752
2E113E114E110311380D1148260F01260F360F020603F6030209450F01160401
753
A707019A07015E126E127E12030918151948070A010A090152097E0807140808
754
070D9207010B0B08001392010300107E050705080D0C7E00400F080112031508
755
700214006B022B2B015F5E5D1A18104DED321139392FED002F3FED1139392F12
756
39ED31308705102B2B10C4015D2B5D5D5D5D5D005E5D5D712B715D715D713711
757
213216151005012101231111332011342123BF01C0D5E3FED501EEFEFEFE5BC4
758
44018CFEB4840005C8BCB3FED87CFD4B0272FD8E030F0137E500000000>
759
<0001007BFED80250062B000D0096406D650901590889089908C908D908050810
760
0C0F48690D01160D260D560DC60DD60DF60D060600360086009600D600050C89
761
0C01890A01C70C01060201B80201A50B018802C802020606010F036F069F06AF
762
060300098009A009031106009C0120089C070008000B8504400E0466022B011A
763
18104DEDC432003FED3FED3130015F5E5D5D5F5E5D5D5D5D5D5D5D5D005E5D5D
764
5D2B5D5D05152602111012371506021110120250D8FDFDD8937D7DA0889301F9
765
011E011D01F99388A0FE90FEEFFEEEFE9000000000>
766
<0002006FFFE70444062B000E001700FD4079390201051601E51601F91301D90F
767
01D40F010A071A07028A07DA0702BB0BCB0B02A40BB40B02CA10FA1002B510C5
768
1002BB01019201B201026617010A173A17020B6B048B049B040304200D104809
769
0801B908E908F90803160826083608B608040414010B12010B12AB12BB12EB12
770
040C8C0AAC0A02A60A010AB8FFF0403E0C0F48930801037F16016F027F02FF02
771
030F051F052F057F05DF05050D050C000F0B11970910001701159503160F0B00
772
850E13840640190E6802180666022B2B011A18104DED10ED3232003FED32322F
773
3FED32323F3130015F5E5D5D5D5F5D002B5D5D5E5D715D5D5D712B5D5E5D715D
774
5D5D5D5D5D5D715D5D5D5D717125350623220235101233321711331103262320
775
1110333237037E78F2C4E1FFD0C17FC6C69989FEE5FCA49D00CCE5011EF8010F
776
014A940269F9D5033B87FE4FFE83B30000>
777
<000300BF0000044505C8000C0016001E00FD4032E60801491401E91401091C39
778
1C491C591C04491C591CA91CF91C046D1C7D1C8D1C03351A451A027D138D1302
779
1330010D4811B8FFD0402C0E11483906019906010C0A9C0AAC0A03B604C60402
780
03041304230403090C1C4C1C020C104C10020D9703010AB8FFF840511A1D480C
781
0B011103400B500B020F131F1302140507169317400100179330301E9201030D
782
92003A074A078A0703070D1B7E05127D090F091F09029F0901170D7E00400F09
783
4F0902090320096F021F006B022B2B015F5E5D1A18104DED325D7110EDD4ED12
784
395D002FED3FED2B001A18104DED393130015F5E5D5D5F5E5D2B5D5E5D5D005E
785
5D5D5D5D712B2B5D5D5D5D715D715D3711213216151005041114062327333237
786
3635342623233533323635342123BF0180DEEDFED0016BF0E2E42BE74482ECB1
787
3B43A8B9FEAE520005C8A89EFEF3726FFEDEB4BE9D1D379584AF859083DA000000>
788
<FFFF004AFED8021F062B00570004029A0000C0004000000000>
789
<000100BE0000019005C80003001B400D010300037E00400405007E30302B011A
790
18104DED002F3F313037113311BED20005C8FA3800>
791
<00010012000004FE05C80007004E403506029203030000051005400580050400
792
05800590050305060F021F024F028F02040F028F029F02030A0302067E014008
793
09017E30302B011A18104DEDCD5F5E5D7110CD5D71002F3FED32313025112135
794
21152111021FFDF304ECFDF300052B9D9DFAD50000>
795
<000100BF0000042505C8000B003D402108920540010005923030049201030992
796
0007030B05097E00400D0B70020C006B022B2B011A18104DED3210C4C4002FED
797
3FED2B001A18104DED3130371121152111211521112115BF033BFD970205FDFB
798
02940005C89DFE259BFDE89D00>
799
<00020068FFDB05D005ED000B0017010640C4240C012B1201F60201F60A01C90A
800
01180401F80401270401C70401190801F90801260801C6080136160106164616
801
E616033A14010A144A14EA14034910E91002460EE60E02170B470B02C70B0129
802
0B01190B590B690B790BD90B05480701C807011607011607560766077607D607
803
05480501C805011605011605560566057605D605051701012901011901590169
804
017901D901050C0D010317010313010C110109032F0F012015010008011A0612
805
9206040C9200130F7D09157D034019096F0218036C022B2B011A18104DED10ED
806
003FED3FED3130015F5E5D5D5D5F5E5D5D5D5D005D71715D715D715D715D715D
807
715D715D5D5D715D715D715D715D715D715D5D5D717105200011100021200011
808
10002532121110022322021110120313FECCFE890179013B013A017AFE86FEC0
809
E3F8F9DCDDF8F62501AB015F016101A7FE5AFEA0FE99FE5B9D0147012A012101
810
46FEB9FEDDFEDEFEB400000000>
811
<000101340000044A05ED00090058403089049904B904C9040404100B11480304
812
0152049B050614050605060707019B0008A8078B0401A8200201000210020202
813
B8FFC0B613184802020B0A1112392F2B5D71ED32FDED002FED323FDD3130872B
814
2B10C4002B712535211105352511211501340128FED801EE0128009404904A98
815
7BFAA79400>
816
<00020082FFDB048E05ED000B001300A44074270401280A01E70C01030A01890A
817
01860801291001591089109910A910E91005190B290B02690B01190129010219
818
01690102160726070216076607021605011605660502031301030B010C0D010A
819
0F010511010B030F0E010012011C05109B06070C9B00190E8A09128A03401509
820
7C0214037B022B2B011A18104DED10ED003FED3FED3130015F5E5D5D5F5E5D5D
821
5D5D5D005D715D715D715D715D715D5D5D5D7171052200111000333200111000
822
27201110212011100282E5FEE5011DE9E9011DFEE3ED0139FECBFECC2501AF01
823
5B015E01AAFE56FEA5FE9CFE5794027C026EFD8CFD8A000000>
824
<000100C1FED8037105C800030055402B79030116022602860203460356030203
825
9F01010F001F00020C0601030203BF000114000100200103021000B8FFF0B705
826
026802040065022B2B01383800183F3F313087054D2B877DC4015F5E5D5D5F5D
827
5D005D13013301C102159BFDEBFED806F0F9100000>
828
<0002009CFFDB048A05ED0015002100DC401DB61DC61D027A108A1002C9070142
829
125212621203360F0109180C0F480DB8FFE840170C0F482A1A01290601151255
830
1265120303051305020905B8FFD840400D1048390501861E961E024A046A0402
831
860A960A020A200C0F48090C190C290C030C199B060E2F083F08020808141F9B
832
0E07009B0F011F01020E01039B141901B8FFC0401C0E11480101110B1C068A11
833
168B0B40001101110323117C02220B7B022B2B015F5E5D1A18104DED10FDC511
834
12392F2B003FFDD65E5DED3FED12392F5D1239ED3130015E5D2B5D5D5D5D002B
835
5E5D5D5D5D2B2B5D5D5D5D5D3735163332121106232200353400333200111000
836
2122031416333236353426232206E9BC84B8CF96BFBBFEFC0115D2F10116FEAD
837
FEDF744199857DB1AB8B819509A74101390117B90113C6E3012BFE7DFEB0FE82
838
FE3F042BACC6AA78BDE7B70000>
839
<00020089FFDB047C05EE0014002000EC403909121912291203F72001EB17FB17
840
02F10A015A076A0702480901380948095809980904CA1C01361CB61C02260101
841
270D770D870D0304030103B8FFE0401B0C0F480A141A145A146A140409690C01
842
5700010407140794070304B8FFE8404D0C0F48060616062606038C1D01161D01
843
090A010C0008189B300240020202020E08109B0F11010D11139B0E071E9B0819
844
10400E114810100B158B051B008A0B40000501110322057C02210B7B022B2B01
845
5F5E5D1A18104DFDC510ED12392F2B003FED3FFDD65E5DED1112392F5DED1239
846
3130015E5D5D5D5D2B5D5D5D005E5D2B5D5D5D5D5D5D715D5D5D5D7101363332
847
121514002322001110002132171526232001342623220615141633323601608D
848
D6C2F7FEEBD5F5FEEC013D012084C6D185FE86025697867DB4AB8D7F9702FFB7
849
FEFFC9E7FED6018A015E018101AA38AC50FC66A8C0A876BAE1B7000000>
850
<000100AA0000042205ED001900DD409E370F010A121A1202FA1201F80D01F710
851
01C810018A13BA13DA13EA1304270A01F80A010A081316487807013B084B0802
852
0820171A4808132813022C08010C151C150236024602020A02010816181602D8
853
16E816020A0501CA05FA05028605014710015710010C9B0F0B1F0B020B0B099B
854
11060E070117990018068A111789400B000F111F11020F11CF11DF11EF11040D
855
031B11D5020F000119031A007B022B015F5E5D2B015F5E5D711810C41A4DED10
856
EDC4002FED323F3939FDD65E5DED3130015D715D5D715D717171715D005D2B5D
857
5D2B5D715D5D5D5D5D7171373536253736353426232207353633321615140607
858
0706072115AA56010671DA95829AD1C5C2D0FC7FAD4CED25028300ADC9ED65C5
859
C27C8E77AE5DE0B985CE9341C9B7AD0000>
860
<000100D0FFDB042F05ED001E0115401E250C01761201391E491E591E03071B01
861
E717010910391002E910F9100202B8FFF8401A171B48A818B818026A0E7A0E8A
862
0E0345055505650503B9190119B8FFD0400A0C114804151415020915B8FFE040
863
811215486A07011C0E2C0E5C0E6C0E040C041C042C04030C075C076C0703380D
864
480D02F80D011C08151848A91401031F064F065F06030F06CF06020B0618089C
865
0B40141D0B9C3030129B110F9B1407009B30010101039B1D192F187F188F1803
866
0D8B1640151848161109068A09111618044F1A011A0000100002600070009000
867
03002F5D71D45D1739ED2F2F2F2BED5D003FFDD65DED3FFDD6ED2B001A18104D
868
ED393130015F5E5D715F5D2B5D715D5D5D005D2B5E5D2B5D5D5D5D2B5D715D71
869
71715D3735163332363510212335372011342122073536332011100504111404
870
2322D0D47A8DB1FE4B4E45019AFEF294B2AFA501C6FECB0166FEECF1890BB854
871
A583013885010121E353AC3BFEA9FEFB6F53FECBD1EE000000>
872 6 arif_endro
<000100DE0000049405C8000A0064404056087608C6080359089908A908B90804
873
04200D114808049907060004080A89400F00010B000008050008010E030C087C
874
020005200530054005040C030B05DF022B015F5E5D2B015F5E5D111239182F5E
875
5D1A4DED1239002F3FED323130012B005D5D253636370121352115000301341D
876
6B880194FD0603B6FDC74400ADFCDC028AB9B9FCB9FE380000>
877
<000200690000048205C8000A000D007F40542A0DFA0D020D1812164807036703
878
028703E703020803014A0B01070B270B370B03070B370B02A604010D0B01520B
879
8E03041403030409060C9A9001010101000406000C8C04018C08060009500902
880
090F100301032F5D10D65D32CDED32ED002F3F12392F5DED393931308705102B
881
042B10C4015D5D7171005D5D712B5D25112135013311331523110121110303FD
882
66029AB9C6C6FD6E01E60001A3950390FC7CA1FE5D0244029200000000>
883
<0001000000013333CA745BF15F0F3CF5001B080000000000B47FC3D700000000
884 2 arif_endro
000000000000FED805D0062B00000009000100000000000000>
885
<00010000079AFE4B000000000000000000000001000000000000000000000000
886
0000001100>
887
<06000100044F006405E900BF050F00BF029A007B0509006F049A00BF029A004A
888
024E00BE050F001202880000045600BF06370068050F0134050F0082043200C1
889 6 arif_endro
050F009C008900AA00D000DE0069000000>
890 2 arif_endro
<0000001600E8013601B4021E02C603760382039C03D603D6040C04C205040580
891 6 arif_endro
05BA0660070E07A6086208AE090C000000>
892
<00010000001600240003000E000100020010002800530000067C02AB0004000100>
893 2 arif_endro
<B900200361B312153918BE0361000100B4036E000100200368B2131639B90366
894
0333B2002B07BF035A0017035A0026035A00030020035AB21418394116036203
895
330005002B035803330000002B035503330000002B035103330005002B035003
896
330003002B034C0333B2002B3841150333000100770333008703330096033300
897
030099033300A9033300020004036D0014036D0002FFC0036DB2131739B9036A
898
0369B2002B0441150370003B0370009B037000AB0370000400040369000B036C
899
0054036D009B036F00AB036F00050010034AB31D1E3904411D03650014036500
900
340364003403650064036400050004036300120363003403630057034A005403
901
630062036300A8034A00D6036000080020035EB21A1C39B9FFE0036BB21A1C39
902
410A036B03320003002B035C03320001002B035B0332B2002B20B80359B21418
903
39411E035703320000002B035603320000002B035403320002002B0353033200
904
03002B035203320005002B034F03320005002B034E03320005002B034D0332B2
905
032B20B80332B31A1D39D7412E033200010339035F000E0339033A033B000C03
906
2D032E032F000C032A032B032C000C0099033900010345032B0347000D033F03
907
3A0341000D033C032E033E000D00000246001002460002007F02440001023F02
908
3C0001002B023E023CB2012BEFBB023D0001023D023CB2141F00BD023C001002
909
3C000201870188B21A1F40B80189B310163900410E0188001001880002018301
910
850002002B018401850002002B01860185B2022B80BB017F000100DF017C4067
911
01DFE016171CD4D516171C7B7C161B0F7B1F7B2F7B037B7C19D1D216171C7677
912
16171C6D7016171C6C6F16171C6B6E161B5F6E7F6B026B6E7F721A747514151C
913
676A14151C666914151C6568141B8F65A065D06503656885711A1973167A4319
914
21794319210240B8031BB20B0E39B9FFC0031AB20E0E39B9FFC0031AB3090C39
915
50BF030F0001031203130003002BFFC002E3B21B1C39B9FFC002E3B2191939B9
916
FFC002E3B2131639B9FFC002E3B2111139B9FFC002E3B20E0E39B9FFC002E3B2
917
0B0C39B9FFC002E3B309093940B802E2B317173940B802E2B3090E3910412602
918
5D0050025D0002000B024C001B024C006B024C0003000B024B001B024B000202
919
3A02040016001F023802040012001F023202310002002B023002310002002B02
920
2F0231001E001F022E0231B21E1F20B80231B31216390A412001F4000101EF01
921
EE0002002B01ED01EE0002002B01EC01EE0002002B01EB01EE0002002B01E801
922
E70003002B01E601E70004002B01E501E70002002BFFCA01E3B30B1139B9411D
923
01E70001007601E7008601E70002019401920002002B019301920002002B0192
924
01900006002B019101900007002B018F01900002002B018E0190B2022BBFBF01
925
900001007001900080019000020157B292042BB80153B291042BB8014FB29704
926
2BB80140B37F032B40B80143B21218394109012E012F0003002B011A011B0003
927
002B010FB295022BB8010EB295032BB80104403BFC022B10F850F80240E61A1B
928
399A9B032B9C9B042B9B970A2B9392042B9192062B9297042B9597042B989702
929
2B9697032BA097019F97AF97BF9703B903170316B2032B204112031500300315
930
00400315005003150004031502F60003002B031402F60003002B031102F6B203
931
2B2F410F02F6000102DE02DB0002002B02DD02DB0003002B02DC02DB0006002B
932
02D2B2BD062BB9FFC002B4B2101139410E02A802A70006002B02A402A2000600
933
2B02A302A20006002BFFC002A1B2121239B9FFC002A1B2090A39B80264B38502
934
2B40B80260B2151639B9FFC00260B20A0B39B9FFC0025FB2171839B9FFC0025E
935
B2242939B9FFC0025AB31011391F4114025B000100E0025B0001000F024A0001
936
001602490026024900020009022D0019022D0002FFC0022BB2111539B9FFC002
937
29B30D113920B80223B2121639BD022202200002002B02210220B2042BC94110
938
02200001021E02200003002B021F02200002002B01E001B50020002101DF01B5
939
B2262120B801DFB21E2139411A01DD01DC0002002B01DB01DC0002002B01DA01
940
DC0002002B01D901DC0002002B01D801D70003002B01D701D60002002B01D601
941
D4B2022BB0BF01D6000101D501D40002002B01D301D4B2022B69410B01D20001
942
00B901D2000101D201D40002002B01D101D4B2022B20B801D0B2090C39B9FFCA
943
01CFB30B11392BBF01A300A401A300B401A30003FFE001A6B2131539410D018D
944
018C0003002B018B018C0003002B018A018C0002002B0156B286022BB80155B2
945
80032BB80154B286052BB80152B287052BB80151B288052BB80150B288032BB8
946
014EB285032BB8014CB285022BB80142B287022BB8012CB285022BB80118B285
947
022BB9FFC00113B2345139B9FFE00113B22F3339B9FFE00113B2252939B9FFC0
948
0113B2242439B80113B2850A2BB9FFC00112B2171739B9FFC00112B20E1139B8
949
0111B285042BB80110400B85022BFAFB042BFB85022BB8FFC0400AF51011391F
950
F601E0F601B8FFC04009B1151C3940E51A1B39B8FFC0402EAF0D0F3900B40140
951
B450B460B470B480B4C0B4D0B4E0B4F0B409B4AF641FE8E7042B898A072B8A8B
952
062B8C8B062BB8FFC0B78E3032398E8D032BB8FFC040148D1E23398D8B022B8B
953
85082B8281042B8180032BB8FFC0B3804A4D39B8FFC0B3803F4339B8FFC0B380
954
343939B8FFC0B380282E39B8FFC0400C801D2339807E022B7F7E062BB8FFC040
955
0C7D4549397D7E062B7E85082BB8FFC04020881E23398887022B8785082B8685
956
062B83840A2B8485062B7085808502BF8501415C02FD02FE02FF000C02F102F2
957
02F3000C02EE02EF02F0000C030902EF030B000D030302FE0305000D030002F2
958
0302000D0309003C0303003C0300003C02FD003C02F1003C02EE003C028F0290
959
0291000C028302840285000C028002810282000C029B0281029D000D02950290
960
0297000D029202840294000D029B003C0295003C0292003C028F003C0283003C
961
0280003C021002110212000C020D020E020F000C020102020203000C01FE01FF
962
0200000C000B0211009B02114009029F12BF12DF12030F415602100050021000
963
02001F020D003F020D007F020D0003001F01FE0001021901FF021B000D021302
964
0E0215000D0219003C0213003C0210003C020D003C0206003C0201003C01FE00
965
3C01BD01BE01BF000C01B101B201B3000C01AE01AF01B0000C01C901AF01CB00
966
0D01C301BE01C5000D01C001B201C2000D01C9003C01C3003C01C0003C01BD00
967
3C01B1003C01AE003C016D016E016F000C016101620163000C015E015F016000
968
0C01610166B2171F1F413F0166003F0166007F016600030179015F017B000D01
969
73016E0175000D017001620172000D0179003C0173003C0170003C016D003C01
970
66003C0161003C015E003C01360137000F01300131000F01320133000E013401
971
35000E01220123000F011C011D000F011E011F000E01200121000E0102010300
972
0E01000101000E010040A803641FFEFF0F1B37151836151535151234150F3315
973
0C3215093115063015032F15002E1526270E28270F2A2B0E2C2B0F22230E2423
974
0F1E1F0E201F0F0F10110C090A0B0C0607080C0304050C0001020C000340131A
975
230003131F06031C1F1F0F3F0F7F0F032003011F034F03BF03FF03041B011D0D
976
18071A0D1510170D1204140D901B012C3C2A3C283C263C243C223C203C1E3C1B
977
3C183C153C123C0F3C093C063C033C003C503301B0124B004B5442B013014B00
978
4B5342B0332B4BB8032052B0322B4BB009505B58B101018E59B0332BB00288B8
979
010054B00488B8020054B012435A5B58B80119B101018E851BB900010100B04B
980
60858D59B1020042B00188B0235358B00188B0405158B02088B810005458B102
981
0142595959B0374B5058B1020042592B1DB0644B5358B0801D59B0324B5358B0
982
901D59004BB03A51B01B23422B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B732B2B
983
2B2B7374732B2B2B2B2B2B2B2B2B2B2B2B2B2BB1282645B02A4561B02C456044
984
2B2B2B2B2B2B2B2B2B2B2B2B002B2B2BB8010045B0FE4561B8010223442B2B2B
985
2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B732B2B2B2B2B2B2B2B2B2B2B2B2B2B2B
986
2B2B2B2B2B2B2B2B2B2B73737373732B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B
987
2B2B2B2B2B2B2B2B2B2B2B7473012B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B
988
2B2B2B2B2B2B2B2B2B2B73742B2B2B0173742B2B2B2B2B2B2B2B2B2B2B2B2B2B
989
2B2B2B2B2B2B2B2B2B2B2B2B2B732B2B2B2B74752B2B732B2B2B2B2B2B2B2B2B
990
2B2B2B752B2B2B2B2B73737473742B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B732B
991
2B2B732B0073742B2B2B2B2B2B2B2B2B2B00732B2B2B2B2B2B2B2B2B2B73742B
992
2B2B2B2B2B73742B2B2B2B2B2B2B2B732B2B2B2B2B2B2B7373732B2B2B2B2B2B
993
2B2B2B2B732B2B2B0143581B592B2BB018B0234B53422B2B732B2B2B2B2B732B
994
2B2B2B2B2B732B2B2BB8017C20456A44B8017D20456A44B8017E20456A44B801
995
7F20456A44B8018020456A44B8018120456A44B8018220456A44B8018320456A
996
44B8018420456A44B8018520456A44B8018620456A44B8018720456A44B80188
997
20456A44B8018920456A4473732B2B2B732B2BB8023B20456A44B8023C20456A
998
44B8023D20456A44B8023E20456A44B8023F20456A44B8024020456A44B80241
999
20456A44B8024220456A44B8024320456A44B8024420456A44B8024520456A44
1000
B8024620456A44B8024720456A44732B732B2B7373002B2B2B732B2B2B2B0175
1001
2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B73732B73732B2B74B9034B034A4568B803
1002
324569B0408B6144007374752B2B2B2B2B2B2B752B2B73752BB109322B4BB050
1003
52424BB008524BB008505BB01A23424BB0C8524BB036505BB00C234200>
1004
] def
1005
FontName currentdict end definefont pop
1006
%%EndResource
1007
/F9_0 /BAAAAA+LucidaSans 1 1
1008
[ /c00/c01/c02/c03/c04/c05/c06/c07
1009
  /c08/c09/c0a/c0b/c0c/c0d/c0e/c0f
1010
  /c10/c11/c12/c13/c14/c15/c16/c17
1011
  /c18/c19/c1a/c1b/c1c/c1d/c1e/c1f
1012
  /c20/c21/c22/c23/c24/c25/c26/c27
1013
  /c28/c29/c2a/c2b/c2c/c2d/c2e/c2f
1014
  /c30/c31/c32/c33/c34/c35/c36/c37
1015
  /c38/c39/c3a/c3b/c3c/c3d/c3e/c3f
1016
  /c40/c41/c42/c43/c44/c45/c46/c47
1017
  /c48/c49/c4a/c4b/c4c/c4d/c4e/c4f
1018
  /c50/c51/c52/c53/c54/c55/c56/c57
1019
  /c58/c59/c5a/c5b/c5c/c5d/c5e/c5f
1020
  /c60/c61/c62/c63/c64/c65/c66/c67
1021
  /c68/c69/c6a/c6b/c6c/c6d/c6e/c6f
1022
  /c70/c71/c72/c73/c74/c75/c76/c77
1023
  /c78/c79/c7a/c7b/c7c/c7d/c7e/c7f
1024
  /c80/c81/c82/c83/c84/c85/c86/c87
1025
  /c88/c89/c8a/c8b/c8c/c8d/c8e/c8f
1026
  /c90/c91/c92/c93/c94/c95/c96/c97
1027
  /c98/c99/c9a/c9b/c9c/c9d/c9e/c9f
1028
  /ca0/ca1/ca2/ca3/ca4/ca5/ca6/ca7
1029
  /ca8/ca9/caa/cab/cac/cad/cae/caf
1030
  /cb0/cb1/cb2/cb3/cb4/cb5/cb6/cb7
1031
  /cb8/cb9/cba/cbb/cbc/cbd/cbe/cbf
1032
  /cc0/cc1/cc2/cc3/cc4/cc5/cc6/cc7
1033
  /cc8/cc9/cca/ccb/ccc/ccd/cce/ccf
1034
  /cd0/cd1/cd2/cd3/cd4/cd5/cd6/cd7
1035
  /cd8/cd9/cda/cdb/cdc/cdd/cde/cdf
1036
  /ce0/ce1/ce2/ce3/ce4/ce5/ce6/ce7
1037
  /ce8/ce9/cea/ceb/cec/ced/cee/cef
1038
  /cf0/cf1/cf2/cf3/cf4/cf5/cf6/cf7
1039
  /cf8/cf9/cfa/cfb/cfc/cfd/cfe/cff]
1040
pdfMakeFont
1041
%%EndSetup
1042
pdfStartPage
1043
[] 0 d
1044
 
1045
 
1046
 
1047
10 M
1048
1 w
1049
 
1050
 
1051
 
1052
q
1053
 
1054
W*
1055
0.8 1 1 rg
1056
0.9 87.7 167.9 17.4 re
1057
f*
1058
1 1 0.8 rg
1059
0.9 1 167.9 86.7 re
1060
f*
1061
 
1062
 
1063
0.7 105.3 m
1064
168.9 105.3 l
1065
S
1066
0.7 87.6 m
1067
168.9 87.6 l
1068
S
1069
0.7 70.6 m
1070
168.9 70.6 l
1071
S
1072
0.7 52.9 m
1073
168.9 52.9 l
1074
S
1075
0.7 35.9 m
1076
168.9 35.9 l
1077
S
1078
0.7 18.2 m
1079
168.9 18.2 l
1080
S
1081
0.7 1.3 m
1082
168.9 1.3 l
1083
S
1084
0.7 105.3 m
1085
0.7 1.3 l
1086
S
1087
67.8 105.2 m
1088
67.8 1.3 l
1089
S
1090
168.9 105.3 m
1091
168.9 1.3 l
1092
S
1093
1 1 0.8 rg
1094
q
1095
 
1096
[1 0 0 1 0 0] Tm
1097
 
1098
[0.95804 0 0 1 12.6 90.9] Tm
1099
 
1100
/F9_0 11.8 Tf
1101
(\001) 6.3484 Tj
1102
[0.95804 0 0 1 19 90.9] Tm
1103
 
1104
/F9_0 11.8 Tf
1105
(\002) 8.7084 Tj
1106
[0.95804 0 0 1 27.5 90.9] Tm
1107
 
1108
/F9_0 11.8 Tf
1109
(\003) 7.4576 Tj
1110
[0.95804 0 0 1 34.5 90.9] Tm
1111
 
1112
/F9_0 11.8 Tf
1113
(\004) 3.835 Tj
1114
[0.95804 0 0 1 38.8 90.9] Tm
1115
 
1116
/F9_0 11.8 Tf
1117
(\005) 7.4222 Tj
1118
[0.95804 0 0 1 45.9 90.9] Tm
1119
 
1120
/F9_0 11.8 Tf
1121
(\006) 6.785 Tj
1122
[0.95804 0 0 1 52.2 90.9] Tm
1123
 
1124
/F9_0 11.8 Tf
1125
(\007) 3.835 Tj
1126
Q
1127
q
1128
 
1129
[1 0 0 1 0 0] Tm
1130
 
1131
[0.95804 0 0 1 87.4 90.9] Tm
1132
 
1133
/F9_0 11.8 Tf
1134
(\006) 6.785 Tj
1135
[0.95804 0 0 1 93.7 90.9] Tm
1136
 
1137
/F9_0 11.8 Tf
1138
(\010) 3.3984 Tj
1139
[0.95804 0 0 1 96.6 90.9] Tm
1140
 
1141
/F9_0 11.8 Tf
1142
(\011) 7.4576 Tj
1143
[0.95804 0 0 1 103.7 90.9] Tm
1144
 
1145
/F9_0 11.8 Tf
1146
(\012) 3.7288 Tj
1147
[0.95804 0 0 1 107.2 90.9] Tm
1148
 
1149
/F9_0 11.8 Tf
1150
(\013) 6.3838 Tj
1151
[0.95804 0 0 1 112.8 90.9] Tm
1152
 
1153
/F9_0 11.8 Tf
1154
(\003) 7.4576 Tj
1155
[0.95804 0 0 1 119.9 90.9] Tm
1156
 
1157
/F9_0 11.8 Tf
1158
(\003) 7.4576 Tj
1159
[0.95804 0 0 1 127 90.9] Tm
1160
 
1161
/F9_0 11.8 Tf
1162
(\014) 9.1568 Tj
1163
[0.95804 0 0 1 136.2 90.9] Tm
1164
 
1165
/F9_0 11.8 Tf
1166
(\003) 7.4576 Tj
1167
[0.95804 0 0 1 143.2 90.9] Tm
1168
 
1169
/F9_0 11.8 Tf
1170
(\001) 6.3484 Tj
1171
Q
1172
q
1173
 
1174
[1 0 0 1 0 0] Tm
1175
 
1176
[0.95804 0 0 1 23.9 73.5] Tm
1177
 
1178
/F9_0 11.8 Tf
1179
(\015) 7.4576 Tj
1180
[0.95804 0 0 1 31 73.5] Tm
1181
 
1182
/F9_0 11.8 Tf
1183
(\016) 7.4576 Tj
1184
[0.95804 0 0 1 38.1 73.5] Tm
1185
 
1186
/F9_0 11.8 Tf
1187
(\016) 7.4576 Tj
1188
Q
1189
q
1190
 
1191
[1 0 0 1 0 0] Tm
1192
 
1193
[0.95804 0 0 1 119.8 73.5] Tm
1194
 
1195
/F9_0 11.8 Tf
1196
(\016) 7.4576 Tj
1197
[0.95804 0 0 1 126.9 73.5] Tm
1198
 
1199
/F9_0 11.8 Tf
1200
(\017) 6.1832 Tj
1201
[0.95804 0 0 1 132.5 73.5] Tm
1202
 
1203
/F9_0 11.8 Tf
1204
(\015) 7.4576 Tj
1205
[0.95804 0 0 1 139.6 73.5] Tm
1206
 
1207
/F9_0 11.8 Tf
1208
(\016) 7.4576 Tj
1209
[0.95804 0 0 1 146.7 73.5] Tm
1210
 
1211
/F9_0 11.8 Tf
1212
(\016) 7.4576 Tj
1213
[0.95804 0 0 1 153.7 73.5] Tm
1214
 
1215
/F9_0 11.8 Tf
1216
(\016) 7.4576 Tj
1217
[0.95804 0 0 1 160.8 73.5] Tm
1218
 
1219
/F9_0 11.8 Tf
1220
(\016) 7.4576 Tj
1221
Q
1222
q
1223
 
1224
[1 0 0 1 0 0] Tm
1225
 
1226
[0.95804 0 0 1 31 56.2] Tm
1227
 
1228
/F9_0 11.8 Tf
1229
(\020) 7.4576 Tj
1230
Q
1231
q
1232
 
1233
[1 0 0 1 0 0] Tm
1234
 
1235
[0.95804 0 0 1 119.8 56.2] Tm
1236
 
1237
/F9_0 11.8 Tf
1238 6 arif_endro
(\016) 7.4576 Tj
1239 2 arif_endro
[0.95804 0 0 1 126.9 56.2] Tm
1240
 
1241
/F9_0 11.8 Tf
1242
(\017) 6.1832 Tj
1243
[0.95804 0 0 1 132.5 56.2] Tm
1244
 
1245
/F9_0 11.8 Tf
1246
(\015) 7.4576 Tj
1247
[0.95804 0 0 1 139.6 56.2] Tm
1248
 
1249
/F9_0 11.8 Tf
1250
(\016) 7.4576 Tj
1251
[0.95804 0 0 1 146.7 56.2] Tm
1252
 
1253
/F9_0 11.8 Tf
1254
(\016) 7.4576 Tj
1255
[0.95804 0 0 1 153.7 56.2] Tm
1256
 
1257
/F9_0 11.8 Tf
1258
(\016) 7.4576 Tj
1259
[0.95804 0 0 1 160.8 56.2] Tm
1260
 
1261
/F9_0 11.8 Tf
1262
(\016) 7.4576 Tj
1263
Q
1264
q
1265
 
1266
[1 0 0 1 0 0] Tm
1267
 
1268
[0.95804 0 0 1 31 38.8] Tm
1269
 
1270
/F9_0 11.8 Tf
1271 6 arif_endro
(\021) 7.4576 Tj
1272 2 arif_endro
Q
1273
q
1274
 
1275
[1 0 0 1 0 0] Tm
1276
 
1277 6 arif_endro
[0.95804 0 0 1 112.7 38.8] Tm
1278 2 arif_endro
 
1279
/F9_0 11.8 Tf
1280 6 arif_endro
(\015) 7.4576 Tj
1281 2 arif_endro
[0.95804 0 0 1 119.8 38.8] Tm
1282
 
1283
/F9_0 11.8 Tf
1284
(\022) 7.4576 Tj
1285
[0.95804 0 0 1 126.9 38.8] Tm
1286
 
1287
/F9_0 11.8 Tf
1288
(\017) 6.1832 Tj
1289
[0.95804 0 0 1 132.5 38.8] Tm
1290
 
1291
/F9_0 11.8 Tf
1292
(\015) 7.4576 Tj
1293
[0.95804 0 0 1 139.6 38.8] Tm
1294
 
1295
/F9_0 11.8 Tf
1296
(\016) 7.4576 Tj
1297
[0.95804 0 0 1 146.7 38.8] Tm
1298
 
1299
/F9_0 11.8 Tf
1300
(\016) 7.4576 Tj
1301
[0.95804 0 0 1 153.7 38.8] Tm
1302
 
1303
/F9_0 11.8 Tf
1304
(\016) 7.4576 Tj
1305
[0.95804 0 0 1 160.8 38.8] Tm
1306
 
1307
/F9_0 11.8 Tf
1308
(\016) 7.4576 Tj
1309
Q
1310
q
1311
 
1312
[1 0 0 1 0 0] Tm
1313
 
1314 6 arif_endro
[0.95804 0 0 1 31 21.5] Tm
1315 2 arif_endro
 
1316
/F9_0 11.8 Tf
1317 6 arif_endro
(\023) 7.4576 Tj
1318 2 arif_endro
Q
1319
q
1320
 
1321
[1 0 0 1 0 0] Tm
1322
 
1323 6 arif_endro
[0.95804 0 0 1 105.7 21.5] Tm
1324 2 arif_endro
 
1325
/F9_0 11.8 Tf
1326 6 arif_endro
(\022) 7.4576 Tj
1327
[0.95804 0 0 1 112.8 21.5] Tm
1328 2 arif_endro
 
1329
/F9_0 11.8 Tf
1330
(\024) 7.4576 Tj
1331 6 arif_endro
[0.95804 0 0 1 119.8 21.5] Tm
1332 2 arif_endro
 
1333
/F9_0 11.8 Tf
1334
(\020) 7.4576 Tj
1335
[0.95804 0 0 1 126.9 21.5] Tm
1336
 
1337
/F9_0 11.8 Tf
1338
(\017) 6.1832 Tj
1339
[0.95804 0 0 1 132.5 21.5] Tm
1340
 
1341
/F9_0 11.8 Tf
1342
(\015) 7.4576 Tj
1343
[0.95804 0 0 1 139.6 21.5] Tm
1344
 
1345
/F9_0 11.8 Tf
1346
(\016) 7.4576 Tj
1347
[0.95804 0 0 1 146.7 21.5] Tm
1348
 
1349
/F9_0 11.8 Tf
1350
(\016) 7.4576 Tj
1351
[0.95804 0 0 1 153.7 21.5] Tm
1352
 
1353
/F9_0 11.8 Tf
1354
(\016) 7.4576 Tj
1355
[0.95804 0 0 1 160.8 21.5] Tm
1356
 
1357
/F9_0 11.8 Tf
1358
(\016) 7.4576 Tj
1359
Q
1360
q
1361
 
1362
[1 0 0 1 0 0] Tm
1363
 
1364
[0.95804 0 0 1 31 4.2] Tm
1365
 
1366
/F9_0 11.8 Tf
1367
(\016) 7.4576 Tj
1368
Q
1369
q
1370
 
1371
[1 0 0 1 0 0] Tm
1372
 
1373 6 arif_endro
[0.95804 0 0 1 98.6 4.2] Tm
1374 2 arif_endro
 
1375
/F9_0 11.8 Tf
1376 6 arif_endro
(\015) 7.4576 Tj
1377
[0.95804 0 0 1 105.7 4.2] Tm
1378 2 arif_endro
 
1379
/F9_0 11.8 Tf
1380
(\023) 7.4576 Tj
1381 6 arif_endro
[0.95804 0 0 1 112.7 4.2] Tm
1382 2 arif_endro
 
1383
/F9_0 11.8 Tf
1384 6 arif_endro
(\015) 7.4576 Tj
1385
[0.95804 0 0 1 119.8 4.2] Tm
1386 2 arif_endro
 
1387
/F9_0 11.8 Tf
1388 6 arif_endro
(\025) 7.4576 Tj
1389 2 arif_endro
[0.95804 0 0 1 126.9 4.2] Tm
1390
 
1391
/F9_0 11.8 Tf
1392
(\017) 6.1832 Tj
1393
[0.95804 0 0 1 132.5 4.2] Tm
1394
 
1395
/F9_0 11.8 Tf
1396
(\015) 7.4576 Tj
1397
[0.95804 0 0 1 139.6 4.2] Tm
1398
 
1399
/F9_0 11.8 Tf
1400
(\016) 7.4576 Tj
1401
[0.95804 0 0 1 146.7 4.2] Tm
1402
 
1403
/F9_0 11.8 Tf
1404
(\016) 7.4576 Tj
1405
[0.95804 0 0 1 153.7 4.2] Tm
1406
 
1407
/F9_0 11.8 Tf
1408
(\016) 7.4576 Tj
1409
[0.95804 0 0 1 160.8 4.2] Tm
1410
 
1411
/F9_0 11.8 Tf
1412
(\016) 7.4576 Tj
1413
Q
1414
Q
1415
showpage
1416
%%PageTrailer
1417
pdfEndPage
1418
%%Trailer
1419
end
1420
%%DocumentSuppliedResources:
1421
%%+ font BAAAAA+LucidaSans
1422
%%EOF

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.