资源列表
leap-year
- 一个FIFO设计的例子,例子简单,但很经典。 是学好数字设计的好开端。-A FIFO design examples, example of simple, but very classic. Learn digital design is a good start.
RR1
- Round Robin implementation
banker2
- 一个好好银行家算法-a good banker's algorithm
FA_AX
- 使用VHDL语言来实现移位加法的实验源代码。-Using VHDL language to realize the shift addition experiments source code.
Cpp3
- 主存储器空间的分配和回收 当用户提出申请存储器空间时,存储管理必须根据申请者的要求,按一定的策略分析主存空间的使用情况,找出足够的空闲区域分配给申请者。当作业撤离或主动归还主存资源时,则存储管理要收回作业占用的主存空间或归还部分主存空间。-=.=
Cpp1
- 按时间片轮转法实现处理器调度的进程:在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。但就绪进程个数大于处理器的个数是,就要求依照某种策略决定那个进程优先占用处理器。的处理器调度,帮助学生加深处理器调度的工作-Rotation method to achieve time-slice processor scheduling process: the use of multi-channel programming systems, often at the same time a
duoxiancheng
- 多线程的源代码,功能未知,调试成功,哎呦喂-Multithreaded source code, debugging success of unknown function.
GetExepatch
- 可以获得文件执行程序的启动位置。 通过执行程序调用,可在执行程序启动位置进行建立文件。很有用的一个东西。-documents available implementation of the commencement of proceedings position. Calling through the implementation of procedures, the implementation of the commencement of proceedings location fo
YYZ_OS
- 有关操作系统进程服务的问题。。代码简单易懂。。欢迎大家提出宝贵意见哈。-Averaging problem. . Code is straightforward. . Welcome to Kazakhstan for their valuable comments.
lab5
- 单个资源的银行家算法,分别展示安全序列例子和不安全序列状态下例子的运行结果-Individual resources bankers algorithm, security sequence examples shown respectively and unsafe sequence run results of examples
fenzhi
- 已知两个整数变量A和B,试编写完成下述操作的程序: (1)、若两个数中有一个是奇数,则将奇数存入A中,偶数存入B中。 (2)、若两个数均为奇数,则两数分别加1,并存回原变量。 (3)、若两个数均为偶数,则两变量不变。 -The known two integer the variables A and B, try to write complete the following operating procedures: (1), if two number one is o
myshell
- 一个简单的shell内核,主要用于shell操作系统学习当中遇到的第三章问题。-A simple shell。