-
playwaveshow
用vb做的一个能显示wave文件的波形,适合于初学者(Done with vb a wave file can display the waveform, suitable for beginners)
- 2010-08-27 15:42:45下载
- 积分:1
-
addText
使用IO实现txt文本的追加,和字符串操作,有兴趣可以看看(Txt text using the IO to achieve additional, interested can look at)
- 2010-06-17 12:40:50下载
- 积分: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
-
EXCELadaoruajisuan
通过excel导入导出数据到超级列表框,并且计算里面需要的项目!(Import and export data via excel, and computing project which needs!)
- 2013-12-26 11:15:15下载
- 积分:1
-
Test4-13-17-47
用于文件的传输和接收的测试程序,可以实现多个文件和文件夹的传输(For file transmission and reception of the test procedure can be achieved a number of files and folders transmission)
- 2009-06-05 17:46:50下载
- 积分: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
-
txt2ecl
txt转excel 色谱分析仪生成txt格式文档转换 对其他文件不适用(txt2excel for a special txt)
- 2013-11-28 13:13:59下载
- 积分:1
-
Opensees_Bridge_code
文件中为一txt文件,主要是关于opensees的tcl程序,对研究桥梁动力分析的初学者非常适用(The file is a txt,mainly contain the tcl
program,the study of dynamic analysis of the bridge is very suitable for beginners)
- 2021-04-22 17:28:48下载
- 积分:1
-
Filetest
一个java开发的文件操作的小例子,欢迎大家使用(Development of a java file operations of small examples, welcome to use)
- 2008-01-04 13:43:45下载
- 积分:1
-
3106
把多少资源文件把包,释放到指定的目录不会使文件字节增加!(The amount of resources to document the package, released to the specified directory will not lead to an increase byte file!)
- 2016-04-22 09:37:43下载
- 积分:1