-
多级目录创建 WriteDir_src
创建多级目录(The example of creating multilevel dir)
- 2020-07-28 16:18:40下载
- 积分:1
-
notebook
实现记事本的一些简单功能,包括文件的打开,保存,复制,粘贴等。(Achieve some simple notepad functions, including file open, save, copy, paste and so on.)
- 2013-11-06 22:31:59下载
- 积分:1
-
随机介质生成程序Generatingfractalprofile
各种类型随机介质生成程序,结构简单,附说明。(Generation of random media )
- 2021-01-29 16:18:39下载
- 积分:1
-
actual_emissivity
计算粗糙海面发射率,使用C++,输出发射率数据文件(Calculation rough sea surface emissivity, using C++, the output data file of emissivity)
- 2016-06-02 12:02:29下载
- 积分:1
-
RWIniFileDemo
使用INI文件保存程序的信息 用于保存文件信息等功能 (INI file to save the program using the information in the file information and other functions to save)
- 2014-04-02 09:53:12下载
- 积分: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
-
CSharp-Word
C#对Word的常用操作,希望对你有所帮助。(C# on the Word of common operations)
- 2010-05-15 16:12:55下载
- 积分:1
-
newsfile
用于文件的搜索,主要是文件目录下搜索文件名(for file searching,the main of function is that searching the name of files)
- 2009-06-11 19:25:17下载
- 积分:1
-
FileSplitter
文件分割器,用与对文件进行分割(paper dividers used to separate documents)
- 2004-10-31 13:40:35下载
- 积分:1
-
excel
VB操作EXCEL文件实例(利用excel组件)(VB example of the operation EXCEL file (using excel components))
- 2009-03-17 15:35:39下载
- 积分:1