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

搜索资源列表

  1. BankSimulation

    0下载:
  2. 一个银行业务的事件驱动模拟系统,银行有两种业务:第一,取款或借款;第二,存款或还款。银行有两个窗口,用两个队列实现。事件表用带头结点的单向链表实现。-A banking system of event-driven simulation, the bank has two operations: first, the withdrawal or loan second, deposit or payment. Bank has two windows, with two queue imple
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:221746
    • 提供者:chaser tang
  1. anit

    0下载:
  2. Windows应用程序是基于消息驱动的,任何线程只要注册窗口类都会有一个消息队列用于接收用户输入的消息和系统消息。为了拦截消息,Windows提出了钩子的概念。钩子(Hook)是Windows消息处理机制中的一个监视点,钩子提供一个回调函数。当在某个程序中安装钩子后,它将监视该程序的消息,在指定消息还没到达窗口之前钩子程序先捕获这个消息。这样就有机会对此消息进行过滤,或者对Windows消息实现监控。-Windows application is based on the message-dri
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:7320
    • 提供者:田浩
  1. zhan

    0下载:
  2. 通过对队列的入栈出栈实行的程序,数据结构栈的操作的实验-Through the queue stack a stack to implement the procedures, data structure stack operation experiment
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:2418
    • 提供者:蔡晶
  1. bean.rar

    0下载:
  2. 输入字符串并按队列和链表输出再排序的小程序,Enter the string in accordance with the output queue and re-sorted list of small programs
  3. 所属分类:

    • 发布日期:2017-12-05
    • 文件大小:2356
    • 提供者:wangweipeng
  1. huffman.rar

    0下载:
  2. 用优先队列实现霍夫曼编码,是对贪心算法实现的一个详细代码。输入文件是待编码文件,输出文件是各个字符编码信息。,Priority queue with the realization of Huffman code is a greedy algorithm to achieve a detailed code. Input file is to be encoded file, output file is all character encoding information.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-22
    • 文件大小:2130
    • 提供者:waterfly
  1. zuidatuan.rar

    0下载:
  2. 使用优先队列分支限界法对单源最短路径问题求解,最小堆作为优先队列的存储结构 使用最小堆来存储活结点,解空间树是一个子集树,Priority queue using branch and bound method of single-source shortest path problem solving, and the youngest heap as a priority queue to use the smallest heap storage structure to store s
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1986
    • 提供者:waterfly
  1. JinChengTongXun.zip

    0下载:
  2. 包含几个用不同方式(共享内存、socket、FIFO、消息队列等)实现进程通信的小程序,包含详细注释,足以解释各种方式进程通信的实现原理和编程方法,Contains a number of different ways (shared memory, socket, FIFO, message queue, etc.) to achieve the process of the small communications program, including detailed notes, are
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:10656
    • 提供者:Rain
  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
    • 文件大小:364888
    • 提供者:蒋坤地
  1. duanyuanzuiduan.rar

    0下载:
  2. 单源最短路径问题,分支限界法的优先队列解法,最小堆来存储活结点表,表示活结点优先队列,优先级是结点所对应的当前路长,Single-source shortest path problem, branch and bound method of the priority queue method, the smallest heap to store slipknot points table, said slipknot point priority queue, priority is the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:3641
    • 提供者:waterfly
  1. 数据结构书中程序的代码实现

    0下载:
  2. 配合严蔚敏的数据结构的辅导书,内有书中程序的代码实现——高一凡所著的数据结构算法解析的第三章栈和队列。,YAN Wei-Min with the data structure of the counseling book, there are procedures code book- written by high and one where the data structure parsing algorithm Chapter III stack and queue.
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-23
    • 文件大小:17221
    • 提供者:wujiawei
  1. ~com.ibm.mq.jar

    0下载:
  2. IBM公司MQ消息通讯的部分源码,应用于企业信息化的ESB-the source of Message queue(IBM company)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1594708
    • 提供者:lxn
  1. zoj2127 Zuma的代码

    0下载:
  2. Zuma的代码,Zuma游戏是一款非常经典的小游戏,上传下自己的代码,希望能有多改进……谢~-Zuma code……Zuma is one of my favourite games of Fantasy Games series. In the game a lot of balls of different colors will enter the screen continuous, and the balls onscreen are rolling by a fixed track
  3. 所属分类:射击游戏

    • 发布日期:2017-03-26
    • 文件大小:988
    • 提供者:123
  1. RED.CC

    0下载:
  2. 我研究生阶段研究定的方向是网络拥塞管理,而我研究RED算法也有挺长时间了,很久以前就有解析NS中的队列管理算法RED的源代码(red.cc&red.h)的想法,借寒假有时间,匆匆写了一下。有些东西自己也没完全弄懂,但是对于困惑于如何修改RED算法的同学来说,应该有很大的参考价值。 本文档首先分析了RED算法涉及参数的含义,然后给出了主要函数的作用,最后对主要函数的源代码进行了分析。 希望本文档对你有用。 -I set the direction of post-graduate
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-22
    • 文件大小:211055
    • 提供者:源泉
  1. Storage-

    0下载:
  2. 该文件为链式储存结构的实验,文件包含了实验报告和代码,其中内容包括了线性表的链式结构的定义,链接存储结构结点的访问方法吗,栈的链式存储结构实现,链式存储结构的队列的特点与实现;栈和队列的简单应用; -Experimental chain storage structure of the file, the file contains the lab reports and code, which includes the definition of the linear chain stru
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:109205
    • 提供者:黎明
  1. jp.co.worksap.recruiting

    0下载:
  2. this package contains the program about q-this package contains the program about queue
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:5419
    • 提供者:dheeraj123
  1. FIFO_8_8

    0下载:
  2. FIFO先进先出队列,一种缓存、或一种管道、设备、接口(Verilog HDL程序,内附说明)-FIFO FIFO queue, a cache, or a pipeline, equipment, Interface (Verilog HDL program, containing a note)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:4622
    • 提供者:镜子
  1. FTPCOM

    2下载:
  2. C#版Ftp软件源码 Class that store FTP Commands with parameters - use with FTP Queue 可以进行简单的Ftp操作(上传、下载),并支持右键菜单(新建文件夹、下载、重命名等) 支持拖拽的上传和下载 -C# version of Ftp software source code Class that store FTP Commands with parameters- use with FTP Queue can
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:195604
    • 提供者:lin
  1. MsgQueue

    0下载:
  2. 实现一个线程安全的队列,可以在任何VC工程中使用.-multiplethread safed message queue.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:3183
    • 提供者:xuanxuan
  1. vs2005_queuue

    0下载:
  2. 实现利用VS2005创建的队列基本操作工程,已经测试通过。-Using VS2005 to create the queue to achieve basic operation of engineering, has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:426212
    • 提供者:
  1. DownloadQueueProgress

    0下载:
  2. ios平台,多线程下载示例,适合扩展成下载类型的app。-ios platform, multi-threaded download sample, download for expansion into the type of app.
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-10
    • 文件大小:1101854
    • 提供者:wertywang
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com