Computer Science 130
Intro to Scientific Programming
Course Syllabus
Let us C
(textbook website)
Example Programs
hello.c
root.c
needs to be compiled
gcc root.c -lm
while.c
for_loop.c
do_loop.c
pass_by_reference.c.txt
Example of a 3D array
Lotka-Volterra model
Programming Assignments
Program 1
Example
Program 2
Example
Program 3
Example
Program 4
Example
Program 5
Example
Program 6
Example
Program 7
Example
Program 8
Program 9
Program 10
Extra Credit Program 10a
Program 11
Program 12
Extra Credit Program 12a
Program 13
Program 14
Extra Credit Program 14a
Other resources
Dr. Fevig's Orbital Mechanics powerpoint
Turbo C to gcc conversion
Online C textbook
C Reference Card
Another C Reference Card
C Library Reference Guide
The C programming language (wiki)
GCC online manual
Flow charts
Pseudocode
NOAA KLM User's Guide
Bubble sort
Bubble sort in many languages
Insertion sort
Insertion sort in many languages
Lotka Volterra equations
More LV
Ditto
LV in cellular automata (java)
John Conway's Game of Life
Game of Life 1
Game of life in C