coax_domain_decomp.eps 12.4 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 6 595 300 830
%%Title: coax_domain_decomp
%%CreationDate: Fri Nov 18 11:17:45 2016
%%Creator: Tgif-4.2.5-QPL written by William Chia-Wei Cheng (bill.cheng@acm.org)
%%ProducedBy: (unknown)
%%Pages: 1
%%DocumentFonts: (atend)
%%EndComments
%%BeginProlog

/tgifdict 56 dict def
tgifdict begin

/tgifellipsedict 6 dict def
tgifellipsedict /mtrx matrix put

/TGEL % tgifellipse
 { tgifellipsedict begin
      /yrad exch def
      /xrad exch def
      /y exch def
      /x exch def
      /savematrix mtrx currentmatrix def
      x y translate
      xrad yrad scale
      0 0 1 0 360 arc
      savematrix setmatrix
   end
 } def

/tgifarrowtipdict 8 dict def
tgifarrowtipdict /mtrx matrix put

/TGAT % tgifarrowtip
 { tgifarrowtipdict begin
      /dy exch def
      /dx exch def
      /h exch def
      /w exch def
      /y exch def
      /x exch def
      /savematrix mtrx currentmatrix def
      x y translate
      dy dx atan rotate
      0 0 moveto
      w neg h lineto
      w neg h neg lineto
      savematrix setmatrix
   end
 } def

/TGMAX
 { exch dup 3 1 roll exch dup 3 1 roll gt { pop } { exch pop } ifelse
 } def
/TGMIN
 { exch dup 3 1 roll exch dup 3 1 roll lt { pop } { exch pop } ifelse
 } def
/TGSW { stringwidth pop } def
/tgifstrw 0 def

/bd { bind def } bind def

/GS { gsave } bd
/GR { grestore } bd
/NP { newpath } bd
/CP { closepath } bd
/CHP { charpath } bd
/CT { curveto } bd
/L { lineto } bd
/RL { rlineto } bd
/M { moveto } bd
/RM { rmoveto } bd
/S { stroke } bd
/F { fill } bd
/TR { translate } bd
/RO { rotate } bd
/SC { scale } bd
/MU { mul } bd
/DI { div } bd
/DU { dup } bd
/NE { neg } bd
/AD { add } bd
/SU { sub } bd
/PO { pop } bd
/EX { exch } bd
/CO { concat } bd
/CL { clip } bd
/EC { eoclip } bd
/EF { eofill } bd
/IM { image } bd
/IMM { imagemask } bd
/ARY { array } bd
/SG { setgray } bd
/RG { setrgbcolor } bd
/SD { setdash } bd
/W { setlinewidth } bd
/SM { setmiterlimit } bd
/SLC { setlinecap } bd
/SLJ { setlinejoin } bd
/SH { show } bd
/FF { findfont } bd
/MS { makefont setfont } bd
/AR { arcto 4 {pop} repeat } bd
/CURP { currentpoint } bd
/FLAT { flattenpath strokepath clip newpath } bd
/TGSM { tgiforigctm setmatrix } def
/TGRM { savematrix setmatrix } def

end

%%EndProlog
%%Page: 1 1

%%PageBoundingBox: 6 595 300 830
tgifdict begin
/tgifsavedpage save def

1 SM
1 W

0 SG

72 0 MU 72 11.602 MU TR
72 128 DI 100.000 MU 100 DI DU NE SC

GS

/tgiforigctm matrix currentmatrix def

% OVAL
0 SG
GS
   GS
      NP 256 153 96 133 TGEL
      S
   GR
GR

% OVAL
0 SG
NP 253 147 16 26 TGEL F
GS
   GS
      NP 253 147 16 26 TGEL
      S
   GR
GR

% POLY/OPEN-SPLINE
0 SG
GS
   NP
      256 121 M
      346 121 L
   TGSM
   1 W
   S
GR

% POLY/OPEN-SPLINE
0 SG
GS
   NP
      256 174 M
      352 174 L
   TGSM
   1 W
   S
GR

% POLY/OPEN-SPLINE
0 SG
GS
   NP
      256 20 M
      409 10 L
   TGSM
   1 W
   S
GR

% POLY/OPEN-SPLINE
0 SG
GS
   NP
      262 286 M
      406 276 L
   TGSM
   1 W
   S
GR

% POLY/OPEN-SPLINE
0 SG
GS
   NP
      31 423 M
      531 423 L
   TGSM
   5 W
   S
   1 W
GR

% POLY/OPEN-SPLINE
1.000 0.200 0.200 RG
GS
   NP
      209 417 M
      -131 0 atan DU cos 18.000 MU 209 exch SU
      exch sin 18.000 MU 286 exch SU L
   TGSM
   5 W
   S
   1 W
