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

搜索资源列表

  1. l7

    0下载:
  2. 时考虑到在哈夫曼中要每次挑选两个频率最小(即出现次数最小,我那个hNode里的value 是出现的次数),很自然的就想到了std::priority_queue容器,优先队列每次都会弹出队列 中权值最高的元素,这个特性无疑是实现哈夫曼算法的最佳选择。 ... -to consider the Huffman each selected to be the smallest two frequencies (that is, the minimum number, which I hN
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:16.14kb
    • 提供者:kdfj
  1. Dati

    0下载:
  2. 内部含有Windows的消息队列的,是一个短信答题的模拟程序。-contained within the Windows message queue, is a short message to answer the simulation program.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:151.35kb
    • 提供者:小三
  1. 20059231001989

    0下载:
  2. 医药收费,虽然简单但是实现了一般的功能。应用了队列,堆栈等数据结构。
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:1.16mb
    • 提供者:黄连素
  1. DataAccess

    0下载:
  2. 数据库连接池的封装 可随意限制连接池数目,超过数目时,加入队列进行等待处理
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:1.63kb
    • 提供者:liangwei
  1. yy2

    0下载:
  2. 1.定义顺序栈的数据结构 2.编写函数实现的栈的初始化、入栈、出栈、判断栈是否为空的算法,并应用与表达式的括号匹配检测。 3.定义队列的链式数据结构 4.编写函数实现链队列的入队列、出队列算法 -1. Stack data structure defines the order of 2. Write a function to achieve the stack initialization, stack, stack, to determine the stack is em
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-26
    • 文件大小:180.47kb
    • 提供者:武朝阳
  1. SqlServer2005msgque

    0下载:
  2. Sql Server2005消息队列主动通知程序-Sql Server2005 message queue to inform the process
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-02
    • 文件大小:641.84kb
    • 提供者:tony
  1. Queue-and-stack-chain

    0下载:
  2. 数据库结构课程里的队列与堆栈链表的基本操作函数,与以这些函数编译而成的可执行文件-Courses in the queue database structure and basic operation of the function stack list, and to compile these functions from the executable file
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-30
    • 文件大小:20.3kb
    • 提供者:rongdelee
  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. Common-ADT

    0下载:
  2. 数据结构中常用抽象数据类型(栈,队列,表等等)的自定义实现-The custom implementation of some common Abstract Data Type(ADT),such as stack,queue,list and so on in data structure
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-25
    • 文件大小:74.64kb
    • 提供者:孔维康
  1. duilie

    0下载:
  2. 数据结构实验,所表示的是队列,即入队、出队等操作-Experimental data structure, which represents the queue, namely into the team, the team and other operations
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1016byte
    • 提供者:刘容
  1. park100

    0下载:
  2. 用C++实现的简单小停车厂管理系统,对队列、栈进行了灵活的运用-C++ implementation with a simple small for Parking management system, queue, stack the use of flexible
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2.72kb
    • 提供者:zia270i627
  1. STL-

    0下载:
  2. STL编程,这里主要包含利用STL中的知识创建栈,堆,队列等知识,容易被遗忘的知识点-STL programming, which mainly contains the use of STL in the creation of knowledge of the stack, heap, queue and other knowledge, easy to be forgotten knowledge point
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-03
    • 文件大小:841.49kb
    • 提供者:yu
  1. Exp5

    0下载:
  2. 自己用队列制作的杨辉三角,可以任意控制行数,控制台-Produced its own queue with Yang Hui triangle can control the number of rows, the console
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:6.26kb
    • 提供者:vh07zong
  1. FCFS101

    0下载:
  2. FCFS算法每次从就绪队列中选择一个最先进入该队列的进程,为之分配CPU,使之运行。该进程一直运行道完成或被某事件阻塞后,才放弃CPU。本程序模拟了FCFS算法。-FCFS algorithm for each queue ready to a first cohort to enter the process, which the allocation of CPU, to make it run. Run Road, the process has been completed or o
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-30
    • 文件大小:7.81kb
    • 提供者:m41ouba
  1. fenshidiaoduxitong

    0下载:
  2. 分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。-err
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2.56kb
    • 提供者:wr68beilian4
  1. INFOCTRS.h2

    0下载:
  2. windows 补丁,消息队列安装MCQU的工具-windows patch, the message queue to install the tools MCQU
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1.44kb
    • 提供者:w2038chuang
  1. jcddsf

    0下载:
  2. //数据:进程,队列结构进程调度算法,处理流程:1 初进程始化--进程队列结构(包括:就绪队列,等待队列,运行队列)等必要的数据结构 init() 2 进入无限循环,反复调度队列-//Data: process, structure the process of queue scheduling algorithms, process: 1 the beginning of the beginning of the process- the process of the queue struct
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3.75kb
    • 提供者:e4292paofan
  1. Multilevel-feedback-queue-scheduling

    0下载:
  2. 进程多级反馈队列调度:当一个新进程进入内存后,首先将它放入第一队列的末尾,按FCFS原则排队等待调度.当轮到该进程执行时,如它能在该时间片内完成,便可准备撤离系统 如果它在一个时间片结束时尚未完成,调度程序便将该进程转入第二队列的末尾,再同样地按FCFS原则等待调度执行,以此类推。-Multilevel feedback queue scheduling
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2.08kb
    • 提供者:aw13052nam
  1. Process-priority-scheduling

    0下载:
  2. 优先数调度算法常用于批处理系统中。在进程调度中,每次调度时,系统把处理机分配给就绪队列中优先数最高的进程。-A number of priority scheduling algorithm commonly used in a batch system. In the process of scheduling, every scheduling, the ready queue system allocated to the processor the highest priority in
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1.82kb
    • 提供者:ttrdr1422zhole
  1. Queue100

    0下载:
  2. 本代码使用了一个SRWLock和两个条件变量来对一个请求队列进行控制。-The code uses a two SRWLock and conditions of a variable to control the request queue.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:7.54kb
    • 提供者:ddqqq3561xiy
« 12 »
搜珍网 www.dssz.com