home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / languages / progs / curses / cs / cube / tem < prev    next >
Encoding:
Text File  |  1987-08-09  |  1.4 KB  |  31 lines

  1. define: layout
  2.        bul         bur          ful         fur
  3.   $      -----------       $      -----------         cycleno     $
  4.        /           /|           /|           |
  5.       /           / |          / |           |        updateno    $
  6.      /           /  |         /  |           |
  7.     /           /   |        /   |           |        cuname      $
  8.  ful         fur    |     bul    |    bur    |
  9.    -----------      |            |    -      |        goodness    $
  10.   |    bll    |    blr     |     |     |     | 
  11.   |      -    |            |      -----------         temperature $
  12.   |    /      |    /       |    fll         flr
  13.   |           |   /        |   /           /
  14.   |           |  /         |  /           /
  15.   |           | /          | /           /
  16.   |           |/           |/           /
  17.    -----------              -----------
  18.  fll         flr          bll         blr
  19.   $    A                         B
  20. end
  21. cube1        look     1    $ 0    activation    1 10 1 cube1.loo 
  22. cube2        look     1    $ 1    activation    1 10 1 cube2.loo 
  23. cycleno        variable 1    $ 2    cycleno          7    1
  24. updateno    variable 1    $ 3    updateno      7    1
  25. uname        variable 1    $ 4    cuname         -7    1.0
  26. goodness    floatvar 1    $ 5    goodness      7    1.0
  27. temperature    floatvar 1    $ 6    temperature   7    1.0
  28. weight        matrix     5    $ 0    weight    h     4 10.0 0 16 0 16
  29. weight        vector   5    $ 2    uname   v     6 1 0 16
  30. weight        vector   5    $ 7    uname   h     4 1 0 16
  31.