搜索资源列表
ch37
- 队列应用-求迷宫问题-Queue application-seek maze problem
jcddmnxt
- 进程调度模拟程序 这里没有任何的API调用 只是模拟,我给进程设定了自己的语法,输入一般的字符cpu调用时只是正常输出,如果遇到 $ 表示该进程要调用系统资源后面必须跟一个数字表示占有的时间,如果资源闲置则占有资源否则阻塞,等资源释放在占有资源。进程的调用算法我采用的是时间片轮转算法并有所改进,当某个进程从阻塞队列释放后,他将把以前因为等待资源而被浪费的时间补回来。-scheduling process simulation program here no API calls only simu
例题
- 有关队列的排序问题-the Queue scheduling problem
huffman.rar
- 用优先队列实现霍夫曼编码,是对贪心算法实现的一个详细代码。输入文件是待编码文件,输出文件是各个字符编码信息。,Priority queue with the realization of Huffman code is a greedy algorithm to achieve a detailed code. Input file is to be encoded file, output file is all character encoding information.
wwww
- Use Message Queue... But I don t know-Use Message Queue... But I don t know...
mowangyuyan
- 通过三个栈和一个数组实现魔王语言解释,没有用队列-Through three stacks and an array of implementation devil language interpreter, did not use the queue
STLQueue
- 线程安全队列实现,提高队列运行效率,采用模板类实现的,高效-Thread safe queue
huiwen
- 数据结构中,用C++语言,用栈和队列实现回文-Data structure, stack and queue C++ language palindrome
duilie
- 数据结构(C语言)(队列)的实现 欢迎分享与交流-Data structure (C language) (queue) implementations welcome to share and exchange
process
- 进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用: 先进先出调度算法; 基于优先级的调度算法; 最短执行时间调度算法 确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示: 当前执行进程; 就绪队列; 等待队列 -Process scheduling simulation program: Suppose there are 10