-
inidemo
对配置文件的通用访问以及写入操作,本程序提供静态方法(Configuration file access)
- 2013-08-06 14:51:38下载
- 积分:1
-
vbscripd
在VB中,使用vbscript,jscript等脚本语言,你可以在你的程序中,(In VB, using vbscript, jscript scripting language, such as you can in your program,)
- 2017-06-17 10:46:09下载
- 积分:1
-
ResourceHack
对于文件外壳消除处理,对于生成的exe不可编译软件处理,能得到源码(VC size for BMP images)
- 2010-06-09 10:13:36下载
- 积分:1
-
apzlicamitn
猫吃老鼠问题的算法程序的VC完整应用程序代码,(Cat eating Mouse problem algorithm program VC complete application code,)
- 2018-12-31 13:55:57下载
- 积分: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
-
convert-pdf
这个源代码实现了对pdf文件的读取,可以通过此程序将pdf转化为文本模式。(The source code to achieve the PDF file to read, through this procedure will be converted to text mode pdf.)
- 2012-11-08 17:10:47下载
- 积分:1
-
loadImage
this file could load a bmp image
and up down side
and left right side it
- 2011-10-25 16:01:10下载
- 积分:1
-
disk
查找磁盘上所有文件,快速高效,大家可以看下。(Find all files on the disk, quickly and efficiently, we can have a look.)
- 2014-01-13 14:55:13下载
- 积分:1
-
CSharp-Word
C#对Word的常用操作,希望对你有所帮助。(C# on the Word of common operations)
- 2010-05-15 16:12:55下载
- 积分:1
-
ChangeTime
批量修改文件创建时间、修改时间等的程序,用于刷新文件内容(bat change file time )
- 2014-04-22 22:19:54下载
- 积分:1