GR
GS
   TGSM
   NP
      209 286 18.000 7.000 0 -131 TGAT
   1 SG CP F
   1.000 0.200 0.200 RG
   NP
      209 286 18.000 7.000 0 -131 TGAT
   CP F
GR

% POLY/OPEN-SPLINE
1.000 0.200 0.200 RG
GS
   NP
      235 415 M
      -235 0 atan DU cos 18.000 MU 235 exch SU
      exch sin 18.000 MU 180 exch SU L
   TGSM
   5 W
   S
   1 W
GR
GS
   TGSM
   NP
      235 180 18.000 7.000 0 -235 TGAT
   1 SG CP F
   1.000 0.200 0.200 RG
   NP
      235 180 18.000 7.000 0 -235 TGAT
   CP F
GR

% POLY/OPEN-SPLINE
0.000 0.000 1.000 RG
GS
   NP
      265 270 M
      -85 0 atan DU cos 18.000 MU 265 exch SU
      exch sin 18.000 MU 185 exch SU L
   TGSM
   5 W
   S
   1 W
GR
GS
   TGSM
   NP
      265 185 18.000 7.000 0 -85 TGAT
   1 SG CP F
   0.000 0.000 1.000 RG
   NP
      265 185 18.000 7.000 0 -85 TGAT
   CP F
GR

% POLY/OPEN-SPLINE
0.000 0.000 1.000 RG
GS
   NP
      260 415 M
      -120 0 atan DU cos 18.000 MU 260 exch SU
      exch sin 18.000 MU 295 exch SU L
   TGSM
   5 W
   S
   1 W
GR
GS
   TGSM
   NP
      260 295 18.000 7.000 0 -120 TGAT
   1 SG CP F
   0.000 0.000 1.000 RG
   NP
      260 295 18.000 7.000 0 -120 TGAT
   CP F
GR

% POLY/OPEN-SPLINE
0.000 0.000 1.000 RG
GS
   NP
      325 295 M
      -10 100 atan DU cos 18.000 MU 425 exch SU
      exch sin 18.000 MU 285 exch SU L
   TGSM
   5 W
   S
   1 W
GR
GS
   TGSM
   NP
      425 285 18.000 7.000 100 -10 TGAT
   1 SG CP F
   0.000 0.000 1.000 RG
   NP
      425 285 18.000 7.000 100 -10 TGAT
   CP F
GR

% POLY/OPEN-SPLINE
0.000 0.000 1.000 RG
GS
   NP
      270 105 M
      0 60 atan DU cos 18.000 MU 330 exch SU
      exch sin 18.000 MU 105 exch SU L
   TGSM
   5 W
   S
   1 W
GR
GS
   TGSM
   NP
      330 105 18.000 7.000 60 0 TGAT
   1 SG CP F
   0.000 0.000 1.000 RG
   NP
      330 105 18.000 7.000 60 0 TGAT
   CP F
GR

% POLY/OPEN-SPLINE
0.000 0.000 1.000 RG
GS
   [12 4] 0 SD
   NP
      415 255 M
      10 -95 atan DU cos 18.000 MU 320 exch SU
      exch sin 18.000 MU 265 exch SU L
   TGSM
   5 W
   S
   [] 0 SD
   1 W
GR
GS
   TGSM
   NP
      320 265 18.000 7.000 -95 10 TGAT
   1 SG CP F
   0.000 0.000 1.000 RG
   NP
      320 265 18.000 7.000 -95 10 TGAT
   CP F
GR

% POLY/OPEN-SPLINE
0.000 0.000 1.000 RG
GS
   NP
      405 395 M
      10 -85 atan DU cos 18.000 MU 320 exch SU
      exch sin 18.000 MU 405 exch SU L
   TGSM
   5 W
   S
   1 W
GR
GS
   TGSM
   NP
      320 405 18.000 7.000 -85 10 TGAT
   1 SG CP F
   0.000 0.000 1.000 RG
   NP
      320 405 18.000 7.000 -85 10 TGAT
   CP F
GR

% POLY/OPEN-SPLINE
1.000 0.200 0.200 RG
GS
   NP
      85 395 M
      10 -70 atan DU cos 18.000 MU 15 exch SU
      exch sin 18.000 MU 405 exch SU L
   TGSM
   5 W
   S
   1 W
GR
GS
   TGSM
   NP
      15 405 18.000 7.000 -70 10 TGAT
   1 SG CP F
   1.000 0.200 0.200 RG
   NP
      15 405 18.000 7.000 -70 10 TGAT
   CP F
GR

% TEXT
NP
   /tgifstrw 0 def
   /tgifstrw tgifstrw
      /Courier FF [14 0 0 -14 0 0] MS
      (V1) TGSW 
   add def
