-
readText
读取文本文档,并显示在控件中,要长要长要长要长要长(Read the text document, and displays in the control, longer longer longer longer longer)
- 2011-04-21 10:47:00下载
- 积分:1
-
MeshCircle
绘制并联机构的共工作空间,真实可靠, 绘制并联机构的共工作空间,真实可靠 (parallel manipualor workspace yanshan university)
- 2017-01-20 20:23:38下载
- 积分:1
-
CPPExcel
VC2003下编译运行正确,ODBC操作EXCEL表格,拷贝即可使用。(VC2003 compile and run correctly, ODBC operation EXCEL form, copy can be used.)
- 2016-10-31 16:27:16下载
- 积分:1
-
An-Amazingly-Simple-Way-to-Read-Write-Registry-En
VB6 - An Amazingly Simple Way to Read-Write Registry Entries.rar
- 2011-10-28 22:30:22下载
- 积分:1
-
Filetest
一个java开发的文件操作的小例子,欢迎大家使用(Development of a java file operations of small examples, welcome to use)
- 2008-01-04 13:43:45下载
- 积分: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
-
testXml
实现对xml文件的操作 简单的对tinyxml进行解释(Xml files to achieve simple explanation of tinyxml)
- 2009-04-28 23:54:23下载
- 积分:1
-
labview---baobiao
labview报表写入,能顺利的写入和读出EXCEL的值(labview baobiao)
- 2011-06-01 18:31:39下载
- 积分:1
-
BiologicalIdefendence
两个文件夹:circuit and code !
code 源码包包括3个文件夹:
脚本文件boot ----
下载down-----
主函数main-----(Folder 2: circuit and code! Code source packages, including three folders: boot---- download script file down----- main function main-----)
- 2009-04-13 09:18:47下载
- 积分:1
-
PCSetEnv
读写注册表,添加或修改环境变量,完整代码实现,(set enviorenment)
- 2012-01-04 20:05:44下载
- 积分:1