资源列表
link
- 这是一个很完善的链表源程序,提供了各个功能的借口,实现了链表的插入,追加,删除,和相应的内存释放~
jcdd
- 进程的调度实验,要求学生运用C语言开发模拟操作系统进程调度和管理程序,要求学生熟练掌握链表的基本操作和操作系统进程调度基本原理。 -Process scheduling experiment, requiring students to use C language to develop simulation operating system process scheduling and management process, requires students to master the
ngene-dvb
- nGene PCIe bridge driver - DVB functions
AbstractSequentialListTest
- Abstract Sequential List Test for Embedded Linux.
FDTD_Shengzijingti
- 详细介绍了声子晶体的带隙计算和传输特性,包含声子晶体的计算源程序。内有文件注释。
CExpire
- 自动检查软件是否过期,方便嵌入到软件中,实现过期检测-The software automatically checks whether the date to facilitate the embedded software to achieve expired inspection
gx
- LRU算法实现,简单的小程序,方便初学者使用-LRU algorithm, a simple small program, easy for beginners to use
vb
- 用VB编写简单的时钟程序(有时、分、秒针转动)-Write a simple clock with a VB program (sometimes, minutes, seconds hand rotation)
vbbutton
- 用VB实现按钮浮动效果,一款很适合新手朋友们研究的源码
wenfafenxi
- 文法的读入、判定处理相关程序,比较简练地分析相关内容的源代码-The grammar read into the decision process related procedures, concise analysis of the source code
errorhandling
- Error Handling with try catch, dll using c#
Cashiers-and-customers
- 收银员与顾客问题(信号量操作) 设计目的:了解信号量机制,了解并掌握进程同步和互斥机制,熟悉信号量的操作函数,利用信号量实现对共享资源的控制。 操作系统是一门工程性很强的课程,它不仅要求学生掌握操作系统的工作原理和理论知识,也要求学生的实际动手能力,以加深对所学习内容的理解,使学生熟练地掌握计算机的操作方法,使用各种软件工具,加强对课程内容的理解。 要求:在某超市里有一个收银员,且同时最多允许有n个顾客购物,我们可以将顾客和收银员看成是两类不同的进程,且工作流程如下图所示。为了利用P