资源列表
IO多路复用 SELECT函数
- IO的多路复用(Select函数) 注:为了解决创建子进程带来的系统资源消耗而采用多路I/O模型 一般来说当我们在向文件读写时,进程有可能读写出阻塞,如果我们不希望阻塞,我们的一个选择是用select系统调用。只要我们设置好select的各个参数那么文件可以读写的时候select通知我们说可以读写,在我们调用select时进程会一直阻塞到以下一种情况发生 1) 有文件可以读 2) 有文件可以写 3) 超过所设置的时间
qxml
- this a examlple for QT
os.tar
- 双缓冲区誊抄的程序,使用信号灯及共享缓冲区实现同步,由三个子进程实现-Double buffer copy of the transcr ipt, the use of semaphores and shared buffer to achieve synchronization, by the three sub-processes realize
anids
- linux下的IDS源码,编辑比较自由,可以根据自己的需要增加规则-IDS under linux source code, edit more freely, according to their need for additional rules
mmap
- 关于linux 下的mmap离子描述,很好。有兴趣的朋友可以参考以下-Ion on the descr iption of mmap under linux, very good. Interested friends can refer to the following
socket.tar
- Linux TCP socket通讯,visual C++实现-Linux TCP socket communication, visual C++ implementation
fsdisk-0.2.tar
- mkfs ("MaKe FileSystem") is the Linux/GNU command for formatting a disk partition with a specific filesystem. Syntax The basic syntax is: mkfs -t type device where type is the type of the filesystem and device is the Unix device the
crc.tar
- CRC校验算法,包括CRC8,CRC16,CRC32,MODBUS,和其他几种算法,C语言封装,方便使用-CRC checksum algorithm, including CRC8, CRC16, CRC32, MODBUS, and several other algorithms, C language package, easy to use
archlab-handout-partc.tar
- ICS课程archlab Partc 作业提交包(纯手工制作 CPE6.77)-ICS courses archlab Partc job submission package (handmade CPE6.77)
netV2016
- 利用QT编写网络调试助手,可以做TCP服务器,TCP客户端和UDP服务器(Using QT write network debugging assistant, can do the TCP server, TCP and UDP client server)
WCF群聊
- 利用WCF实现群聊功能,多客户端同时聊天,实现同步更新。(Using WCF to achieve group chat function, multi client chat at the same time, achieve synchronous update.)
知网爬虫
- 自己写的一个关于python的小型爬虫,性能感觉还算可以。(Himself wrote a small crawler about python, performance feel return calculate can.)