1.000 0.200 0.200 RG
NP 190 351 M tgifstrw 2 DI NE 0 RM tgifstrw 0 RL 0 17 RL tgifstrw neg 0 RL CP 1 SG F
1.000 0.200 0.200 RG
   GS
      1 W
      190 365 M
      GS
        GS
        0
            /Courier FF [14 0 0 -14 0 0] MS
            (V1) TGSW 
        AD
        GR
      2 DI NE 0 RM
            1.000 0.200 0.200 RG
            /Courier FF [14 0 0 -14 0 0] MS
            (V1) SH
      GR
   GR

% TEXT
NP
   /tgifstrw 0 def
   /tgifstrw tgifstrw
      /Courier FF [14 0 0 -14 0 0] MS
      (V2) TGSW 
   add def
1.000 0.200 0.200 RG
NP 205 211 M tgifstrw 2 DI NE 0 RM tgifstrw 0 RL 0 17 RL tgifstrw neg 0 RL CP 1 SG F
1.000 0.200 0.200 RG
   GS
      1 W
      205 225 M
      GS
        GS
        0
            /Courier FF [14 0 0 -14 0 0] MS
            (V2) TGSW 
        AD
        GR
      2 DI NE 0 RM
            1.000 0.200 0.200 RG
            /Courier FF [14 0 0 -14 0 0] MS
            (V2) SH
      GR
   GR

% TEXT
NP
   /tgifstrw 0 def
   /tgifstrw tgifstrw
      /Courier FF [14 0 0 -14 0 0] MS
      (Vw) TGSW 
   add def
1.000 0.200 0.200 RG
NP 280 211 M tgifstrw 2 DI NE 0 RM tgifstrw 0 RL 0 17 RL tgifstrw neg 0 RL CP 1 SG F
1.000 0.200 0.200 RG
   GS
      1 W
      280 225 M
      GS
        GS
        0
            /Courier FF [14 0 0 -14 0 0] MS
            (Vw) TGSW 
        AD
        GR
      2 DI NE 0 RM
            0.000 0.000 1.000 RG
            /Courier FF [14 0 0 -14 0 0] MS
            (Vw) SH
      GR
   GR

% TEXT
NP
   /tgifstrw 0 def
   /tgifstrw tgifstrw
      /Courier FF [14 0 0 -14 0 0] MS
      (Vs) TGSW 
   add def
1.000 0.200 0.200 RG
NP 275 346 M tgifstrw 2 DI NE 0 RM tgifstrw 0 RL 0 17 RL tgifstrw neg 0 RL CP 1 SG F
1.000 0.200 0.200 RG
   GS
      1 W
      275 360 M
      GS
        GS
        0
            /Courier FF [14 0 0 -14 0 0] MS
            (Vs) TGSW 
        AD
        GR
      2 DI NE 0 RM
            0.000 0.000 1.000 RG
            /Courier FF [14 0 0 -14 0 0] MS
            (Vs) SH
      GR
   GR

% TEXT
NP
   /tgifstrw 0 def
   /tgifstrw tgifstrw
      /Courier FF [14 0 0 -14 0 0] MS
      (I0=I1+I2) TGSW 
   add def
1.000 0.200 0.200 RG
NP 55 371 M tgifstrw 2 DI NE 0 RM tgifstrw 0 RL 0 17 RL tgifstrw neg 0 RL CP 1 SG F
1.000 0.200 0.200 RG
   GS
      1 W
      55 385 M
      GS
        GS
        0
            /Courier FF [14 0 0 -14 0 0] MS
            (I0=I1+I2) TGSW 
        AD
        GR
      2 DI NE 0 RM
            1.000 0.200 0.200 RG
            /Courier FF [14 0 0 -14 0 0] MS
            (I0=I1+I2) SH
      GR
   GR

% TEXT
NP
   /tgifstrw 0 def
   /tgifstrw tgifstrw
      /Courier FF [14 0 0 -14 0 0] MS
      (I1) TGSW 
   add def
1.000 0.200 0.200 RG
NP 150 261 M tgifstrw 2 DI NE 0 RM tgifstrw 0 RL 0 17 RL tgifstrw neg 0 RL CP 1 SG F
1.000 0.200 0.200 RG
   GS
      1 W
      150 275 M
      GS
        GS
        0
            /Courier FF [14 0 0 -14 0 0] MS
            (I1) TGSW 
        AD
        GR
      2 DI NE 0 RM
            1.000 0.200 0.200 RG
            /Courier FF [14 0 0 -14 0 0] MS
            (I1) SH
      GR
   GR

% TEXT
NP
   /tgifstrw 0 def
   /tgifstrw tgifstrw
      /Courier FF [14 0 0 -14 0 0] MS
      (I2) TGSW 
   add def
