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

搜索资源列表

  1. linnet_carrier518U

    1下载:
  2. Transceiver是用于机构与机构之间、系统与系统之间相互通讯的企业级专业通讯服务软件。对Internet/Intranet、实时/非实时等不同的网络环境提供广泛的通讯与数据交换支持,并能对系统瘫痪网络故障等意外情况下的数据交换提供可跟踪可控制的数据缓冲机制,为企业应用系统提供了高可靠高性能的通讯保障。 Transceiver 是用于多个应用系统间进行数据交换的集成通讯服务,设计初衷是为了减少通讯模块的重复开发与增强通讯软件的集中管理。通过将发送(Send)与接收(Receive)视为
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:617.06kb
    • 提供者:oliver
  1. parkinglot2

    0下载:
  2. 每个教数据结构的老师都至少会要求学生利用学过的结构编写出一些现实模型.学栈和队列的时候,老师要求我们写出利用栈和队列来模拟停车场管理的一个程序.通过停在停车场的时间长短来计算费用,其中队列的可以看作是便道,车满时便停靠在便道上,此时不收取费用.具体要求和实现请看程序.-each data structure of the teachers have at least would require students to use the structure to learn to prepare s
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2.12kb
    • 提供者:superloafer
  1. 进程管理与调度的模拟

    0下载:
  2. 在进程管理与调度模拟系统中,共涉及到两个类和一个结构体:PCB结构体、链队列类和OS类。操作系统启动后,在系统内将存在PCB池,用来存放进程的PCB结构,PCB池的大小决定了系统中能同时存在的进程数量。在本系统中,假定系统能同时存在的进程数为20个,用一个PCB的数组来表示。PCB池中的PCB会有四种状态:运行状态、就绪状态、阻塞状态和空闲状态,所以,在操作系统中将会有四种队列:运行队列、就绪对列、阻塞队列和空闲队列。进程的创建随着操作系统的调度,将会在这四种队列中变迁。-in process
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:10.32kb
    • 提供者:张涛
  1. app_msmq

    0下载:
  2. 对IBM MQSeries本地队列管理器、队列等进行操作。-IBM MQSeries local queue management, queuing and other industries.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:42.18kb
    • 提供者:honkily
  1. opnet-simulation-of-initiative-queue-management.ra

    0下载:
  2. opnet simulation of initiative queue management
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1022byte
    • 提供者:刘传辉
  1. msmq

    0下载:
  2. 在.Net环境下C#编写的Windows Message Queue程序,VS2003调试通过: (1)先安装Message Queuing Services 通过Control Panel,“Add/Remove Programs” – “Add/Remove Windows Components”步骤安装MSMQ。 (2)配置MSMQ 打开Computer Management – Message Queuing,在Private Queues下创建MSMQDem
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:12.64kb
    • 提供者:andy.liu
  1. 060623

    0下载:
  2. 停车场管理系统源程序 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理-carpark management system to stack source simulated car parks, to queue outside the simulated car sidewalk, according to read from the terminal input sequence data management simulation
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4.48kb
    • 提供者:guoxingxi
  1. parkb

    0下载:
  2. 停车场管理系统,可计数,计时,计费等功能,是栈与队列的集合-car park management system can count, time, billing and other functions, and the stack is a collection of queue
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.81kb
    • 提供者:a
  1. 进程调度

    0下载:
  2. 本程序使用VC++编译调试,用于实现进程优先数调度的模拟。主要包含三个模块:1、主界面:用于显示进程调度的过程。2、数据录入模块:用于获取进程的初始值,其中有三种获取方式,手动输入方式、随即生成方式和从文件中读去数据的方式。当用户在主窗口中点击“开始”菜单项时即可打开数据录入对话框,用户通过这三种方式之一均可完成数据的录入。3、进程控制模块:主要实现创建新的进程,就绪队列的管理,完成队列的管理,进程的调度。-procedures for the use of the VC compiler te
  3. 所属分类:其它

    • 发布日期:2014-01-15
    • 文件大小:151.87kb
    • 提供者:lebeen
  1. Queue

    0下载:
  2. 队列管理封装类,包括mutex锁, 先进先出的功能-Queue management package categories, including mutex locks, the function of FIFO
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:2.2kb
    • 提供者:sander
  1. process_management

    0下载:
  2. 基于三级反馈队列调度算法的UNIX进程管理程序模拟-Feedback queue scheduling algorithm based on three of the UNIX process management program to simulate
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:632.44kb
    • 提供者:liqiang
  1. vsc

    0下载:
  2. 基于PID的改进队列管理算法VSC源代码,对研究该课题的同学有很大帮助-The source code of VSC which is a queue management algorithm based PID algorithm, Research on the subject students have a very high reference value.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:4.33kb
    • 提供者:fanxinli
  1. Multiplexing-server

    0下载:
  2. 掌握基于select的多路复用程序基本流程 掌握套接字队列的管理方法 掌握基本的套接字状态处理方法 -Based on the master select multiplexed program basic process Master socket queue management methods Have basic knowledge of the socket state processing method
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:35.64kb
    • 提供者:梦竹
  1. My-RED

    0下载:
  2. Active Queue Management and red algoritm
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-08
    • 文件大小:284.07kb
    • 提供者:abbas
  1. NfredzipS

    0下载:
  2. NS2下fred队列管理算法,,验证能够运行..希望对大家有帮助 -NS2 under the fred queue management algorithm, and verify the ability to run .. we hope to help
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:8.85kb
    • 提供者:baress
  1. Huffman-tree-and-Parking-management

    0下载:
  2. 本程序是双工信道哈夫曼的编/译码器,该系统可进行字符与二进制码值间转换。栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。-This procedure is a duplex channel Huffman of knitting/decoder, this system can be character and the binary code value among conversion. Stack simulation parking lot to queu
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:3.36kb
    • 提供者:李密
  1. main

    0下载:
  2. 编程模拟队列的管理,主要包括:出队列、入队、统计队列的长度、查找队列某个元素e、及输出队列中元素。-Programming model queue management, mainly including: the length of the queue, into the team, statistics queue, find elements in the queue is an element e, and the output queue.
  3. 所属分类:Console

    • 发布日期:2017-11-30
    • 文件大小:1.18kb
    • 提供者:曙光
  1. EasyUIRightsManage_Code

    0下载:
  2. EasyUI+JQuery统一权限管理源码 源码描述: 运行环境:vs2010+SQL2005 浏览器兼容:用的Jquery EasyUI 火狐下测试通过 技术特点:EasyUI,JQuery,统一权限管理系统(aspx面完成显示 ashx处理所以请求) 功能描述: 商家管理:促销活动 产品管理 卡密管理 财务管理 促销商家 合作商家 慈善管理:慈善排名 慈善比例管理 奖池管理:已捐赠管理 已领取管理 待领取管理 队列中管理 统计 奖池金额管理 奖池金
  3. 所属分类:.net

    • 发布日期:2017-05-19
    • 文件大小:4.89mb
    • 提供者:wwg
  1. new.tcl.tar

    0下载:
  2. one wifi basestion for red queue management
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-15
    • 文件大小:4.59kb
    • 提供者:ravija
  1. hospital

    0下载:
  2. 医院挂号排队管理,实时仿真,第一次做这种动态的,运行起来感觉很炫酷-Hospital, queue management, real-time simulation, the first time to do such a dynamic, run up and feel very cool
  3. 所属分类:.net

    • 发布日期:2017-04-30
    • 文件大小:14.98kb
    • 提供者:柳奇郎
« 12 3 »
搜珍网 www.dssz.com