资源列表
server
- TCP/IP网络通信 服务端部分 用于网络连接-service
the-ticket-selling-of-train-station
- 模拟火车站售票系统和实现进程的管道通信源代码-Simulated train station ticket system and communication channels to achieve the process of source code
rpxlite
- Handle mapping of the flash on the RPX Lite and CLLF boards
print_binary-code_from_a_variable
- print binary code from a variable. 将一个基本类型的变量值以二进制形式输出。
ModifiedUtf8
- Decodes a byte array containing <i>modified UTF-8</i> bytes into a string.
copypage-fa
- Faraday optimised copy user page for Linux.
GestureDetector_SimpleOnGestureListenerTest
- Gesture Detector for Linux.
halfthoning
- sharpen each pixel in an image
rc4.asm
- RC4算法的Asm实现,实现效率高,可以很方便的用到工程中去-Asm achieve RC4 algorithm to achieve high efficiency
TestEncriptarMD5
- Encript password in MD5
motorola_pgalloc
- inline pgtable t pte alloc one for Linux v2.13.6.
crc
- crc32 源代码,包括16位和32位crc算法,循环冗余校验码(CRC)的基本原理是:在K位信息码后再拼接R位的校验码,整个编码长度为N位,因此,这种编码又叫(N,K)码。对于一个给定的(N,K)码,可以证明存在一个最高次幂为N-K R的多项式G(x)。根据G(x)可以生成K位信息的校验码,而G(x)叫做这个CRC码的生成多项式-crc32 functions