-
fine_1
This file can use for loading ini file.
- 2009-06-02 12:42:18下载
- 积分:1
-
php 文件操作 示例(递归删除目录)
//递归删除目录function deletedir($dir){$handle = opendir($dir); while(false !==($file=readdir($handle))){ if($file!=="."&&$file!==".."){ //排除当前目录与父级目录 $file=$dir .DIRECTORY_SEPARATOR. $file; if(is_dir($file)){ deletedir($file); }else{ @unlink($file);} } } @rmdir($dir) ; closedir($hadnle) ;}
- 2014-07-01下载
- 积分:1
-
bin2Asc
说明: 该程序将二进制文件转换为ASCII文本文件,论坛留言中不可能粘贴二进制数据,但可将其转换成文本文件,便于在论坛发帖,复制论坛的数据后粘贴到文本框,可重新将文本文件还原成原来的二进制文件。(The program will convert the binary file ASCII text file, the forum can not paste the message in binary data, but can be converted into text files for easy posting in the forum, copy, paste data from the forum text box, text files can be re- revert to the original binary file.)
- 2010-04-25 21:49:42下载
- 积分:1
-
文件操作类
工作中整理关于txt,ini,hex文件的一些操作,可直接引用,省去不少编写函数转换来转换区的麻烦
- 2022-07-19 02:16:39下载
- 积分:1
-
Clist
一个vc下的汉字转十六进制的小程序,希望对大家有帮助(A vc transfer hexadecimal characters under a small program, we want to help)
- 2009-09-24 10:14:09下载
- 积分:1
-
El-Centro
ElCentro地震波进行弹塑性动力时程分析,格式为EXCEL(ElCentro Seismic Wave)
- 2016-06-10 22:09:01下载
- 积分:1
-
defreader
读取行情的def文件的例子,并保存到数据库了,包含了两个行情数据库,上海和深圳的。(Quotes of the def file to read the example, and saved to the database, and contains two Quotes databases, Shanghai and Shenzhen.)
- 2009-10-27 09:29:38下载
- 积分:1
-
HowToMakeVirus
一个简单的病毒的c语言实现,从原理以及本质方面进行了较深入的探究(this is a small program about virus)
- 2010-10-15 22:58:01下载
- 积分:1
-
rtm_2d
声波,2维,逆时偏移程序.由于实现2维声波逆时偏移。包含参数卡文件,主程序以及Makfile文件。(reverse time migration for 2D acoustic wave. include parameter file ,main program and Makefile)
- 2015-12-18 16:02:14下载
- 积分:1
-
IAGFRJF
A source code of international Chin chess, have the referenc()
- 2018-01-23 18:14:27下载
- 积分:1