ECE 329
Resources
ECE Undergraduate Linux Laboratory
Accessing the laboratory remotely
Laboratory documentation standards
Download related software
Help with basic UNIX commands
Textbook Web Page
with slides available
Project Guide
for ECE 329
Computer-based training for C/C++
at Clemson
GNU Make
online manuals
GNU gdb
online manuals
Project 1
Project 1 Notes
has important information for project 1
nate_qtest.c
is a test program for the queue package from project 1 (FROM TA)
Makefile
,
lifo.c
,
lifo.h
, and
test_lifo.c
are example C programs for a lifo package similar to Project 1
Project 2
Project 2 Notes
has important information for project 2
nate_ttest.c
is a test program for the threads package from project 2 (FROM TA)
threads_test.c
is a test program for the threads package from project 2
Notes on signal and setitimer
has more important information for project 2
Project 3
nate_sema4test.c
is a test program for the semaphore package from project 3 (FROM TA)
nate_sema4test.txt
is the output from a correctly running program using the above test program