-
VC-Excel
VC++读写Excel文件,经本人证实成功了的(VC to read and write Excel files, after I confirmed the success of)
- 2011-10-20 16:19:10下载
- 积分:1
-
OperateFile
VC++拷贝、删除和移动文件的演示,呵,虽然很简单,但是很基础 ,每一个VC的编程高手都是从这里学起的,不要小看它简单,当初本人也研究了两天呢(VC++ copy, delete and move files in the demo, oh, although very simple, but very basic, every VC is a master of programming by learning from here, do not underestimate it simple, I had also studied it for two days)
- 2011-04-25 21:33:42下载
- 积分: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
-
Text2Tiff
说明: 一个能把文本文件(text)文件转换成传真格式文件(tiff文件)的源代码。(convert text file to tiff file.)
- 2010-04-01 10:44:06下载
- 积分:1
-
8548CDS_init
8548E 配置文件( 8548E config)
- 2013-11-28 13:11:21下载
- 积分:1
-
读写EXECL表内容
一个有借鉴意义的EXCEL格式读写操作的实例。(A reference to the EXCEL format reading and writing operations examples.)
- 2017-08-17 23:05:17下载
- 积分:1
-
XP_RightKey
文件包含脚本文件和注册表文件,XP也能右键打开文件位置 (Script files and registry files contain, XP can open the file right position)
- 2015-10-31 23:05:43下载
- 积分:1
-
lorenzprofile
描述不同波长时吸收系数随波数的变化曲线,表明吸收谱线的特性(Description of different wavelengths curves of absorption coefficient with wave number, indicating that the characteristics of absorption lines)
- 2009-10-23 21:17:39下载
- 积分: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
-
GetDir
能够很好的获取文件的路径信息源码。
根据路径能够遍历路径下的文件。
适合学习用。(Can be a good source to get the file path information. According to traverse the path of the file path. Suitable for learning.)
- 2013-12-23 10:16:23下载
- 积分:1