-
-
-
[
C/C++]
thread.tar.gz
This program is written to explain pthread creation and destroy and its function. How to handle mutex and blocking etc..
-
[
C/C++]
ssproject.rar
This program uses the linux API as a shell program to custom implementation of linux commands.
-
-
-
[
Visual C++ (VC++)]
DPChat.rar
All the source and header files as well as resources needed to compile Direct Play Chat (DPChat) program.
-
-
-
[
C/C++]
volt.rar
Program in C (CCS to compiler) for the PIC16F84. It is a voltmeter 0 to+5 volts that dispaly the reading in a screen LCD
-
[
C/C++]
gen.rar
Program in C (CCS to compiler). It is a thermometer with scales in degrees Celsius and Farenheit. Reads a sensor (2N3004 like diode) and using a ADC0831 connected to a PIC16F84, it captures the value, calculates the temperature andt displays it on a LCD. ...