-
OfficePlugins_Klose_Rinz
windowsOffice中诸多实用性插件,包括MATHTYPE等。(windowsOffice many of the practicality of plug-ins, including MATHTYPE.)
- 2012-05-01 23:32:59下载
- 积分: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
-
logger
说明: 日志模块,日志记录,适用于所有程序,可直接调用。(Logging module, log recording)
- 2020-06-20 19:40:02下载
- 积分:1
-
36
升级文件列表制作工具,应用程序编程源码,很好的参考资料。(Upgrade file list creation tools, application programming source code, a good reference.)
- 2014-02-16 21:14:42下载
- 积分:1
-
TSCreate
生成TS流,将十六进制/二进制文件打包成TS流文件(TS stream generated will be hex/binary files packaged into a TS stream file)
- 2020-12-21 20:29:08下载
- 积分:1
-
add_head
给二进制地震数据加卷头和道头信息,使之成为sgy文件,(add trace information to seismic data)
- 2012-08-11 22:07:57下载
- 积分:1
-
inidemo
对配置文件的通用访问以及写入操作,本程序提供静态方法(Configuration file access)
- 2013-08-06 14:51:38下载
- 积分:1
-
FileUtil
简单实现文件(夹)的复制、移动、删除、获取大小等操作
复制文件或者目录,复制前后文件完全一样。
删除一个文件或者目录 。
移动文件或者目录,移动前后文件完全一样,如果目标文件夹不存在则创建。
重命名文件或文件夹 。
读取文件或者目录的大小 。
判断一个文件是否存在 。
本地某个目录下的文件列表(不递归) 。
递归目录下的所有文件。
将字符串写入指定文件(当指定的父路径中文件夹不存在时,会最大限度去创建,以保证保存成功!)
获得文件大小(Simple implementation file (folder) copy, move, delete, size and other operations for
Copy files or directories, copy files around the same.
Delete a file or directory.
Moving files or directories, move files around the same, if the target folder does not exist is created.
Rename the file or folder.
Read the file or directory size.
Determine whether a file exists.
Local list of files in a directory (not recursive).
Recursive directory of all files.
Write the string specified file (when the path specified in the parent folder does not exist, it will maximize to create, save to ensure success!)
Get file size)
- 2011-12-26 10:27:24下载
- 积分:1
-
VChelper
一本不错的VC开发帮手,可以随时查找VC中的函数等内容,使VC开发变得简单。(A good helper of the development of the VC, you can always find the contents of the function of the VC and VC development easier.)
- 2012-06-11 17:06:55下载
- 积分:1
-
COUPLE
COUPLE是声场中计算耦合简正波的工具,可以根据输入的海洋环境信息和阵元信息求出声场中的本征函数和耦合简正波系数,进而合成声场,适合于水深缓慢变化(斜坡)的情况,内含说明文件一份(输入、输出文件的解释)(COUPLE is a tool for sound field calculation coupled normal mode, you can ask to speak field eigenfunctions and coupled normal mode coefficients based marine environmental input information and the array element information, and then synthesized sound field, suitable for water depths slow change (slope) of the cases, the Documentation containing a (explain input and output files))
- 2020-12-13 15:59:14下载
- 积分:1