资源列表
utils
- 两个涵数,可以判断字符串是否是整数,或浮点数.-determine whether the string is an integer or floating-point numbers.
select
- 使用select函数,将文件hello1中的文件每隔10秒读取一次并写入文件hello2中。-The use of select function, a file of documents hello1 every 10 seconds to read and write a paper in hello2.
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
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