搜索资源列表
Binary_search
- This section allows you to browse the files contained within a ZIP file without having to download it first. The file list below shows all of the files those that are in a text format that we recognize the extension for (e.g. source code files) are
the-single-linked-list
- 实现单链表的创建,单链表内元素的插入、查找和删除。-The creation of a single list, the insertion of elements in a single linked list, find and delete.
CommonQueue
- 一个用pthread和双向链表实现的队列模板-A two-way linked list with pthread and realize the queue template
process-scheduler-schedulin
- 2. 用VC+6.0创建一个控制台应用程序(这个控制台应用程序的类型是A hello world application)。 3. 编程创建一系列的进程并放入就绪队列中(使用链表实现),来模拟进程创建。 4. 把创建的进程的信息在屏幕上显示出来。 5. 设计进程调度程序模拟两种以上调度算法(时间片调度、优先级调度)。 6. 进程调度程序从活动就绪队列中挑选进程,若队列为空,应显示相应提示信息。 7. 必须有出错处理。 -2. With VC+6.0 create a co
Queue
- 用双向链表实现的一个任务队列,把自己定义的任务继承基类BaseQueue,可以实现对任务的增加,删除,优先级的设置,获取任务等等。-With a doubly linked list to achieve a task queue , put their defined tasks inherit the base class BaseQueue, can be added to the task , delete, priority setting , access to the task a
queue_exmple
- is simple functions about queues and linked list in c++ ,it should be easy for insert nodes
wirhproblem
- 这是一个Josephus问题的C++代码,用双向链表实现,很好-This is a c++ code, Josephus problem with two-way linked list implementation, is very good