|
|
1.1 ! root 1: /* step wedge for displaying color map or grey scale */ ! 2: main() ! 3: { ! 4: short w[50][254]; ! 5: int i, j; ! 6: for(i=0;i<254;i++){ ! 7: for(j=0;j<50;j++){ ! 8: w[j][i] = i; ! 9: } ! 10: } ! 11: view2d(1,254,50,0.,0,0,1,0,253,w); ! 12: exit(0); ! 13: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.