C language program bloodtype1 to compute inheritance of blood types
Up one levelAs an example of text-based computer programming using the C language, the program bloodtype1 computes all possible blood types for a mother, father, or child if the blood type is known for the other 2 of those 3 people.
-
README
- An overview of the files in this folder.
-
blood11InACM.txt
- Input data for the ACM 2007 programming contest problem
-
blood11OutACM.txt
- Output data for the ACM 2007 programming contest problem
-
blood12InAllFindMom.txt
- Input data to find mom's types for all 64 dad's and kid's types
-
blood12OutAllFindMom.txt
- Output data showing mom's types for all 64 dad's and kid's types
-
blood13InAllFindDad.txt
- Input data to find dad's types for all 64 mom's and kid's types
-
blood13OutAllFindDad.txt
- Output data showing dad's types for all 64 mom's and kid's types
-
blood14InAllFindKid.txt
- Input data to find kid's types for all 64 mom's and dad's types
-
blood14OutAllFindKid.txt
- Output data showing kid's types for all 64 mom's and dad's types
-
bloodtype1.c
- C source code for the program (ready to be compiled)
-
bloodtype1.c.html
- HTML for C source code with text colored by the "vim" editor
-
bloodtype1.c_c
- C source code with line numbers but no comments (for reading)
-
bloodtype1.c_n
- C source code with comments and line numbers (for reading)
-
bloodtype1.exe
- Executable program for Windows "Start | Run ..." or command line
-
bloodtype1.txt
- Online help printed by command "bloodtype1 -h" (98 text lines)
-
bloodtype1_Sec.c
- C source code with almost all comments removed (for reading)
-
bloodtype1_Sec.c.html
- HTML for colored C source code with almost all comments removed
-
BloodType1_02.zip
