erikw / cs143-project

Projects in CS143 Principles of Operating Systems at University of California, Irvine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS143 Project

A project in the course CS143 Principles of Operating Systems at University of California, Irvine 2013.

How to build and run

Compile and run by typing the following commands:

	$ cd cs143_labs/
	$ make 
	$ make run

Genreate test files

Test files can be generated from a normal distribution.

    $ bin/data_gen.py -h
    $ bin/data_gen.py .... 2>/dev/null > data/new_data.dat

About

Projects in CS143 Principles of Operating Systems at University of California, Irvine


Languages

Language:HTML 68.0%Language:Java 30.2%Language:Python 0.9%Language:Makefile 0.9%