搜索资源列表
Mathshandbook
- 此程序在K6II350,TC2.0环境下通过翻译、运行。 演示了五个优先级队列,时间片分别为8、16、32、64,128。 -K6II350 in this procedure, WITH TC 2.0 environment through an interpreter, run. Demonstration of five priority queues, time-were 8,16,32,64,128.
kaoyanwords
- 此程序在K6II350,TC2.0环境下通过翻译、运行。 演示了五个优先级队列,时间片分别为8、16、32、64,128。 -K6II350 in this procedure, WITH TC 2.0 environment through an interpreter, run. Demonstration of five priority queues, time-were 8,16,32,64,128.
05wendenganswer
- 此程序在K6II350,TC2.0环境下通过翻译、运行。 演示了五个优先级队列,时间片分别为8、16、32、64,128。 -K6II350 in this procedure, WITH TC 2.0 environment through an interpreter, run. Demonstration of five priority queues, time-were 8,16,32,64,128.
zuoyediandu
- 自己业余编写的 编制一个利用优先级队列对作业调度的程序 包括使用说明文档,具有参考价值-their amateur prepared by the use of the preparation of a priority queue for scheduling procedures, including the use of documentation. with reference value
company_service
- 一个用于帮助秘书处理公司事务的程序,可根据不同的职位确定不同的优先级,是优先级队列应用的一个很好的例子。-for a secretary to help handle the affairs of the company procedures, according to different jobs different priority level, Priority Queue is the application of a good example.
TheadQueue.zip
- 使用命令模式和责任链模式以及STL优先级队列实现线程池,可以直接加入现在的任何程序,Responsibility for the use of chain of command model and STL model and the realization of priority queue thread pool, you can direct any proceedings to join now
DataStruct
- 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
PACHONG
- 网络爬虫程序源码 这是一款用 C# 编写的网络爬虫 主要特性有: 可配置:线程数、线程等待时间,连接超时时间,可爬取文件类型和优先级、下载目录等。 状态栏显示统计信息:排入队列URL数,已下载文件数,已下载总字节数,CPU使用率和可用内存等。 有偏好的爬虫:可针对爬取的资源类型设置不同的优先级。 健壮性:十几项URL正规化策略以排除冗余下载、爬虫陷阱避免策略的使用等、多种策略以解析相对路径等。 较好的性能:基于正则表达式的页面解析、适度加锁、维持HTTP连接等
Exp5_priority_queque
- 用C++编写了一个优先级队列,这里含有所需要的各类函数,很好很强大-Using C++ written a priority queue, where all kinds of functions with the required, very good very strong
algorithm_practice2.cpp
- 优先级队列的相关操作,包括返回最大堆,插入数据,消除数据后重新建立堆等-Priority queue operations, including the return to the maximum heap, insert data, eliminating data re-establish the heap
2
- 优先级队列的编写,主要用的是C++,比较简洁的写法-priority queue
zuixiaohuadui
- C++数据结构优先级队列实现中,二叉堆实现,根元素为最小元素,即最小化堆-C++ priority queue data structure implementation, the binary heap implemented root element for the smallest element, namely to minimize the heap
your-own-miniPQ
- 自己开发的一个优先级队列,主要是有序向量实现堆结构,然后再此基础上实现的-Their development of a priority queue, the main vector to achieve an orderly stack structure, and then implemented on the basis of
3-28
- 建立一个继承结构,以栈、队列、优先级队列作为派生类,建立它们的抽象基类Bag。统一命名派生类的插入操作Add,删除操作Remove,存取操作Get和Put,初始化操作MakeEmpty,判空操作isEmpty,判满操作isFull,计数操作Length。-Establish an inheritance structure to stacks, queues, priority queues as a derived class, to establish their abstract base
priorityQueue
- 上海交通大学数据结构课程作业,优先级队列的实现。-Data Structure Course Shanghai Jiaotong University operations, the priority queue.
Bernouli
- 利用优先级队列实现伯努利树功能,C++源代码,codeblock调试-Use the priority queue implementation Bernoulli function tree
PriorityQueue
- 优先级队列实现,解决关键问题:1、如何根据元素的优先级快速找到新元素需要插入的位置;2、如何将新元素快速插入到队列中-Priority queue implementation, resolve key questions: 1, how to quickly find the location of a new element to be inserted according to the priority elements 2, how to quickly insert a new el
多级反馈队列算法程序
- 多级反馈调度算法,根据进程队列优先级进行调度(Multilevel feedback scheduling algorithm, scheduling based on process queue priority)
process
- 进程的调度,四种进程存在形式,从就绪队列开始执行,同时,进行随机数的产生,形成阻塞队列,可手动进行模拟进程调度(Process scheduling, four processes exist in the form)
Priorityqueen_of_Dijkatra
- 使用优先级队列完成Dijkstra算法,使得寻找节点的时间复杂度为O(log|V|)(Using the priority queue to complete the Dijkstra algorithm)