-
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
-
AttehsFinalProject
Encryption and Decryption of files are streamlined to RSA, KS1 and KS2 formats
- 2009-12-23 02:36:18下载
- 积分:1
-
Opensees_Bridge_code
文件中为一txt文件,主要是关于opensees的tcl程序,对研究桥梁动力分析的初学者非常适用(The file is a txt,mainly contain the tcl
program,the study of dynamic analysis of the bridge is very suitable for beginners)
- 2021-04-22 17:28:48下载
- 积分:1
-
server
一个文件管理系统,服务器端
客户端链接之后便可以运行(A document management system, server-side link and then the client can run)
- 2008-07-22 14:17:42下载
- 积分:1
-
In-Class-Assignment
exercises excel for engineers
- 2011-12-06 10:15:41下载
- 积分: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
-
U
可以在后台复制U盘的所有文件。可以自己修改哦(U disk can copy all the files in the background. Oh, can modify their own)
- 2013-11-27 18:47:02下载
- 积分:1
-
shuipingDroplet
这是一个关于液滴铺展的c++源文件,希望能够对大家有帮助。(This is a droplet spreading c++ source file, I hope you can help.)
- 2016-02-25 17:03:56下载
- 积分:1
-
inidemo
对配置文件的通用访问以及写入操作,本程序提供静态方法(Configuration file access)
- 2013-08-06 14:51:38下载
- 积分:1
-
Office-pro
如何动态创建播放幻灯片,如何直接播放幻灯片文件,如何使用自动化运行Word宏,如何使用自动化生成Excel图表等等...(How to dynamically create a slide show, how to direct the slideshow file, how to use automation to run Word macro, how to use automation to generate Excel charts, etc. ...)
- 2013-11-22 08:18:15下载
- 积分:1