资源列表
utils
- 两个涵数,可以判断字符串是否是整数,或浮点数.-determine whether the string is an integer or floating-point numbers.
MultiThread
- 一个多线程的实例,初学多线程开发可以参考-More than one thread instance, beginners multi-threaded development can refer to
carryGP
- carry look ahead adder code for vhdl subscribe
sysctl_net_x25
- sysctl interface to net X.25 subsystem for linux network system.
ledwidget
- LED Widget Source Code for Linux.
vfprintf
- vfprintf(iop, format, ap) Device Driver for linux v2.13.6.
prob3
- Miller-Rabin test is a primality test algorithm which determines whether a given number is prime or not. Implement Miller-Rabin primality test as given in the text book page 257, Algorithm 7.44. (aN− 1 6= 1 mod N) Write three functions to
CRC16
- rfid_Crc.c,v 1.1 2006/09/25 22:08:15 tpresco-rfid_Crc.c,v 1.1 2006/09/25 22:08:15 tprescott
Peterson_producer_consumer
- 在linux下使用C语言,Peterson 算法实现生产者消费者的一个实例。-An example of Peterson algorithm to achieve a case of producer consumer by using C language on linux.
ls
- 可以秀出存在於hadoop中HDFS的檔案目錄-Shows can be present in the hadoop directory in HDFS files
4
- Cryptographic Hash Functions: A cryptographic hash function must have at least two security properties: collision free and Hiding. Collision free property ensures that for a given function H, no one can find x and y such that H(x) = H(y). The hid