Menu

Tree [r8] /
 History

HTTPS access


File Date Author Commit
 Makefile 2011-05-24 x-tao [r4] Can generate acceptable data sheet; update some...
 README 2011-05-26 x-tao [r7] add file README
 define.h 2011-05-24 x-tao [r4] Can generate acceptable data sheet; update some...
 errcode.h 2011-05-27 x-tao [r8] add some error dectctions
 list.c 2011-05-23 x-tao [r1] init commit
 list.h 2011-05-23 x-tao [r1] init commit
 main.c 2011-05-27 x-tao [r8] add some error dectctions
 pop.c 2011-05-27 x-tao [r8] add some error dectctions
 pop.h 2011-05-24 x-tao [r4] Can generate acceptable data sheet; update some...
 types.h 2011-05-23 x-tao [r1] init commit
 utility.c 2011-05-24 x-tao [r4] Can generate acceptable data sheet; update some...
 utility.h 2011-05-23 x-tao [r1] init commit

Read Me

1. How to compile and build project?
	Just run command 'make'. And the target program 'main' will be generated.

2. How to run program?
	There are two ways to run program:
	First, run program as default initialization: ./main
	Second, changed the environment limitation by passing arguments to program:
		Example: 
			To specify pop1's environment limitation as 400, pop2's as 1000: ./main 400 1000