资源列表
t1
- how to search for the biggest end folder from your sistem (under Linux)
staticcharTHISFILE
- __FILE__为预编译器常量,返回当前编译的文件名,还有比较常用的几个预编译器常量, __LINE__编译器在编译的文件的第几行; __DATE__返回当前的日期Jul-20-2004; __TIME__返回当前的时间hh:mm:ss; -welcome to read!!!
Bcast
- This program uses MPI to send a char vector from one process to all the others, including itself. It simulates Bcast, but uses Send()
csrc-mn10300
- MN10300 clocksource driver for Linux.
elf64_getshdr
- Return section header for Linux.
read_data
- fortran语言编程,可实现读取已有数据进入主程序中进行运算处理小程序。-fortran language programming, can be read existing data into the main program for computing processing procedures.
bios_extract.tar
- BIOS extractor tools for various systems.
prcm_mpu44xx
- OMAP4 PRCM_MPU module functions
shell
- 在Linux下简单模仿shell命令解析器功能,编译器GCC。-Simple imitation under Linux shell command parser function, the compiler GCC.
pro
- CDIR(列出当前文件和目录) ccopy文件1文件2(拷贝文件) cerase文件名(删除文件) CDIS字符串(显示该字符串) CEND(退出微型命令解释程序)-CDIR(列出当前文件和目录) ccopy(list) cerase(del) CDIS(cdis) CEND(end)
vigenere
- 凯撒密码破解 包含标准输入输出的简单凯撒密码破解-Caesar password crackers contain standard input and output of a simple password cracking Caesar
abc
- a program that creates three threads. These threads access a shared integer, called buer, one at a time. The buer will initially be set to 0. Each thread should print its thread ID, process ID and the buer s current value in one statement, t