-
PCSetEnv
读写注册表,添加或修改环境变量,完整代码实现,(set enviorenment)
- 2012-01-04 20:05:44下载
- 积分:1
-
TOST
STM32 USB HOST Library
- 2018-12-26 10:15:47下载
- 积分:1
-
testXml
实现对xml文件的操作 简单的对tinyxml进行解释(Xml files to achieve simple explanation of tinyxml)
- 2009-04-28 23:54:23下载
- 积分:1
-
VBToExcel
VB写的如何和Excel表格进行数据交换,修改,删除等动作.有详细的中午注释,适合菜鸟学习!(How to write VB and Excel spreadsheets for data exchange, modify, or delete action. Noon detailed notes, suitable for a novice to learn!)
- 2013-09-22 15:22:18下载
- 积分:1
-
FileOP
将文件进行切割与合并,达到将一些文件的重新调整,修复(File cutting and consolidation)
- 2013-04-18 10:10:06下载
- 积分:1
-
EXECL-CREAT
根据模版文件复制所需工作表,自动生成相关数据。(According to a worksheet template files needed to automatically generate the relevant data.)
- 2013-08-07 12:20:52下载
- 积分: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
-
mfile
计算图像的平均梯度,边缘强度,信息熵以及方差,图像可以是单波段或多波段图像。(Calculation of the average image gradient, edge strength, information entropy and the variance, images can be single-band or multi-band image.)
- 2008-04-25 15:15:29下载
- 积分:1
-
MergFileDemo
vc——合并分割的小文件MergFileDemo的程序源码,值得一看!(vc- merge split small files MergFileDemo the program source code, worth a visit!)
- 2011-08-23 00:06:32下载
- 积分:1
-
REMOVAL
it is my first project last year about menu..system
i save it in txt file. but it is as runable or executable program in turbo C++ 3.0. JUST open it in note pad then ("save as") removale.cpp.
- 2009-10-21 04:58:04下载
- 积分:1