Welcome![Sign In][Sign Up]
Location:
Search - queue

Search list

[WEB Codequeue

Description: queue这是一个如何制作一个queue的程式,一般常用的方法
Platform: | Size: 5507 | Author: 陳悟 | Hits:

[Other resourceQueue-c++

Description: 数据结构常用数据结构-队列,包含队列的常用操作和class类,基本的结构类型-data structure used data structure - queue, the queue contains commonly used operation and class category, the basic structure types
Platform: | Size: 7490 | Author: 陈钊 | Hits:

[Report papersOn a Generalization of Join-the-Shortest-Queue Scheduling with a Bias

Description: 从豆丁转载的JSQ算法的文章,希望对大家有所帮助
Platform: | Size: 1577569 | Author: alvin5101568 | Hits:

[Mathimatics-Numerical algorithmsqueue

Description: 购物商场中模拟排队的程序-Program which simulates shopping queues
Platform: | Size: 10240 | Author: 站长 | Hits:

[JSP/Javajavaparase

Description: 一个java源代码包,其中包括快速排序,队列和后缀表达式的计算,XML生成程序,为一个解析XML文件程序做了书价格的计算,是后缀表达式计算,中缀转后缀-A java source code package, including the quick sort, queue and the suffix for calculating expressions, XML generation process, a procedure to resolve XML document has done a book prices is the suffix expression calculated infix to suffix
Platform: | Size: 8192 | Author: 站长 | Hits:

[Mathimatics-Numerical algorithmsCpp源代码

Description: 各种算法的c语言程序,包括huffman、线性表、栈、队列等--All kinds of algorithm program in C language, including huffman, lineartable, stack, queue etc.
Platform: | Size: 19456 | Author: 站长 | Hits:

[Data structs停车场

Description: 我的数据结构的实验题,停车场,用栈和队列 模拟停车场,实现进车和出车-my data structure experiment, a car park, with Stack and Queue simulated car parks, to achieve progress and out of cars
Platform: | Size: 254976 | Author: 胡小勇 | Hits:

[Mathimatics-Numerical algorithmsduojifankuiduilie

Description: 操作系统中的多级反馈队列调度算法-operating system as a multi-level feedback queue scheduling algorithm
Platform: | Size: 29696 | Author: 杨淼 | Hits:

[CSharpQMSMQApp1

Description: c#消息队列原代码-Message Queue source
Platform: | Size: 23552 | Author: 包公 | Hits:

[JSP/Javabankqueue

Description: java编写的一个多线程程序,模拟银行排队.-prepared in a multithreaded process that simulates the bank queue.
Platform: | Size: 8192 | Author: 毛伟 | Hits:

[ApplicationsEmulator

Description: 单窗口售票系统仿真程序 运用秒推进法模拟了单窗口售票系统售票员忙、闲,客户到达、排队等待、购票/离开等情形,并给出实时报告-single-window ticketing system simulation program to promote the use seconds simulation of single-window ticketing system conductor busy, idle, customers arrived, the queue waiting, booking/leave situations, and gives real-time reporting
Platform: | Size: 1491968 | Author: 孙丽霞 | Hits:

[OS programQueue suan fa

Description: 队列实现的函数算法!-queue algorithm to achieve the function!
Platform: | Size: 153600 | Author: fan | Hits:

[Data structsQueue111

Description: JAVA数据结构与算法之队列小应用程序-Java data structures and algorithms queue small applications
Platform: | Size: 6144 | Author: 张忠良 | Hits:

[Data structs数据结构算法集---C++语言实现

Description: 常用的C++数据结构算法,包括队列、堆栈、链表...等.以模板类型式实现-C common data structure algorithms, including queue, stack, etc. List .... To achieve template-type
Platform: | Size: 7168 | Author: 新康 | Hits:

[Linux-Unixmsgq

Description: 这是一个关于用消息队列进行通信的小程序源码,makefile是在sco下的,如果在linux下可能要加socket的链接库-This is a message queue on the use of small communications procedures source, makefile in the sco, if under Linux may have to increase the socket libraries
Platform: | Size: 1024 | Author: tch | Hits:

[DSP programucos_message

Description: 该代码采用c5400dsp的汇编语言和c语言实现ucos操作系统,并在操作系统之上实现一个消息队列,实现消息的发送于接收。-c5400dsp of assembly language and c CENTER language operating system and the operating system is implemented on top of a message queue, to achieve the sender to receiver.
Platform: | Size: 116736 | Author: 杨健 | Hits:

[Program doc4通信网理论-排队论基础1

Description: 通信网理论,排队论基础,包括单服务台以及多服务台排队-telecommunication network theory concept of queue theory include 1 server and N server
Platform: | Size: 237568 | Author: 老板 | Hits:

[CommunicationQueueTest

Description: VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue<QueueData> TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue /////////////////////////////////////////# include "Queue . h "//define queue data struct QueueData struct (char data [20] int nId)// define queue typedef TQueuelt; QueueDatagt; TMyQueue// put data into QueueData data queue (memset (data, 0, sizeof (data)) htpasswd (data.data, "hello!") data.nId m_pMyQueue.TryPut = 0 (data))// try put data into QueueData data queue (memset (data, 0, sizeof (data)) htpasswd (data. data, "hello!") data.nId = 0 if (m_pMyQueue.TryPut (data)! = 0) (MessageBox ( "put queue error")) else (MessageBox ( "put queue success")))// get data from QueueData data queue (memset (data, 0, sizeof (data))
Platform: | Size: 33792 | Author: zj | Hits:

[Process-Thread反馈

Description: 用c语言模拟的多极反馈队列算法,-simulated multi-polar feedback queue algorithm ,----------------------------------------
Platform: | Size: 13312 | Author: 谢冠华 | Hits:

[Data structs数据结构的停车场

Description: 利用栈和队列完成停车场的管理,数据结构的实习题目,并完成选做内容-use stack and queue complete parking management, and data structure of the internship topics, and complete the election to content
Platform: | Size: 25600 | Author: 陈大民 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net