搜索资源列表
ac4
- 用C语言的源代码来定义一个队列 -Using C language source code to define a queue
yanghui
- 用队列实现杨辉三角,文件较小,我自己做的c-yanghui
queue
- 本程序是关于队列的程序,程序实现了队列的建立,删除,插入,程序采用类模板的形式写的源码。好懂,好用,用VC运行。-This program is on the queue process, the program achieved the establishment of the queue, delete, insert, procedures, use of class template in the form of written source. Better understand, ea
LinkQueue
- 数据结构的队列代码,用c语言实现的。开发环境是vsc++6.0-Queue code data structures, using c language. Vsc++ 6.0 development environment
tingchechangguanli
- 数据结构课程设计,采用队列和栈的停车场管理系统.-Data structure curriculum design, the use of queues and stacks of parking management system.
project
- 本程序用两种算法对五个进程进行调度,每个进程可有三个状态,并假设初始状态为就绪状态。初始优先数60。为了便于处理,程序中的运行时间以时间片为单位计算,各进程的优先数或轮转时间数以及进程需要运行的时间片数的初值均由用户给定。3) 在优先数算法中,进程每执行一次,优先数减3,CPU时间片数加1,进程还需要的时间片数减1,在轮转算法中,采用固定时间片,时间片数为2,进程每执行1次,CPU时间片数加2,进程还需要的时间数减2,并排列到就绪队列的尾上。-This procedure using two a
Queue
- C语言写的队列相关函数。可以直接更改加入自己的源程序。或者为参考-C language to write queue related functions. You can be changed directly added to their source. Or reference
