搜索资源列表
que
- 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++.
CIR_Q2
- program for circular queue in C language
rem
- 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
CSHARPSOCKET
- C#实现多线程网络通讯 整个系统由三个核心线程组成,并由.NET线程池统一管理: 侦听客户端连接请求线程:ListenClientRequest(),循环侦听客户端连接请求。如果有,检测该客户端IP,看是否是同一观测设备,然后建立一个客户端TSession对象,并通过Socket异步调用方法BeginReceive()接收数据包、EndReceive()处理数据包 数据包处理线程:HandleDatagrams(),循环检测数据包队列_datagramQueue,完成数据包解析、判
tcl
- 一个简单的red-queue和droptail queue的源代码,在ns2上模拟实现。-A simple red-queue and droptail queue of the source code, to simulate in ns2 implementation.
ex-dtrr-queue
- DTRR QUEUE TCL CODE FOR NS2
queue
- ns2中queue序列各文件源代码,希望对大家有所帮助-the source files
UPLOAD
- 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,
queue
- 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
queue
- 共享内存及信号量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
list-stack-queue
- 这是我写的三个数据结构中程序,栈,队列,链表,对学习指针有很好的指导作用。-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.
The-acquisition-of-the-message-queue
- 消息队列的获得,适合初学系统编程的程序员了解信号队列的机制-The acquisition of the message queue
queue
- 演示多线程加锁缓冲队列读写,运行环境为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
queue
- 本代码是基于队列实现的,对用户有很好的用处与学校-The code is based on queue to achieve, there is a good use for the user with the school
queue
- 这是基于ns2的队列管理的源代码,学习队列管理的人一定要看懂-This is based on queue management ns2 source code, learn queue management, the people must understand
queue
- 封装的STL队列类,不必关心队列大小类型,非常实用,也是新手学习的很好资料-Package STL queue class, do not care about the type of queue size, very practical, but also good information for novices to learn
mssage-queue-to-imple_ATM
- 使用消息队列模拟实现ATM,代码主要面向学习消息队列应用,熟练消息队列,涉及到文件、进程通讯。-Use message queue analog implementation ATM, code mainly for learning application message queue, skilled message queues, file related to the process of communication.
queue
- .银行业务队列模拟:假设某银行某网点有A和B两个业务窗口,其中A办理业务的速度是B的2倍。给定到达银行的顾客序列,请按业务完成的顺序输出顾客序列。(假定不考虑顾客先后到达的时间间隔,并且当不同窗口同时处理完2个顾客时,A窗口顾客优先输出。) a. 输入说明:输入为一行正整数,其中第1个数字N(N<=1000)为顾客总数,后面跟着N位顾客的编号。编号为奇数的顾客需要到A窗口办理业务,为偶数的顾客则去B窗口。数字间以空格分隔。 b.输出说明:按业务处理完成的顺序输出顾客的编号。数字间以
Queue-master
- 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)
queue
- 队列的一些例子,我也是从新手来的,可以对大家认识数据结构有帮助。-code for queue