-
Linux下的端口扫描实现
f (!connect(sockfd,(struct sockaddr*)&server,sizeof(struct socka...
Linux下的端口扫描实现
f (!connect(sockfd,(struct sockaddr*)&server,sizeof(struct sockaddr-
#include
#include
#include
#include
#include
#include
#include
#include
- 2022-02-04 15:19:44下载
- 积分:1
-
是一份LINUX下面的C语言编程的资料,讲的很详细,是超星格式的,对LINUX下的C开发感兴趣的可以看看。...
是一份LINUX下面的C语言编程的资料,讲的很详细,是超星格式的,对LINUX下的C开发感兴趣的可以看看。-LINUX is a C language programming the following information, speak in great detail, is Chaoxing format of the C development under LINUX interested can look at.
- 2022-11-14 13:45:07下载
- 积分:1
-
是一份讲述Linux内核和驱动开发的文档,概念讲解十分清晰,深刻。有利于帮助开发Linux的内核驱动...
是一份讲述Linux内核和驱动开发的文档,概念讲解十分清晰,深刻。有利于帮助开发Linux的内核驱动-Embedded Linux Kernel And Driver Development
- 2022-08-25 07:22:46下载
- 积分:1
-
安装 VMware TOOLS时需要此文件
安装 VMware TOOLS时需要此文件-This file is needed when you are using
VMware TOOLS.
- 2022-02-25 12:38:51下载
- 积分:1
-
label of the official training materials, learning linux watched every game of t...
红帽子的官方培训教材,学习linux的必看之书,强烈推荐-label of the official training materials, learning linux watched every game of the book and strongly recommended
- 2022-07-20 22:34:15下载
- 积分:1
-
网络编程,uc/os下用的IP/TCp协议,嵌入式开发必备
网络编程,uc/os下用的IP/TCp协议,嵌入式开发必备-network programming, uc/os using IP/TCp agreement, embedded development required
- 2022-02-22 05:52:53下载
- 积分:1
-
linux学习教材,初学者适宜,感兴趣可以
linux学习教材,初学者适宜,感兴趣可以-linux study material suitable for beginners
- 2022-02-21 06:45:11下载
- 积分:1
-
c、c++比较算法利用c++写得比较常用的算法
c、c++比较算法利用c++写得比较常用的算法
- 2022-08-06 22:09:17下载
- 积分:1
-
SANCHO,最好的MLDONKEY客户端,LINUX下载盒子必备
SANCHO,最好的MLDONKEY客户端,LINUX下载盒子必备-SANCHO, the best MLDONKEY client, LINUX download box must
- 2022-01-28 07:22:51下载
- 积分: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