搜索资源列表
burn_gateway_id
- 这是I2c网关Id独立烧写程序, 烧写的ID必须要求是:“0~9”、“a~z”、“A~Z”的16为字符才能烧写成功。 其中当是输入的小写字母时,自动转换为大些烧入。 如: 1) # ./burnID 0123456789abcdef 烧入的是:0123456789ABCDEF 2] # ./burnID 0123456789@ cdef 烧入不成功,因为有其他字符 3) # ./burnID 0123456789abcdefDfs 烧入也
TheLinuxKernelModuleProgrammingGuide
- So, you want to write a kernel module. You know C, you ve written a few normal programs to run as processes, and now you want to get to where the real action is, to where a single wild pointer can wipe out your file system and a core dump means a
lab4
- The subject of this programming assignment is writing a simple client-server application that uses (network) sockets.-The subject of this programming assignment is writing a simple client-server application that uses (network) sockets. The client-s
libecc-0.14.0.tar
- 最新椭圆曲线算法,用C++写的.开源椭圆曲线加密算法库-Libecc is an Elliptic Curve Cryptography C++ library for fixedsize keys in order to achieve a maximum speed. The goal of this project is to become the first free Open Source libraryproviding the means to generate safe elli
kmeans
- 里边讲述的是 C++,数据挖掘中最经点的K-means算法,希望对大家有帮助。-The inside about C++, by the K-means algorithm, data mining, most everyone.
python
- Support debug printing even though util debug.c is not linked. That means implementing verbose and eprintf . -Support debug printing even though util debug.c is not linked. That means implementing verbose and eprintf .
test_errno
- We are using ERANGE as it is part of the C++ ISO (see Table 26 in section 19.3) Using ERANGE improve the test as it means that the native errno.h file has really been included. -We are using ERANGE as it is part of the C++ ISO (see Table 26 in sect
libcap-2.25.tar
- libpcap的英文意思是 Packet Capture library,即数据包捕获函数库。该库提供的C函数接口可用于需要捕获经过网络接口(只要经过该接口,目标地址不一定为本机)数据包的系统开发上。由 Berkeley大学Lawrence Berkeley National Laboratory研究院的Van Jacobson、Craig Leres和Steven McCanne编写。该函数库支持Linux、Solaris和*BSD系统平台(Libpcap in English means P