资源列表
Virtualmemory
- 虚拟内存中四种置换算法: OPT/LRU/FIFO/时钟算法-Four types of virtual memory replacement algorithm: OPT/LRU/FIFO/clock algorithm
linklist
- 实现链表的各种操作,有插入, 删除, 查找,-List of the various operations to achieve, there are insert, delete, find, and so on. . .
ge-mpi
- MPI algorithm of gauss elemination method
cpuseri
- when install your program you write setup ask a key and tthen you can use this d-when install your program you write setup ask a key and tthen you can use this dll
RTCT
- turbo c中画图函数的引用,和图形界面环境下的应用技巧-turbo c functions in the drawing reference
shiyan5
- 操作系统处实验五代码-页面置换算法实现先入先出,最近最久未使用和将来最久未使用算法-Five operating systems at the experimental code- page replacement algorithm first in first out, most recently the lack of use and lack of use in future algorithms
gundong
- 一个字幕滚动的小例子,可以学习到字幕滚动的制作-this is a zimu
mopso
- matlab code for mopso algorithm
postfix-notation
- 1、给出文法如下: G[E] E->T|E+T T->F|T*F F->i(E) 对应的转化为逆波兰式的语义动作如下: E-> E(1)op E(2) {E.CODE:= E(1).CODE||E(2).CODE||op} E->(E(1)) { E.CODE := E(1).CODE} E->id { E.CODE := id} 2、利用实验5中的算符优先分析算法,结合上面给出的语义动作实现逆波兰式的构造
FQ2WF2
- 编写一个中断程序,每隔1秒响铃一次,在屏幕上指印“0”字符,该程序为内存驻留。-procedures for the preparation of an interruption every one seconds ringing, with the fingerprints on the screen "0" characters The procedure for the presence of memory.
shuxuzhan
- 顺序栈的输入输出 顺序栈的输入输出 顺序栈的输入输出 顺序栈的输入输出 顺序栈的输入输出 顺序栈的输入输出
castle
- castle 给出一个城堡的地图,求其中的连通房间数,最大房间的面积,拆除某个墙壁连通两间屋子后可形成的最大房屋面积。前面求面积还比较简单,用种子填充法即可,后面的找连通两房间的实在是有很多可能。后来想到用遍历,压栈弹栈的过程要考虑清楚,不要重复压栈。也不要在边界上犯错。
