Changeset 1037b4c for doc/theses/mike_brooks_MMath/programs
- Timestamp:
- Apr 27, 2026, 2:03:17 AM (5 days ago)
- Branches:
- master
- Children:
- eaee33e
- Parents:
- 037dc57
- Location:
- doc/theses/mike_brooks_MMath/programs
- Files:
-
- 2 edited
-
hello-accordion.cfa (modified) (1 diff)
-
hello-md.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/programs/hello-accordion.cfa
r037dc57 r1037b4c 12 12 @array@( string, C ) course_codes; $\C{// nested VLAs}$ 13 13 @array@( string, S ) student_ids; 14 @array@( int, C, S ) preferences; $\C{// m ultidimensional}$14 @array@( int, C, S ) preferences; $\C{// matrix, C x S}$ 15 15 }; 16 16 -
doc/theses/mike_brooks_MMath/programs/hello-md.cfa
r037dc57 r1037b4c 119 119 fill( m ); 120 120 /* 121 r /c 0 1 2 3 4 56122 0 0.0 0.1 0.2 @0.3@ 0.4 0.50.6123 1 1.0 1.1 1.2 @1.3@ 1.4 1.51.6124 2 @2.0 2.1 2.2 2.3 2.4 2.52.6@125 3 3.0 3.1 3.2 @3.3@ 3.4 3.53.6126 4 4.0 4.1 4.2 @4.3@ 4.4 4.54.6121 r\c 0 1 2 3 4 5 6 122 0 0.0 0.1 0.2 @0.3@ 0.4 0.5 0.6 123 1 1.0 1.1 1.2 @1.3@ 1.4 1.5 1.6 124 2 @2.0 2.1 2.2 2.3 2.4 2.5 2.6@ 125 3 3.0 3.1 3.2 @3.3@ 3.4 3.5 3.6 126 4 4.0 4.1 4.2 @4.3@ 4.4 4.5 4.6 127 127 */ 128 128
Note:
See TracChangeset
for help on using the changeset viewer.