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

搜索资源列表

  1. opnet-simulation-of-initiative-queue-management.ra

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

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

    0下载:
  2. 队列,1、 掌握队列的顺序存储结构和“假溢出”的处理方法 2、 设计用标志位解决“假溢出”问题的顺序队列 -cohort, 1, the master queue storage structure and sequence "false spillover" of the two treatment methods. Design signs spaces, "false spillover" in the order queue
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:24704
    • 提供者:庄文
  1. queue

    0下载:
  2. queue, first in first out. it is test ok.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8041
    • 提供者:張惟欽
  1. 实现 stack或queue 的基本

    0下载:
  2. 实现 stack或queue 的基本 ; 用 stack来实现 queue或用queue来实现 stack。
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-17
    • 文件大小:116437
    • 提供者:qiuqiu
  1. Queue suan fa

    0下载:
  2. 队列实现的函数算法!-queue algorithm to achieve the function!
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:153423
    • 提供者:fan
  1. queue

    0下载:
  2. queue这是一个如何制作一个queue的程式,一般常用的方法
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:5507
    • 提供者:陳悟
  1. Queue-c++

    0下载:
  2. 数据结构常用数据结构-队列,包含队列的常用操作和class类,基本的结构类型-data structure used data structure - queue, the queue contains commonly used operation and class category, the basic structure types
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7490
    • 提供者:陈钊
  1. On a Generalization of Join-the-Shortest-Queue Scheduling with a Bias

    0下载:
  2. 从豆丁转载的JSQ算法的文章,希望对大家有所帮助
  3. 所属分类:报告论文

    • 发布日期:2011-09-22
    • 文件大小:1577569
    • 提供者:alvin5101568
  1. WorkQueue.rar

    0下载:
  2. c#实现的工作队列,workquere,多线程管理,c# realization of the work queue, workquere, multi-threaded management
  3. 所属分类:MPI

    • 发布日期:2017-04-15
    • 文件大小:6754
    • 提供者:tf
  1. Queue

    0下载:
  2. C++队列操作程序,链表 模板制作,对于理解链表有帮助-C++ queue operating procedures, list templates, and helpful for understanding the list
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7088
    • 提供者:惊残孤雪
  1. QUEUE

    0下载:
  2. 这是一个关于循环队列的程序,有小错误,自己寻找改正即可,您可以从中了解方法-This is a circular queue of the program, a small error, they can find to correct, you can learn about the method
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:566
    • 提供者:胡欢
  1. vc(QUEUE).rar

    0下载:
  2. 封装完善的C++队列类,可用在串口通讯、网络通讯上等等,Complete package C++ queue class, can be used in serial communications, network communications, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:938
    • 提供者:heyong
  1. queue

    0下载:
  2. 一个用c语言实现的队列,线程安全,win32 ,linux下通用-A queue with c language, thread safety, win32, linux under the general
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1357
    • 提供者:尹海龙
  1. FTP

    0下载:
  2. EasyFtp是一款用于文件传输的软件。运行于WINDOWS95/98环境下。 它将FTP的基本功能图形化,并实现了一些功能的增强。 具体功能如下: 1.文件,目录(带子目录及文件)的相互传送。 2.多线程分块传输。 3.后台任务队列控制,可实现停止、重启、续传等操作。 4.远程服务器的地址信息管理。 5.对远程服务器可实现建目录、删除、改名等操作。 6.对本地同样可实现这些功能。 7.选项控制文件的传输。 -EasyFtp is a software for
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:247274
    • 提供者:lee
  1. simulation-the-queue-process

    0下载:
  2. 用Matlab实现排队过程的仿真 matlab仿真 画出等待时间和离开时间的图像-use matlab to simulation the queue process
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1234
    • 提供者:TsingtomHoo
  1. Queue

    0下载:
  2. 用java实现的队列操作,其中包括增加,删除,修改及查询操作-Queue operations using java implementation, including add, delete, modify, and query operations
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:738
    • 提供者:keane
  1. threads-queue-for-tickets

    0下载:
  2. 能有效地解决排队买票的线程问题,具有高效性。-Can effectively solve the problem of threads queue up for tickets, with high efficiency.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:9440
    • 提供者:guolei
  1. M/G/1 queue model

    1下载:
  2. The code of Queue theory M/G/1 model in Matlab
  3. 所属分类:matlab例程

    • 发布日期:2015-09-14
    • 文件大小:864
    • 提供者:iMuzik
  1. queue

    0下载:
  2. MM1队列模型 有最大排队人数限制 超出报错(MM1 queue There is a maximum queue limit beyond the reporting error)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:1743872
    • 提供者:顾南
  1. Queue

    0下载:
  2. Mac OS下的Xcode,用C语言实现队列功能。(Queue in C language by Xcode on Mac OS.)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:3072
    • 提供者:BoBo1996
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com