CIS 400 Michigan

Find below a list of sample documents for Michigan CIS 400 course.
 

Michigan CIS 400 documents:

  • Michigan CIS 400 Fall 2008
    DirectX DirectX DirectDraw DirectInput DirectSound Direct3D DirectPlay DirectSetup
  • Michigan CIS 400 Fall 2008
    Game Programming on the TI series calculators By Chris Williams & William Lord Two languages available Assembly Basic Assembly allows sound allows high level graphics compiled language typically large large degree of flexibility Basic primarily t
  • Michigan CIS 400 Fall 2008
    VERSION 4.00 Begin VB.Form Calculator BorderStyle = 1 \'Fixed Single Caption = \"Calculator\" ClientHeight = 2970 ClientLeft = 2580 ClientTop = 1485 ClientWidth = 3270 ClipControls =
  • Michigan CIS 400 Fall 2008
    / reverse the line order of a file awk \' { line[NR] = $0 } END { for (i=NR;i>0;i-) print line[i] }\' listlogs
  • Michigan CIS 400 Fall 2008
    TO HELLO PRINT [Hello world] END
  • Michigan CIS 400 Fall 2008
    p2 \' Previously input operand. Dim DecimalFlag As Integer \' Decimal point present yet? Dim NumOps As I
  • Michigan CIS 400 Fall 2008
    #!/usr/local/bin/perl # # - Prompts for a file to read in. # - Reads the file into an array. # - Writes file to STDOUT with the lines numbered. # print \"Please enter the file to read in (e.g., .login): \"; $filename = <STDIN>; chop($filename); # remov
  • Michigan CIS
    DirectX DirectX DirectDraw DirectInput DirectSound Direct3D DirectPlay DirectSetup
  • Michigan CIS
    / reverse the line order of a file awk \' { line[NR] = $0 } END { for (i=NR;i>0;i-) print line[i] }\' listlogs