CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - QUEUE

搜索资源列表

  1. que

    0下载:
  2. c pre ocessor directive for debug messages and queue data structure implementation in c++.-c pre preocessor directive for debug messages and queue data structure implementation in c++.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1338
    • 提供者:madhav
  1. CIR_Q2

    0下载:
  2. program for circular queue in C language
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:716
    • 提供者:vickky
  1. rem

    0下载:
  2. NS-2 随机指数标记算法(REM)是一种有效的主动队列管理算法 这事REM算法源码-NS-2 Random Early Marking Algorithm (REM) is an effective algorithm for active queue management algorithm for this matter REM Source
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:13690
    • 提供者:yjq
  1. CSHARPSOCKET

    0下载:
  2. C#实现多线程网络通讯 整个系统由三个核心线程组成,并由.NET线程池统一管理: 侦听客户端连接请求线程:ListenClientRequest(),循环侦听客户端连接请求。如果有,检测该客户端IP,看是否是同一观测设备,然后建立一个客户端TSession对象,并通过Socket异步调用方法BeginReceive()接收数据包、EndReceive()处理数据包 数据包处理线程:HandleDatagrams(),循环检测数据包队列_datagramQueue,完成数据包解析、判
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-23
    • 文件大小:9951
    • 提供者:鸣鸣
  1. tcl

    0下载:
  2. 一个简单的red-queue和droptail queue的源代码,在ns2上模拟实现。-A simple red-queue and droptail queue of the source code, to simulate in ns2 implementation.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:2090
    • 提供者:SevicaSu
  1. ex-dtrr-queue

    0下载:
  2. DTRR QUEUE TCL CODE FOR NS2
  3. 所属分类:Linux Network

    • 发布日期:2017-04-09
    • 文件大小:887
    • 提供者:Ali
  1. queue

    0下载:
  2. ns2中queue序列各文件源代码,希望对大家有所帮助-the source files
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-08
    • 文件大小:308270
    • 提供者:李许鹏
  1. UPLOAD

    0下载:
  2. MM1:MM1 queue simulation MG1: MG1 queue simulation NETWORKQUEUE:电话网络的queue simulation socket:一个数据库,图书馆和用户三者通过UDP或者TCP链接,互通消息的socket。 -MM1:MM1 queue simulation MG1: MG1 queue simulation NETWORKQUEUE:电话网络的queue simulation socket:database,
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:13855
    • 提供者:解雷刚
  1. queue

    0下载:
  2. stack. queue. Data structure of stacks and queues. Some basic idea about data structure and array.-stack. queue. Data structure of stacks and queues. Some basic idea about data structure and array. dynamic , malloc
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:3674
    • 提供者:qinwen
  1. queue

    0下载:
  2. 共享内存及信号量PV操作封装 功能:信号量p操作,信号量V操作 共享内存初始化,取出数据, 放入数据,统计共享内存队列长度 -PV Operation package features: shared memory and semaphores semaphore p operation, the semaphore V operation shared memory initialization, remove the data into the data, the sta
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:5478
    • 提供者:林斌
  1. list-stack-queue

    0下载:
  2. 这是我写的三个数据结构中程序,栈,队列,链表,对学习指针有很好的指导作用。-This is a data structure procedures, three I wrote in the stack, queue, linked list, a very good role in guiding the study of pointer.
  3. 所属分类:Linux Network

    • 发布日期:
    • 文件大小:3134
    • 提供者:蔡杰
  1. The-acquisition-of-the-message-queue

    0下载:
  2. 消息队列的获得,适合初学系统编程的程序员了解信号队列的机制-The acquisition of the message queue
  3. 所属分类:Linux Network

    • 发布日期:2017-11-17
    • 文件大小:3072
    • 提供者:李力
  1. queue

    0下载:
  2. 演示多线程加锁缓冲队列读写,运行环境为ubuntu,循环写入和打印输出,练习队列的加锁以及增删-Demonstration Multithreading locked buffer queue read and write, the operating environment for ubuntu, circulation write and print output, as well as additions and deletions to practice lock queue
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:2181
    • 提供者:杨勇
  1. queue

    0下载:
  2. 本代码是基于队列实现的,对用户有很好的用处与学校-The code is based on queue to achieve, there is a good use for the user with the school
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3422
    • 提供者:王浩
  1. queue

    0下载:
  2. 这是基于ns2的队列管理的源代码,学习队列管理的人一定要看懂-This is based on queue management ns2 source code, learn queue management, the people must understand
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:2744
    • 提供者:huacong
  1. queue

    0下载:
  2. 封装的STL队列类,不必关心队列大小类型,非常实用,也是新手学习的很好资料-Package STL queue class, do not care about the type of queue size, very practical, but also good information for novices to learn
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:34032
    • 提供者:黄华
  1. mssage-queue-to-imple_ATM

    0下载:
  2. 使用消息队列模拟实现ATM,代码主要面向学习消息队列应用,熟练消息队列,涉及到文件、进程通讯。-Use message queue analog implementation ATM, code mainly for learning application message queue, skilled message queues, file related to the process of communication.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:22097
    • 提供者:穆元彪
  1. queue

    0下载:
  2. .银行业务队列模拟:假设某银行某网点有A和B两个业务窗口,其中A办理业务的速度是B的2倍。给定到达银行的顾客序列,请按业务完成的顺序输出顾客序列。(假定不考虑顾客先后到达的时间间隔,并且当不同窗口同时处理完2个顾客时,A窗口顾客优先输出。) a. 输入说明:输入为一行正整数,其中第1个数字N(N<=1000)为顾客总数,后面跟着N位顾客的编号。编号为奇数的顾客需要到A窗口办理业务,为偶数的顾客则去B窗口。数字间以空格分隔。 b.输出说明:按业务处理完成的顺序输出顾客的编号。数字间以
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-29
    • 文件大小:109426
    • 提供者:
  1. Queue-master

    0下载:
  2. Linux: use cmake -DBUILT_32=ON .. to force 32-bit built, -DBUILT_64=ON for 64-bit-Queue - thread-safe - ability to define max number of elements - sort elements into queue - get in O(1), except when filtered (worst case O(n)) - put in O(1)
  3. 所属分类:Linux Network

    • 发布日期:2017-04-29
    • 文件大小:11765
    • 提供者:ceaven
  1. queue

    0下载:
  2. 队列的一些例子,我也是从新手来的,可以对大家认识数据结构有帮助。-code for queue
  3. 所属分类:Linux Network

    • 发布日期:2017-05-04
    • 文件大小:4201
    • 提供者:姜祥杰
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com