/cscripts

A house for some c stuff

Primary LanguageC

cscripts

A house for some c stuff

hrAvgAccessTime.c - calculates the hit ratio for memory references (only two levels)
tempConvert.c - fahrenheit to celsius/celsius to fahrenheit - works either with command line args or if not entered defaults to user input
threadSem.c - a program I was using to experiement with the processor interleaving and semaphores to straighten out the race conditions.