资源列表
Clunzhuanfa
- 编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度。 轮转法可以是简单轮转法、可变时间片轮转法,或多队列轮转法。 简单轮转法的基本思想是:所有就绪进程按 FCFS排成一个队列,总是把处理机分配给队首的进程,各进程占用CPU的时间片相同。如果运行进程用完它的时间片后还为完成,就把它送回到就绪队列的末尾,把处理机重新分配给队首的进程。直至所有的进程运行完毕。-prepared a simulation and debugging process sched
DFSTree.cpp
- 广度优先遍历,包括广度优先遍历的源代码,-breadth - first traversal, including breadth - first traversal of the source code,
SmartDevDoc
- c#的测试程序,初学者看看,c#的测试程序,初学者
yhj111
- 银行家算法 进程控制中用到的算吧 检测是是否死锁-bankers process control algorithms used in the counting detection is whether it Deadlock
APIHOOK
- APIHOOK.cpp : Defines the entry point for the DLL application
triangle
- 一个DX9的初学者的学习示例程序,绘制一个三角形-simple code for DX9 to show how to draw a trigle
pid_control
- PID控制算法,比较的实用。大家可以下载测试。-PID control program
create-password
- 密码字典生成器,可以生产4位密码字典,参考其内容可以写出任意位的密码字典-Password dictionary generator to produce 4-bit password dictionary reference to the contents of any bit of code you can write a dictionary
cavityflow1
- C++方腔流串行程序。结果好,三级涡出现。 以上3个就是关于方腔流的3种程序。 -C + + square cavity flow serial procedures. The result is good, level three vortex appears. More than 3 of the 3 procedures of square cavity flow.
virblockdevice
- linuxc操作系统下,对块设备驱动的编写程序,具体的流程-block proccess
Courase_timing_sy
- 这是一个定时同步程序,CP起到克服码间干扰的左右,对多径延时有很好的调节作用。 -This is a timing synchronization procedure, CP play about overcoming inter-symbol interference, multipath delay has good regulation.
LU
- LU分解(LU Decomposition)是矩阵分解的一种,可以将一个矩阵分解为一个单位下三角矩阵和一个上三角矩阵的乘积(有时是它们和一个置换矩阵的乘积)。LU分解主要应用在数值分析中,用来解线性方程、求反矩阵或计算行列式。-LU Decomposition is a matrix of decomposition, a matrix can be decomposed into a unit of the lower triangular matrix and an upper triang
