资源列表
regex.c.gz
- A sample program to demonstrate the usage of regex() regular expression function of the C language in linux., A sample program to demonstrate the usage of regex() regular expression function of the C language in linux.
1_count
- 利用C语言,并使用树的数据结构,实现社团统计问题。-The use of C language and use tree data structure, to achieve community statistical issues.
Desktop
- 该程序很重要,在比较大小等多方面都有用。-this is very important file
1
- 英译汗 可翻译英语的源码? 把它加在自己的网业上,就可以随意的翻译了.-English Translation of Khan
pipe1
- 管道通信,linux操作系统课程中的小实验。管道是由两个文件标示符创建的,在操作的过程中,要注意数据泄漏。-pipe for linux operate system,a small code
buttons.c.tar
- S3C2440-buttons-linux-example. This is a example program teaching how to use the driver buttons of S3C2440 board.
cpu-monitor
- 系统监视脚本(LINUX),CPU利用率监视, shell scr ipt. -System monitoring scr ipt (LINUX), CPU utilization monitoring, the shell scr ipt.
fixups-sdk7780
- PCI fixups for the SDK7780SE03
ia64_destr
- Destructor for IA-64 specific backend library.
IP-DNS
- 实现ip和dns自动修改,适合经常切换ip和dns的场合-ip and dns repair
file_name
- linux下,显示当前目录中及下级子目录下的文件名-Display file name in the current directory and lower child directory
Caesar-code
- 凯撒密码作为一种最为古老的对称加密体制,在古罗马的时候都已经很流行,他的基本思想是:通过把字母移动一定的位数来实现加密和解密。例如,如果密匙是把明文字母的位数向后移动三位,那么明文字母B就变成了密文的E,依次类推,X将变成A,Y变成B,Z变成C,由此可见,位数就是凯撒密码加密和解密的密钥。个人原创。-Caesar password as one of the most ancient symmetric encryption system in ancient Rome have been ve