资源列表
PPP_Fcs
- 该工具可以很快计算出PPP协议校验域的值,方便调试及判断协议数据帧是否正确。-The tool can quickly calculate the checksum field value PPP protocol to facilitate debugging and judgments protocol data frame is correct.
shuijingguaqyuanma
- 挂Q软件,无聊的时候可以试一下,网络程序,不保证长期有效-Linked to Q Software, you can try when boring
QosSvr
- 简易TCP通讯服务器端,QosClt为客户端。多个客户端间的通讯需要基于服务器,即通过服务器转发。-Simple TCP communication server, QosClt for the client. Communication between multiple clients need a server-based, that is transmitted through the server.
QosClt
- 简易TCP通讯客户端,QosSvr为服务端。多个客户端间的通讯需要基于服务器,即通过服务器转发。-Simple TCP messaging client, QosSvr for the service side. Communication between multiple clients need a server-based, that is transmitted through the server.
managesys
- 该项目为资产信息管理系统。由于经济水平的不断提高,资产也逐渐增多,为方便管理员管理,资产信息管理系统的要求也在逐年提高。特此编写了一个资产信息管理系统的代码程序,它的功能主要是完成系统基本功能和要求,统计功能,查找功能。-The project for the asset information management system. As the economy continues to improve the level of assets is gradually increasing, f
lksctp-tools-1.0.7.tar
- sctp lib from lksctp site lksctp-tools-1.0.7.tar.gz-sctp lib from lksctp net
dll-coding
- 动态链接库的编程,适合windows平台下的动态链接库学习-Dynamic Link Library programming for windows platform dynamic link library learning
capture-network-pac
- 关于网络流量数据包抓取,分析的一篇论文,值得借鉴-On network traffic packet capture, analysis of a thesis, it is worth learning! !
dl.tar
- 一个简单的dopen打开动态库里的函数的例子.-A simple dopen open dynamic library function example.
Socket
- 套接字聊天室 基于控制台 局域网 TCP 端口-Network programming
mythread
- linux下的线程函数,可以很好的解释了怎样使用线程函数来进行开辟线程-under linux thread function, can be a good explanation of how to use the thread function for open thread
anjianqudong
- 设备驱动中主要要设计的数据结构是设备结构体,按键的设备结构体中应包含一个缓冲区,因为多次按键可能无法被及时处理,可以用该缓冲区缓存按键。此外,在按键设备结构体中,包含按键状态标志和一个实现过程中要借助的等待队列、cdev结构体。为了实现软件延时,定时器也是必要的-Device drivers in the main data structures to design a device structure, key device structure should contain a buffer,