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

Search list

[Other resourcevc++part2

Description: 数据结构算法vc++6.0程序集教材之part2---链式存储的表,堆栈,队列, vc实现少有的特别好的程序集强烈推荐,特别好,特别适合学习数据结构,有向动手实践的,把数据结构的算法都用vc实现了,经典经典经典经典经典经典经典!-data structure algorithms vc 6.0 manual procedures set part2 chain store -- a table, stack, Queue, vc achieve good few of the special procedures set strongly recommended, particularly good, especially suitable for the study of data structure, have to get involved in practice, the data structure of the algorithm using vc achieved, and the classic classic classic classic classic classic classic!
Platform: | Size: 358331 | Author: 魏洪平 | Hits:

[Other resourcevc++totle

Description: 数据结构算法vc++6.0程序集教材之总览,是一些你编完以后的结果,各部分算法在前面part1-part7部分给出,含线性表,数组,队列,堆栈,广义表,递归,图,排序,以及严蔚明数据结构教材中的各种算法实现了,好东西啊,强烈推荐,我找了很久才得到的,给予奉献了 vc实现少有的特别好的程序集特别适合学习数据结构,有向动手实践的,把数据结构的算法都用vc实现了,经典经典经典经典经典经典经典!-data structure algorithms vc 6.0 manual procedures set overview of some of your writing after the results part of the algorithm in front part1 - part7 part is, with linear scale arrays, queue, stack, generalized form Recursive, graphics, sorting, and Yan Wei Ming data structure of various materials algorithm achieved, and the good stuff ah, strongly recommended I found a long time before they can get. vc dedication to the realization of the special few good episodes procedures for the study of data structure, to get involved in practice, the data structure of the algorithm using vc achieved, and the classic classic classic classic classic classic classic!
Platform: | Size: 5370657 | Author: 魏洪平 | Hits:

[Windows DevelopQueue

Description: VC++实现链式队列的插入,删除,查找操作。
Platform: | Size: 1802 | Author: sai | Hits:

[OS program1243693139

Description: VC下进行缓冲区操作, 如一个线程写,一个线程读取并存储 当然使用队列 这是为具体工程写的队列的例子工程-buffer under VC operation, such as writing a thread, a thread to read and storage of course this is the use of Queue works written for specific examples of projects Q
Platform: | Size: 590848 | Author: 卢火 | Hits:

[Internet-Network实例70

Description: WINSOCK程序设计共分为客户端和服务器端程序两部分,要求实现功能:服务器端要能监听客户端连接请求,为客户端的连接请求建立SOCKET队列,处理各个客户端发送的数据,并向响应客户端发送应答信息,更新服务器端的端口号。-Winsock program design consists of client and server-side procedures in two parts, requires the function : server can be monitored to client requests for the client to establish a link SOCKET queue handle all the client to send data to respond to a client sent response information update service Works on the port side.
Platform: | Size: 45056 | 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:

[Windows Developcircular_queue

Description: 以VC++为编程工具,解决了windows多线程编程中的经典问题:circular_queue问题-to VC++ programming tools, solve the windows multithreaded programming of the classic problems : problems circular_queue
Platform: | Size: 1024 | Author: 苏晓 | Hits:

[OpenGL program银行OpenGL模拟

Description: 利用VC开发的银行系统的场景仿真,能够控制等待顾客的排队等。-Scene simulation of bank system in VC which could control the queue of customer etc.
Platform: | Size: 320512 | Author: 张在房 | Hits:

[Windows Develop孙鑫C++-Windows使用原理

Description: Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows operating procedures and principles of programming process, the window selection process, handle principle, Message Queue, a callback function, the window is closed and applications from the working relationship, the use of a number of small VC skills, and cdecl calling stdcall norms, beginners often make mistakes and points for attention .
Platform: | Size: 15360 | Author: lily | Hits:

[Communicationmsmq通信

Description: 用微软的操作系统组件MSMQ消息队列编程,COM开发调用,实现网络通信-use Microsoft's operating system components MSMQ message queue programming, called COM development, communications network
Platform: | Size: 499712 | Author: zj | Hits:

[Data structsyiyuan

Description: 医院模拟:经典堆栈队列应用;VC++控制台程序;小弟上数据结构是作品.-hospital simulation : classic stack Queue application; VC console; Finding data on the structure of work.
Platform: | Size: 47104 | Author: li | Hits:

[Data structsvc++part2

Description: 数据结构算法vc++6.0程序集教材之part2---链式存储的表,堆栈,队列, vc实现少有的特别好的程序集强烈推荐,特别好,特别适合学习数据结构,有向动手实践的,把数据结构的算法都用vc实现了,经典经典经典经典经典经典经典!-data structure algorithms vc 6.0 manual procedures set part2 chain store-- a table, stack, Queue, vc achieve good few of the special procedures set strongly recommended, particularly good, especially suitable for the study of data structure, have to get involved in practice, the data structure of the algorithm using vc achieved, and the classic classic classic classic classic classic classic!
Platform: | Size: 358400 | Author: 魏洪平 | Hits:

[Data structsvc++totle

Description: 数据结构算法vc++6.0程序集教材之总览,是一些你编完以后的结果,各部分算法在前面part1-part7部分给出,含线性表,数组,队列,堆栈,广义表,递归,图,排序,以及严蔚明数据结构教材中的各种算法实现了,好东西啊,强烈推荐,我找了很久才得到的,给予奉献了 vc实现少有的特别好的程序集特别适合学习数据结构,有向动手实践的,把数据结构的算法都用vc实现了,经典经典经典经典经典经典经典!-data structure algorithms vc 6.0 manual procedures set overview of some of your writing after the results part of the algorithm in front part1- part7 part is, with linear scale arrays, queue, stack, generalized form Recursive, graphics, sorting, and Yan Wei Ming data structure of various materials algorithm achieved, and the good stuff ah, strongly recommended I found a long time before they can get. vc dedication to the realization of the special few good episodes procedures for the study of data structure, to get involved in practice, the data structure of the algorithm using vc achieved, and the classic classic classic classic classic classic classic!
Platform: | Size: 5370880 | Author: 魏洪平 | Hits:

[Data structsDATASTRUCTER

Description: 严蔚敏数据结构教材-栈和队列的所有源程序(VC)-Yan Wei Min data structure materials-Stack and Queue all source (VC)
Platform: | Size: 19456 | Author: 陆路 | Hits:

[Other systemsPLC_Control

Description: 欧姆龙最新PLC CPH1系列hostlink应用例子,用于编写上位机控制软件,通过串口直接控制PLC。用vc编写,方便转化为其他语言。 包括内容: 1:自封装串口类(来源于网络,做了适当修改) 2:多线程,线程间同步,通讯等。 3:生产者消费者模型应用,环形缓冲队列应用 4:欧姆龙hostlink通讯通讯同步处理,FCS校验值计算,各种hostlink指令使用示例。 5:线程消息处理类封装。 6:windows程序中带console调试界面,可把调试信息输出到控制台窗口及文件。 7:windows界面调试工具。(win32多线程程序设计一书中WM_COPYDATA例子封装,运行程序前启动目录中CopyRecv程序。) 8:自封装高精度计时器。(QueryPerformanceFrequency,QueryPerformanceCounter) 9:其他详见代码,此测试程序对初学者非常有帮助,而请大虾多指教。 e-mail:m__point@163.com -OMRON PLC CPH1 latest series hostlink application examples, for the preparation of PC control software through direct serial control PLC. Prepared using vc facilitate conversion to other languages. Including : 1 : Since Packaging serial category (from the network, so the appropriate modifications) 2 : multiple threads, thread synchronization, communications. 3 : Producer consumer model, a circular buffer queue application 4 : OMRON hostlink synchronous communications Communications, FCS checksum calculation, hostlink various examples of the use of directives. 5 : threaded message processing category Packaging. 6 : windows proceedings with console debugging interface Debugging information can be output to the console window and documents. 7 : windows interface debugging tools. (Win32 multit
Platform: | Size: 71680 | Author: | Hits:

[Windows DevelopQueue

Description: VC++实现链式队列的插入,删除,查找操作。-VC++ Realize queue chain insert, delete, find operations.
Platform: | Size: 1024 | Author: sai | Hits:

[Otherlist-and-Queue-template

Description: 自己封装的队列和链表模板类,使用方便!使用VC++开发工具.-Package their own queue and linked list template class, easy to use! Using VC++ development tools.
Platform: | Size: 3072 | Author: shiwolf | Hits:

[OtherVC_Queue

Description: 这是用VC编写的一个“队列”的插入和删除程序,使用的是循环队列。-This is prepared by VC a " queue" of the insert and delete procedures, the use of the circle queue.
Platform: | Size: 275456 | Author: Mr.Chen | Hits:

[Othervc(QUEUE)

Description: 封装完善的C++队列类,可用在串口通讯、网络通讯上-Complete package C++ queue class, can be used in serial communications, network communications, etc.
Platform: | Size: 1024 | Author: heyong | Hits:

[File Formatqueue

Description: 本程序是关于队列的程序,程序实现了队列的建立,删除,插入,程序采用类模板的形式写的源码。好懂,好用,用VC运行。-This program is on the queue process, the program achieved the establishment of the queue, delete, insert, procedures, use of class template in the form of written source. Better understand, easy to use, with VC run.
Platform: | Size: 8192 | Author: 慧灵 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net