Skip to content

System Fundamentals 2

Notifications You must be signed in to change notification settings

kalongn/CSE-320

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSE 320 System Fundamentals 2

All the works are published to this directory
This class is about embeded system development. We will be using the following low level programming languages.

  • C

HW Concepts

  1. HW1 -> Huffman tree, encoding and decoding file, Fundamental of C programming
  2. HW2 -> Audio Encoding, Debugging and Optimization on an old homework.
  3. HW3 -> Dynamic Allocator, Creating a Simple Allocator given framework and policy.
  4. HW4 -> Daemon Multiplexer, Create a simple program known as legion which respond to signals asynchronously.
  5. HW5 -> Chala Chat Server, Create a Thread-base Server that allows client to connect to the server and communicate to each other concurrently.