-
linux环境下udp协议的客户端代码,向服务器端发送请求,显示服务器回应请求的时间...
linux环境下udp协议的客户端代码,向服务器端发送请求,显示服务器回应请求的时间-udp protocol under linux client code to send the request to the server-side, showing the server time to respond to the request
- 2022-04-18 05:23:32下载
- 积分:1
-
vc rope programming source code
vc++ rope 编程 源代码-vc rope programming source code
- 2022-07-18 01:35:58下载
- 积分:1
-
进程管道通信
进程管道通信-The process of pipeline communications
- 2022-03-24 09:57:42下载
- 积分:1
-
将需要公开的接口用一个句柄类封装起来,调用者只通过封装的句柄类来调用实现, 这样,将调用与实现隔离开来,或者说只让调用看到它所需要看到的接口。这样的话,只要 保...
将需要公开的接口用一个句柄类封装起来,调用者只通过封装的句柄类来调用实现, 这样,将调用与实现隔离开来,或者说只让调用看到它所需要看到的接口。这样的话,只要 保证接口不变,那么实现代码的中要添加一些变量,函数,将不会影响到调用者。-will require an open interface with a handle Packaging category, called only by the Packaging category to handle Call, which would call and to achieve separation, or call only need to see it to see the interface. So, as long as the guarantee the same interface, then the realization of the code necessary to add some variables, function and will not affect the person to call.
- 2022-01-24 12:47:47下载
- 积分:1
-
Programming third edition of the source, the British horse revision, Posts And T...
程序设计第三版源码,英国马修编著,人民邮电出版社出版-Programming third edition of the source, the British horse revision, Posts And Telecommunications News Press
- 2022-07-27 11:02:19下载
- 积分:1
-
OReilly
OReilly - Python Cookbook-OReilly- Python Cookbook
- 2022-01-25 18:04:07下载
- 积分:1
-
esc/pos指令集的打印机的串口的条码驱动演示程序
esc/pos指令集的打印机的串口的条码驱动演示程序
- 2022-05-08 19:57:05下载
- 积分:1
-
Embedded Linux environment of a Flash Player (version of the following support F...
嵌入式linux环境下的一个FLASH播放器(支持FLASH7.0以下版本)-Embedded Linux environment of a Flash Player (version of the following support FLASH7.0 )
- 2022-06-19 16:15:38下载
- 积分:1
-
HP PCI plug&play source code with GUI,precious materials inside HP!
HP PCI热插拔代码GUI HP内部珍贵资料!-HP PCI plug&play source code with GUI,precious materials inside HP!
- 2022-03-26 00:56:08下载
- 积分:1
-
在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者...
在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出来。-In the same address space of a process implemented within the two threads. The producer thread production of goods, and then items placed in an empty buffer in the thread consumption for consumers. Consumer thread to acquire items from the buffer, and then release the buffer. When the producer thread is the production of goods, if there is no empty buffers are available, then the producer thread must wait for the Consumer thread to release an empty buffer. When a consumer thread consumer goods, if the buffer is not full, then the consumer thread will be blocked until the new items were produced.
- 2022-03-10 13:10:08下载
- 积分:1