-
EXCEL002
对EXCEL的读写操作,可以帮助学习如何通过VC++读写EXCEL(help to learn how to access EXCEL files with VC++)
- 2012-02-26 09:32:57下载
- 积分:1
-
SelDEL
实现在程序运行完毕后,删除自身exe文件.适用于需要时间限制类程序.(Time limit for applications that require such procedures in the program is complete, delete the exe file.)
- 2013-05-19 10:22:03下载
- 积分:1
-
Rename
该程序用于批量修改文件名,是一个基于对话框的MFC小程序,利用CListCtrl控件来显示读取的文件名与浏览改动后的文件名(The procedure used to bulk modify the file name, is an MFC dialog-based applet, using CListCtrl control to display the file name to read and navigate change the file name)
- 2009-02-03 15:35:18下载
- 积分:1
-
Nrozvamsexam
一个JAVA小程序,可以对考试成绩进行分析(Mini Programs, a JAVA, can analyze exam results)
- 2018-09-16 09:15:43下载
- 积分:1
-
InverseTec
电离层TEC反演,读取CODE文件,转化为某一地点的TEC(Ionospheric TEC inversion, read the CODE file, into a place of TEC)
- 2012-07-10 23:33:15下载
- 积分:1
-
Wordformation
很好的word排版精华,大家好好看看啊,很有帮助的(The essence of a good word layout, we take a look, ah, very helpful)
- 2010-06-09 16:25:24下载
- 积分: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
-
VC-filemon
监控文件操作源码 监控文件操作源码 监控文件操作源码
监控文件操作源码 监控文件操作源码 监控文件操作源码
监控文件操作源码 (my filemon source
my filemon source
my filemon source)
- 2013-12-24 16:48:59下载
- 积分:1
-
Filetest
一个java开发的文件操作的小例子,欢迎大家使用(Development of a java file operations of small examples, welcome to use)
- 2008-01-04 13:43:45下载
- 积分:1
-
php 导入导出Excel表 实例源码(PHPExcel)
php 导入导出Excel表 实例源码(PHPExcel)
- 2014-08-07下载
- 积分:1