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

搜索资源列表

  1. joeData

    0下载:
  2. DELPHI实现的基于指针的堆栈和队列。可以用于实现结构的堆栈和队列。-DELPHI realized pointer-based stack and queue. Can be used to achieve the structure of the stack and queue.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1122
    • 提供者:张久强
  1. data

    1下载:
  2. 一个较为复杂的数据同步程序,涉及到sql和oracal数据库的访问,多线程,MFC网络编程,消息队列等内容-A more complex data synchronization process, and oracal related to sql database access, multi-threaded, MFC network programming, message queues, etc.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:251818
    • 提供者:zhjatp
  1. WinMain

    0下载:
  2. 采用Visual C++编写的窗口产生代码,便于理解Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系-Using Visual C++ Prepared window generated code, easy to understand Windows program to run the principle and procedure of the preparation process, the process windo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:8521
    • 提供者:wang
  1. tree

    0下载:
  2. 用树的应用模拟铁路查询功能。掌握图的邻接表的定义及应用,能够熟练使用邻接表。加强对map容器的理解,能够熟练使用map容器,复习集合和字典的相关知识。理解最短路径问题,并使用Dijkstra算法解决最短路径问题。掌握线形表的使用,并理解优先队列解决问题的过程。利用栈解决需要逆向输出的问题。 -Application of simulation using the tree railway inquiry function. Master graph adjacency list of def
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:2005
    • 提供者:sunfuquan
  1. printSimulation

    0下载:
  2. 利用队列的先进先出模拟打印机的工作过程。显示不同时间到达的不同执行时间的任务,打印机的执行过程。-Use of the FIFO queue simulation of the working process of the printer. Show different time of the execution time of different tasks, the printer of the implementation process.
  3. 所属分类:Printing program

    • 发布日期:2017-04-03
    • 文件大小:2031
    • 提供者:sunfuquan
  1. NetMIDlets

    0下载:
  2. 诺基亚官方中文文档,用队列很好地处理了网络midlet的接受和发送。-Nokia official Chinese documents, using the queue handle the network and send midlet acceptability.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-03
    • 文件大小:446312
    • 提供者:donglei
  1. RussiaBlock

    0下载:
  2. 用C++写的一个俄罗斯方块程序。涉及到各种形状类和多线程,以及队列deque,想学习的可以参考一下 :(-With C++ Written by a Russian box procedures. Category involves a variety of shapes and multithreading, as well as the queue deque, would like to study for reference: (
  3. 所属分类:Static control

    • 发布日期:2017-05-15
    • 文件大小:48923
    • 提供者:leijun
  1. DBCachePak

    0下载:
  2. 队列调度算法的一种,速度比较快,比FIFO,LIFO要好-A queue scheduling algorithm, faster than the FIFO, LIFO is better
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:16490
    • 提供者:zhujiang
  1. MemCachePak

    0下载:
  2. 一宗队列算法,带有优先级调度的缓存替换算法-A queue algorithm, priority scheduling with cache replacement algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:20348
    • 提供者:zhujiang
  1. Caluate

    0下载:
  2. 将中缀表达式转换为后缀表达式,并计算任意四则运算表达式的结果,采用链表和队列实现,非文法和状态机-Infix expression would be converted to suffix expressions, and calculate the arithmetic expression of arbitrary results, the use of linked lists and queues to achieve, non-grammar and the state machine
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:7126
    • 提供者:wuwenxi
  1. disperse_event_simulater

    0下载:
  2. 离散事件模拟程序,以及自定义数据类型的队列实现-Discrete event simulation program, as well as custom data types of queues to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:3418
    • 提供者:likun
  1. bashuma

    0下载:
  2. 采用队列实现了八数码问题的求解,在判断当前状态是否已经达到过的问题上,程序中提供了一种排列的定位方法,并很好的解决了问题。-Queue achieved using eight digital problem solving, in determining the current status has been achieved over the issue, the program provides an array of location methods, and a very good s
  3. 所属分类:Game Program

    • 发布日期:2017-04-04
    • 文件大小:1908
    • 提供者:wuchengwei
  1. luoxuan

    0下载:
  2. 显示螺旋队列,//螺旋队列.cpp // 21 22 ... ... // 20 7 8 9 10 // 19 6 1 2 11 // 18 5 4 3 12 // 17 16 15 14 13 //看清以上数字排列的规律,设1点的坐标是(0,0),X方向向右为正,y方向向下为正。例如,7的坐标为 //(-1,-1),2的坐标为(0,1),3的坐标为(1,1)。编程实现输入任意一点坐标(x,y),输出所对应得-Show the spiral queue,// spir
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1015
    • 提供者:change
  1. ServerMFC

    0下载:
  2. C++解决的一个生产者消费者模型,中间用到了临界资源的处理,队列的处理。-C++ Solve a producer consumer model, the middle of a critical resource used in processing, queue handling.
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-06
    • 文件大小:101711
    • 提供者:徐明胜
  1. SqlServer2005msgque

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

    • 发布日期:2017-04-02
    • 文件大小:657240
    • 提供者:tony
  1. WinMain

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系-Windows program to run the principle and procedure of the preparation process, the process window, handles principle, message queues, callback function, the window closed with the applicatio
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8556
    • 提供者:lma7408
  1. shuju

    0下载:
  2. 从一个队列中插入 删除一个元素的写法-From one queue to insert an element to delete the wording
  3. 所属分类:Database system

    • 发布日期:2017-04-10
    • 文件大小:1366
    • 提供者:卢海泉
  1. Algo3-12

    0下载:
  2. 银行业务模拟,银行的关门时间与客户的到达时间问题,主要是栈和队列的y-Banking business simulation, banks closing time with the customer
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1917
    • 提供者:张佩贤
  1. WinMain

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较。-Windows program to run the principle and procedure of the preparation process, the process window, handles principle, message queues, callback function, th
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:8518
    • 提供者:xue
  1. lqueue

    0下载:
  2. 队列的进队、出队、读队头元素、显示队列中全部元素程序-Queue into the team, a team, read the first element of force, showing all the elements of the queue process
  3. 所属分类:.net

    • 发布日期:2017-04-06
    • 文件大小:1825
    • 提供者:
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com