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

搜索资源列表

  1. http_download_demo

    0下载:
  2. wisock应用队列思想实现单线程多任务http下载的类. 实现多文件同时下载,断点续传,流量统计等.-wisock Application Queue achieving single-threaded multi-task http download category. Multi-file download, HTTP, traffic statistics.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:32174
    • 提供者:夏佳
  1. MessageQueue

    0下载:
  2. 完全自己编写的消息队列,代码中还实现了互斥量、信标量以及线程调度,该代码完全由C编写,没有使用WINDOWS函数。-completely prepared by his message queue, the code also achieved a volume contradict letter scalar and thread scheduling, the C code entirely prepared, to use a Windows function.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:39886
    • 提供者:张峰
  1. 1_1

    0下载:
  2. 设计一个按时间片轮转法实现处理器调度的程序 [提示]: (1)假定系统有5个进程,每个进程用一个PCB来代表。PCB的结构为: • 进程名——如Q1~Q5。 • 指针——把5个进程连成队列,用指针指出下一个进程PCB的首地址。 • 要求运行时间——假设进程需要运行的单位时间数。 • 已运行时间——进程已运行的单位时间数,初始值为0。 • 状态——假设两种状态,就绪和结束,用R表示就绪,用E表示结束。初始状态都为就绪状态
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2922
    • 提供者:浪人
  1. queue0

    0下载:
  2. 数据队列的中间件,用于串口传输数据,实现串口通信-cohort data middleware for the serial transmission of data, Serial Communication
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:3811
    • 提供者:孙凯
  1. 2212

    0下载:
  2. 源程序可使用Jdk1.3以上的任何版本编译和运行主类是Simulator也可以在eclipse环境下直接编译和运行。 顾客队列服务模拟系统-Jdk1.3 source can be used over any version of compiler and run the main category is Simulator can also eclipse environment directly translated and running. Customer service Queue
  3. 所属分类:百货/超市行业

    • 发布日期:2008-10-13
    • 文件大小:22569
    • 提供者:VIVI
  1. tingchechangwenti

    0下载:
  2. 简单的停车场管理程序,运用了队列与栈来进行车辆存储与停车管理计费-simple car park management procedures, the use of Queue and Stack to the vehicle storage and parking management Billing
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:46389
    • 提供者:liu
  1. yiyuan

    0下载:
  2. 医院模拟:经典堆栈队列应用;VC++控制台程序;小弟上数据结构是作品.-hospital simulation : classic stack Queue application; VC console; Finding data on the structure of work.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18895
    • 提供者:li
  1. c_graph_theory

    0下载:
  2. 最短路径的求取, 利用队列的出入,遍历可行点, 最后找出最短路径-the shortest path to strike, using cohort of access, traverse feasible, find the shortest path final
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:41012
    • 提供者:赵河
  1. heti

    0下载:
  2. 一个不错的逆波兰式 解释如何利用 逆波兰式 把 中序表达式 装进一个 队列 或者堆栈 里面-a good inverse Polish explain how to use reverse Polish Chinese expression sequence or stuffed into a queue stack inside
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1489
    • 提供者:蔡育瑜
  1. NETTransactions

    0下载:
  2. NET的事务控制 在分布式应用程序中,不可避免地会经常使用到事务控制。事务有一个开头和一个结尾,它们指定了事务的边界,事务在其边界之内可以跨越进程和计算机。事务边界内的所有资源都参与同一个事务。要维护事务边界内资源间的一致性,事务必须具备 ACID 属性,即原子性、一致性、隔离性和持续性。 本地事务和分布式事务 -------------------- 本地事务是其范围为单个可识别事务的数据资源的事务(例如,Microsoft SQL Server 数据库或 MS
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:4579
    • 提供者:name
  1. MQ_Comminucation

    0下载:
  2. 与IBM通讯中间件MQ的通讯处理小程序,包括从MQ接收队列中接收数据,然后经过一定处理将应答数据返回发送到MQ发送队列。注意:运行需要安装IBM的MQ SERVER软件-communications with IBM MQ middleware small communications procedures, including receiving from MQ queue to receive data, Then, after some processing will return res
  3. 所属分类:网络编程

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

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

    • 发布日期:2008-10-13
    • 文件大小:154982
    • 提供者:小三
  1. ucos252-src

    0下载:
  2. 著名的嵌入式操作系统uC/OS的完整内核源代码,内核版本号2.52。 该源代码主要包括如下几个方面: 1、任务管理 2、消息邮箱 3、消息队列 4、信号量 5、事件管理 6、内存管理-famous embedded operating system uC / OS kernel integrity of the source code, the kernel version 2.52. The source code includes the following ma
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:82085
    • 提供者:浪迹天涯
  1. ztemplbase

    0下载:
  2. 基于deque实现的队列模板,可用作各种数据类型的先进先出缓冲。-based cohort achieved templates can be used as the various types of data FIFO buffer.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1807
    • 提供者:蓝文纪
  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
    • 文件大小:15394
    • 提供者:陈非
  1. lisuanshijianmoni

    1下载:
  2. 此为数据结构课程学习中离散事件模拟的源程序。为银行业务的模拟系统。其中包括队列,栈及其操作的实现。运用面向对象的设计方法,在vc++6.0下编译通过,运行正常-this data structure for courses of study discrete event simulation of the source. For banking business simulation system. Including the queue, stack and its operation is
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13395
    • 提供者:
  1. SqQueue

    0下载:
  2. 循环队列编程源代码,较正规的编程,易操作实现-cycle cohort programming source code, a more formal program, easy to operate achieve
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1135
    • 提供者:陈珲
  1. jianshanfei

    0下载:
  2. 该程序实现图的建立与先深和先广遍历,图采用矩阵存储,在遍历过程中用栈实现,但若改用队列,将会实现得更自然流畅-the program plans to establish the first and the first deep-Traversal, map storage matrix, Traversing in the process of making Stack, but switch queue, there will be more natural and fluid
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1853
    • 提供者:江上飞
  1. SimulationOfSuperMarket

    0下载:
  2. 利用计算机模拟实现超市购物篮数量,银台工作效率和最大等待队列数目的计算-using computer simulation to achieve the number of supermarket shopping basket, Silver Terrace efficiency and maximum waiting for the calculation of the number of queue
  3. 所属分类:百货/超市行业

    • 发布日期:2008-10-13
    • 文件大小:7503
    • 提供者:Donna
  1. data_struct(C)

    0下载:
  2. C语言数据结构源代码,包括队列,栈和链表等。-C language source code for data structure, including the queue, stack and other Chain.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:14580
    • 提供者:david
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com