搜索资源列表
danchuliji
- 单处理机系统的进程调度 //用running表示进程处于运行态 #define aready 2 //用aready表示进程处于就绪态 #define blocking 3 //用blocking表示进程处于等待态 #define sometime 5 //用sometime 表示时间片大小 #define n 10 //假定系统允许进程个数为n struct { int name //进程标识符 int statu
MultiThread
- 该程序通过创建线程,利用线程之间的并发执行,来模拟火车站的两个窗口买票的场景。-The program by creating a thread, use of concurrent threads of execution between two windows to simulate the train station to buy tickets scene.
merialization
- 用C++骗写的一个场景漫游,通过光标的移动来改变三维的场景(Written in c + + to cheat a scene roaming, by moving the cursor to change the 3 d scene)
429269
- 对于静态场景,提取其背景的程序,应用三高斯模型(For a static scene, a program to extract the background, using three gauss model)
