-
COM_op_Excel
VC通过com操作Excel文档的封装。可以轻松实现对excel文件行列,单元格的操作。(VC operation by com Excel document package. Can easily achieve the ranks of the excel file, the cell operation.)
- 2012-03-15 14:35:34下载
- 积分: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
-
AutoTypeIn
VB6编写的自动打字文字特效,就是类似在屏幕上打字的效果,文字一个一个出现,可以做字幕,用作软件介绍很不错,程序简洁,适合学习和使用。(VB6 prepared automatically typing text effects, that is, typing on the screen similar to the effect of text appear one by one, they can do subtitles for the software is pretty good introduction, the program is simple and suitable for learning and use.)
- 2009-07-12 10:15:38下载
- 积分: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
-
chuong3
chaper 3 ly thuyet truyen tin
- 2012-05-13 03:29:03下载
- 积分:1
-
RWExcel
说明: 使用Visual C++操作excel(创建并读写excel表格的内容)(Using Visual C++ operators excel (excel form to create and write the content))
- 2010-04-22 13:25:33下载
- 积分:1
-
tiandinet2s
二手交易文件,比较简单,适合参考二手交易文件,比较简单,适合参考(Second-hand transactions)
- 2014-05-02 17:26:50下载
- 积分:1
-
VB_view_DWG
说明: 使用VB查看DWG文件,经典产品
使用VB 查看AUTOCAD图形(View DWG files to use VB, VB classic products AUTOCAD graphics view)
- 2009-07-30 22:54:25下载
- 积分:1
-
MSE_compare
LS MSE CALC ofdm mse scheme
- 2009-02-14 00:29:07下载
- 积分:1
-
TOleInfo
一个可以将任何一个OLE对象内部的属性和方法导出到一个文本文件的BCB类对象源代码(one can be an OLE object to any internal attributes and methods exported to a text file of type Object BCB source code)
- 2005-06-08 14:31:47下载
- 积分:1