搜索资源列表
multitreadsrc2
- MFC中有两类线程,分别称之为工作者线程和用户界面线程。二者的主要区别在于人工辅助线程没有消息循环,而用户界面线程有自己的消息队列和消息循环-MFC there are two types of thread, thread workers were called and the user interface thread. The main difference between the two is artificial threads no news cycle, and the user
ServiceBrokerExtSource
- SQL Server 2005 Service Broker (SSB) is an asynchronous messaging technology built into SQL Server. With SSB, you essentially get the power of messaging technologies like Microsoft Message Queue (MSMQ) combined with the relational database capabiliti
Bank-analog-system.
- 银行模拟系统。链表和链队列(均带头指针)实现,程序中累计客户逗留时间,客户数,银行营业时间等,最终计算客户排队办理时间-Bank analog system. Linked list and chain queue (pointer to take the lead) to achieve, the cumulative customers stay program time, the number of customers, banking hours, the final calculati
The-maze-problem
- 数据结构课设——迷宫问题。采用C++编程,主要采用队列、指针,自动生成图案迷宫,并判断出路,迷宫大小可自己设置。界面较好。-Data structures course- the maze problem. To adopt C++ programming, mainly using the queue, a pointer, and automatically generate pattern maze and judge the way out of the maze size can se
12342-03
- 数据结构第三版课件及源代码,循环队列程序设计-Data structures courseware and the third edition of the source code, program design circular queue
duilie
- 用单链表实现优先级队列,编写实现队列的下列操作的函数并实现书上的进程调度应用. -Realization of the priority queue with a single linked list, prepared to achieve the following functions of the queue and process scheduling application book.