-
ADO_Excel_CWR
通过ADo显示Excel内容
并对Excel中数据进行添加、删除、修改等操作(Excel content through ADo display data in Excel and add, delete, modify and other operations)
- 2010-05-31 17:03:19下载
- 积分:1
-
shuipingDroplet
这是一个关于液滴铺展的c++源文件,希望能够对大家有帮助。(This is a droplet spreading c++ source file, I hope you can help.)
- 2016-02-25 17:03:56下载
- 积分: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
-
rekuesent
利用C++中CreatePolygonRgn,CreateRoundRectRgn,CreateRoundRectRgn,()
- 2017-10-28 15:27:03下载
- 积分:1
-
blwj
一个遍历文件夹中文件的例子,已经在源码上做了修改,方便调用!(traverse a document folder example, the source code has been revised to facilitate the call!)
- 2006-11-13 11:29:31下载
- 积分:1
-
nin2000development
win2000 Driver 开发 AWX(AWX win2000 Driver development)
- 2017-04-15 11:02:09下载
- 积分:1
-
TikaFile
抽取文件,能够读取office、pdf文件(Extract files, the ability to read office, pdf file)
- 2011-11-17 16:41:10下载
- 积分:1
-
Excel
说明: python操作excel,获取行列数据,并分组统计(python process excel)
- 2019-05-21 10:00:42下载
- 积分:1
-
VC++实现excel表格的读写
VC++实现excel表格的读写,程序开发中可以直接拿来用,排版非常清晰(VC++ Realize excel forms of reading and writing, program development can be directly used to use, layout is very clear)
- 2020-06-26 02:40:02下载
- 积分:1
-
XP_RightKey
文件包含脚本文件和注册表文件,XP也能右键打开文件位置 (Script files and registry files contain, XP can open the file right position)
- 2015-10-31 23:05:43下载
- 积分:1