CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 优先级队列

搜索资源列表

  1. Mathshandbook

    0下载:
  2. 此程序在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.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:124.18kb
    • 提供者:鸡冠花
  1. kaoyanwords

    0下载:
  2. 此程序在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.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1.98mb
    • 提供者:鸡冠花
  1. 05wendenganswer

    0下载:
  2. 此程序在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.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1.33mb
    • 提供者:鸡冠花
  1. zuoyediandu

    0下载:
  2. 自己业余编写的 编制一个利用优先级队列对作业调度的程序 包括使用说明文档,具有参考价值-their amateur prepared by the use of the preparation of a priority queue for scheduling procedures, including the use of documentation. with reference value
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:15.03kb
    • 提供者:陈非
  1. company_service

    0下载:
  2. 一个用于帮助秘书处理公司事务的程序,可根据不同的职位确定不同的优先级,是优先级队列应用的一个很好的例子。-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.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:321.57kb
    • 提供者:swg04
  1. TheadQueue.zip

    0下载:
  2. 使用命令模式和责任链模式以及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
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:356.34kb
    • 提供者:蒋坤地
  1. DataStruct

    0下载:
  2. 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:366.03kb
    • 提供者:zouyan
  1. PACHONG

    0下载:
  2. 网络爬虫程序源码 这是一款用 C# 编写的网络爬虫 主要特性有: 可配置:线程数、线程等待时间,连接超时时间,可爬取文件类型和优先级、下载目录等。 状态栏显示统计信息:排入队列URL数,已下载文件数,已下载总字节数,CPU使用率和可用内存等。 有偏好的爬虫:可针对爬取的资源类型设置不同的优先级。 健壮性:十几项URL正规化策略以排除冗余下载、爬虫陷阱避免策略的使用等、多种策略以解析相对路径等。 较好的性能:基于正则表达式的页面解析、适度加锁、维持HTTP连接等
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:780.31kb
    • 提供者:谭辰
  1. Exp5_priority_queque

    0下载:
  2. 用C++编写了一个优先级队列,这里含有所需要的各类函数,很好很强大-Using C++ written a priority queue, where all kinds of functions with the required, very good very strong
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2.9kb
    • 提供者:Donghf
  1. algorithm_practice2.cpp

    0下载:
  2. 优先级队列的相关操作,包括返回最大堆,插入数据,消除数据后重新建立堆等-Priority queue operations, including the return to the maximum heap, insert data, eliminating data re-establish the heap
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:754byte
    • 提供者:m4king
  1. 2

    0下载:
  2. 优先级队列的编写,主要用的是C++,比较简洁的写法-priority queue
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:795byte
    • 提供者:davis
  1. zuixiaohuadui

    0下载:
  2. C++数据结构优先级队列实现中,二叉堆实现,根元素为最小元素,即最小化堆-C++ priority queue data structure implementation, the binary heap implemented root element for the smallest element, namely to minimize the heap
  3. 所属分类:CSharp

    • 发布日期:2017-12-03
    • 文件大小:2.57kb
    • 提供者:yang
  1. your-own-miniPQ

    0下载:
  2. 自己开发的一个优先级队列,主要是有序向量实现堆结构,然后再此基础上实现的-Their development of a priority queue, the main vector to achieve an orderly stack structure, and then implemented on the basis of
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-08
    • 文件大小:3.13kb
    • 提供者:高岚
  1. 3-28

    0下载:
  2. 建立一个继承结构,以栈、队列、优先级队列作为派生类,建立它们的抽象基类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
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.41kb
    • 提供者:anderson
  1. priorityQueue

    0下载:
  2. 上海交通大学数据结构课程作业,优先级队列的实现。-Data Structure Course Shanghai Jiaotong University operations, the priority queue.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1.63mb
    • 提供者:高奥
  1. Bernouli

    1下载:
  2. 利用优先级队列实现伯努利树功能,C++源代码,codeblock调试-Use the priority queue implementation Bernoulli function tree
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:204.83kb
    • 提供者:Yang
  1. PriorityQueue

    0下载:
  2. 优先级队列实现,解决关键问题: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
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:23.7kb
    • 提供者:王苹宇
  1. 多级反馈队列算法程序

    0下载:
  2. 多级反馈调度算法,根据进程队列优先级进行调度(Multilevel feedback scheduling algorithm, scheduling based on process queue priority)
  3. 所属分类:进程与线程

    • 发布日期:2018-01-08
    • 文件大小:327kb
    • 提供者:11111W
  1. process

    0下载:
  2. 进程的调度,四种进程存在形式,从就绪队列开始执行,同时,进行随机数的产生,形成阻塞队列,可手动进行模拟进程调度(Process scheduling, four processes exist in the form)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-02
    • 文件大小:384kb
    • 提供者:数独
  1. Priorityqueen_of_Dijkatra

    0下载:
  2. 使用优先级队列完成Dijkstra算法,使得寻找节点的时间复杂度为O(log|V|)(Using the priority queue to complete the Dijkstra algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-06
    • 文件大小:2kb
    • 提供者:不到终站
« 12 3 »
搜珍网 www.dssz.com