-
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
-
word
VC word模板混合编程,在VC中操作word模板,能插入文字和图片(VC word template mixed programming, operation in VC word template, can insert text and pictures)
- 2020-06-29 12:20:02下载
- 积分:1
-
ExcelText
一个vc++的Excel操作类,可以在当前目录生成Excel文件,也可以读取外部Excel文件,编译运行如上示,这是个很实用的类库。(A vc++ to Excel operation class, you can generate Excel files in the current directory, you can also read an external Excel file, compile and run as above said, this is a very useful library.)
- 2010-05-08 12:01:32下载
- 积分:1
-
sss
考虑幅值谱与相位谱的人造地震动模拟与反应谱拟合 我国对《建筑结构抗震规范》进行了修订,将设计反应谱周期由原来的3秒延长到现在的6秒。反应谱周期的延长。 本程序以新规范反应谱作为目标谱,采用三角级数迭加来模拟地震动加速度(Consider the amplitude spectrum and phase spectrum of the artificial ground motion response spectrum simulation and fitting our anti-seismic construction norms, and the amendment to the design response spectrum cycle from three seconds to extend to the present six seconds. Response spectrum of the extended cycle. This procedure to a new standard response spectrum as the target spectrum, the use of trigonometric series of superposition to simulate ground motion acceleration)
- 2008-12-28 22:31:41下载
- 积分:1
-
AXKG2
一个word插件,演示如何通过选择表格生成ACCESS数据库(A word plug-in, demonstrates how to generate ACCESS by selecting the form)
- 2017-04-02 17:19:08下载
- 积分:1
-
wordview_zh-cn
是有关文档的应用程序,可以浏览文档文件,是一个很好的应用软件(it is about document .We can learn many from which.it is a applition for viewing word.)
- 2009-11-28 11:15:41下载
- 积分:1
-
BlindSpot
能进行简单的文件捆绑,但是操作有点不方便()
- 2007-10-14 18:56:30下载
- 积分:1
-
jfrectory
AMR的新版本,在VC下调试通过,有编码解码目录,(The new version of AMR, debugging through, under VC code decoding directory,)
- 2017-05-21 07:37:35下载
- 积分:1
-
sale
文件输入物品税前价格,通过相应物品的税率计算出物品的售价并显示。(File input goods before prices, tax rates by the corresponding articles of the items priced and displayed.)
- 2013-11-08 18:47:23下载
- 积分:1
-
cfexmostersetbase
一个E语言编写的奇迹刷怪文件的批量编辑工具源码(sorry,my english is not very good)
- 2011-08-08 13:09:14下载
- 积分:1