资源列表
2262经典解码程序
- 2262经典解码程序,用于2262的单片机软解码-2262 classic decoder for soft decoding of SCM 2262
X9C103
- x9c103的控制程序,我自己用过非常的好用,请多多的指教。- the descr iptio of the x9c103
four-axis-simulation
- 利用matlab工具中的robotic toolbox建立了一个四轴机械手仿真-The robotic toolbox matlab tools to create a four-axis robot simulation
inlet-vsand1
- fluent的udf,定义入口条件不断变化-fluent in udf, the changing definition of inlet conditions
SCA100T
- Sca100t - lov level driver
批量法向量计算代码
- 由点的三维坐标,进行批量计算所在点的局部曲面的法向量,法向量中x赋值给予,y,z计算得出。然后计算欧拉角表示的坐标(From the point of three-dimensional coordinates, batch calculation of the local surface of the normal vector, the normal vector x assignment given, y, Z calculation. Then calculate the coordin
bank
- 实现了银行家算法。 输入包含t个测试,每个测试的输入中,第一行为n和m,第二行为AVAILABLE[m],接下来的2*n行分别为,ALLOCATION中每一行和NEED每一行的值。每一个测试样例输出一行加过,若系统安全则输出Yes,否则输出No,接着是对应的安全序列结果,以空格作为间隔。 样例输入: 1 3 4 1 2 2 2 0 0 0 1 1 1 1 2 2 2 1 0 0 0 1 1 3 2 1 0 1 2 2 3 样例输出: Yes 0
页面置换
- 页面置换算法的实现,FIFO页面置换,OPT页面置换,LRU页面置换(Implementation of page replacement algorithm, FIFO page replacement, OPT page replacement, LRU page replacement)
银行家算法
- 确认系统的安全性,用作操作系统实验,能直接运行(Confirm the security of the system)
银行家算法
- 银行家算法是一个避免死锁的著名算法,是由艾兹格·迪杰斯特拉设计的一种避免死锁产生的算法。它以银行借贷系统的分配策略为基础,判断并保证系统的安全运行。(Banker algorithm is a well-known algorithm to avoid deadlock. It is a algorithm designed by Azeg Dijkstra to avoid deadlock. It is based on the allocation strategy of bank len
test1
- 生产者消费者问题-经典进程同步问题——生产者消费者问题及其同步方案;(produce&comsumer produce&comsumerproduce&comsumerproduce&comsumer)
consumer_producer
- 1、n个缓冲区的缓冲池作为一个临界资源: 当生产者任务从数据源—文件中读取数据后将会申请一个缓冲区,并将此数据放缓冲区中。 消费者任务从一个缓冲区中取走数据,并将其中的内容打印输出。 当一个生产者任务正在访问缓冲区时,其他生产者和消费者任务不能访问缓冲区。 当一个消费者任务正在访问缓冲区时,其他其他生产者和消费者任务不能访问缓冲区。 使用互斥量实现对缓冲池的互斥访问。(1. Buffer pool of N buffers as a critical resource: When the pr