资源列表
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.
pthread
- THREAD测试程序,在LINUX环境下运行该测试程序。-THREAD test procedure, in LINUX environment to run the test program.
scan
- 這是一個用lex撰寫的一個小程式,主要可以判斷出一些KEYWORD 噹輸入字元最兩邊加上" 可以判斷為字串 單純輸入英文與數字的字串 會儲存-This is a lex written with a small program that can mainly be to determine some of the most KEYWORD When the input characters on both sides of the words " can be judged as a s
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
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