1.000 0.200 0.200 RG
NP 140 146 M tgifstrw 2 DI NE 0 RM tgifstrw 0 RL 0 17 RL tgifstrw neg 0 RL CP 1 SG F
1.000 0.200 0.200 RG
   GS
      1 W
      140 160 M
      GS
        GS
        0
            /Courier FF [14 0 0 -14 0 0] MS
            (I2) TGSW 
        AD
        GR
      2 DI NE 0 RM
            1.000 0.200 0.200 RG
            /Courier FF [14 0 0 -14 0 0] MS
            (I2) SH
      GR
   GR

% TEXT
NP
   /tgifstrw 0 def
   /tgifstrw tgifstrw
      /Courier FF [14 0 0 -14 0 0] MS
      (Iw) TGSW 
   add def
1.000 0.200 0.200 RG
NP 285 71 M tgifstrw 2 DI NE 0 RM tgifstrw 0 RL 0 17 RL tgifstrw neg 0 RL CP 1 SG F
1.000 0.200 0.200 RG
   GS
      1 W
      285 85 M
      GS
        GS
        0
            /Courier FF [14 0 0 -14 0 0] MS
            (Iw) TGSW 
        AD
        GR
      2 DI NE 0 RM
            0.000 0.000 1.000 RG
            /Courier FF [14 0 0 -14 0 0] MS
            (Iw) SH
      GR
   GR

% TEXT
NP
   /tgifstrw 0 def
   /tgifstrw tgifstrw
      /Courier FF [14 0 0 -14 0 0] MS
      (Iw) TGSW 
   add def
1.000 0.200 0.200 RG
NP 355 231 M tgifstrw 2 DI NE 0 RM tgifstrw 0 RL 0 17 RL tgifstrw neg 0 RL CP 1 SG F
1.000 0.200 0.200 RG
   GS
      1 W
      355 245 M
      GS
        GS
        0
            /Courier FF [14 0 0 -14 0 0] MS
            (Iw) TGSW 
        AD
        GR
      2 DI NE 0 RM
            0.000 0.000 1.000 RG
            /Courier FF [14 0 0 -14 0 0] MS
            (Iw) SH
      GR
   GR

% TEXT
NP
   /tgifstrw 0 def
   /tgifstrw tgifstrw
      /Courier FF [14 0 0 -14 0 0] MS
      (Is) TGSW 
   add def
1.000 0.200 0.200 RG
NP 355 376 M tgifstrw 2 DI NE 0 RM tgifstrw 0 RL 0 17 RL tgifstrw neg 0 RL CP 1 SG F
1.000 0.200 0.200 RG
   GS
      1 W
      355 390 M
      GS
        GS
        0
            /Courier FF [14 0 0 -14 0 0] MS
            (Is) TGSW 
        AD
        GR
      2 DI NE 0 RM
            0.000 0.000 1.000 RG
            /Courier FF [14 0 0 -14 0 0] MS
            (Is) SH
      GR
   GR

% TEXT
NP
   /tgifstrw 0 def
   /tgifstrw tgifstrw
      /Courier FF [14 0 0 -14 0 0] MS
      (Is) TGSW 
   add def
1.000 0.200 0.200 RG
NP 360 301 M tgifstrw 2 DI NE 0 RM tgifstrw 0 RL 0 17 RL tgifstrw neg 0 RL CP 1 SG F
1.000 0.200 0.200 RG
   GS
      1 W
      360 315 M
      GS
        GS
        0
            /Courier FF [14 0 0 -14 0 0] MS
            (Is) TGSW 
        AD
        GR
      2 DI NE 0 RM
            0.000 0.000 1.000 RG
            /Courier FF [14 0 0 -14 0 0] MS
            (Is) SH
      GR
   GR

% POLY/OPEN-SPLINE
1.000 0.200 0.200 RG
GS
   NP
      145 165 M
      -5 70 atan DU cos 18.000 MU 215 exch SU
      exch sin 18.000 MU 160 exch SU L
   TGSM
   5 W
   S
   1 W
GR
GS
   TGSM
   NP
      215 160 18.000 7.000 70 -5 TGAT
   1 SG CP F
   1.000 0.200 0.200 RG
   NP
      215 160 18.000 7.000 70 -5 TGAT
   CP F
GR

% POLY/OPEN-SPLINE
1.000 0.200 0.200 RG
GS
   NP
      140 290 M
      -10 80 atan DU cos 18.000 MU 220 exch SU
      exch sin 18.000 MU 280 exch SU L
   TGSM
   5 W
   S
   1 W
GR
GS
   TGSM
   NP
      220 280 18.000 7.000 80 -10 TGAT
   1 SG CP F
   1.000 0.200 0.200 RG
   NP
      220 280 18.000 7.000 80 -10 TGAT
   CP F
GR

GR
tgifsavedpage restore
end
showpage

%%Trailer
%MatchingCreationDate: Fri Nov 18 11:17:45 2016
%%DocumentFonts: Courier
%%EOF