资源列表
fork
- 在linux或unix中,使用系统调用fork( )创建两个子进程,并观察子进程和父进程的运行情况。-In linux or unix, the use of system calls fork () to create two sub-processes, and to observe the sub-process and the operation of the parent process.
chgdiff
- 通过分析VASP计算结果,计算表面吸附的差分态密度-By analyzing the VASP calculations, calculation of the differential adsorption density of states
clients
- client program in client socket communication
intc2
- support for the 2nd INTC controller of the 5249 driver
Init_Mcu
- 智能小车控制程序之Init_Mcu 智能小车控制程序之Init_Mcu-intelligent car
sp_fdp
- IEEE754 floating point arithmetic single precision for Linux.
SQLXML
- Maps SQL s XML type into Java.
ep7211-sir
- IR port driver for the Cirrus Logic CLPS711X processors.
elf_util
- Updates for PPC64 by Todd Inglett, Dave Engebretsen & Peter Bergner for Linux v2.13.6.
perfmon_generic
- This file contains the generic PMU register descr iption tables and pmc checker used by perfmon.c.
encrypt
- 是一个用于数据加密的代码,我的第一个项目就是用它来进行通信数据加密的-Is a code used for data encryption, my first project is to use it to communicate data encryption
diffie_hellman
- Implement Diffie-Hellman Key exchange protocol and demonstrate that at the end, both person will have a common Key. Do the following: 1. Set a variable p ( e.g. p = 37) and g (e.g. g = 5). 2. Generate a, a random number mod p. Now generate A,