搜索资源列表
CDataPortProc
- CDataPortProc用多个子进程从数据服务器端口读取数据库请求数据,通过MAC校验后, 添加到数据库请求队列中。 入参:全局参数结构 -CDataPortProc with multiple sub-process server from the data port to read the request database data, after checking through the MAC, the request is added to the database que
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.
anjianqudong
- 设备驱动中主要要设计的数据结构是设备结构体,按键的设备结构体中应包含一个缓冲区,因为多次按键可能无法被及时处理,可以用该缓冲区缓存按键。此外,在按键设备结构体中,包含按键状态标志和一个实现过程中要借助的等待队列、cdev结构体。为了实现软件延时,定时器也是必要的-Device drivers in the main data structures to design a device structure, key device structure should contain a buffer,
exCPP4
- 用C++实现对数据结构中队列的各种操作,包括:初始化、入队、出队、赋值队列、打印以及销毁队列等-With C++ queue data structure to achieve a variety of operations, including: initialization, into the team, the team, assigned queues, print queues and destruction
queue
- 队列的一些例子,我也是从新手来的,可以对大家认识数据结构有帮助。-code for queue