-
AttehsFinalProject
Encryption and Decryption of files are streamlined to RSA, KS1 and KS2 formats
- 2009-12-23 02:36:18下载
- 积分:1
-
FileTool
解决vc++6.0与visio不兼容的问题,如安装Visio之后,vc++6.0“打开”出错,不能添加文件等。(Vc++6.0 with visio solution is not compatible issues, such as after installing Visio, vc++6.0 " open" error, can not add files.)
- 2011-05-31 09:17:48下载
- 积分:1
-
apdlaa
ANSYS的APDL参数化建模,介绍了ANSYS中用APDL建模的基本思想,提出格式表准化建议(ANSYS APDL parameters of the modeling, using ANSYS APDL model introduced the basic idea, put forward proposals standardized format table)
- 2011-01-29 17:23:19下载
- 积分: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
-
disk
查找磁盘上所有文件,快速高效,大家可以看下。(Find all files on the disk, quickly and efficiently, we can have a look.)
- 2014-01-13 14:55:13下载
- 积分:1
-
php文件上传接口
【实例简介】
可以实现hash检索后上传文件,支持大文件
- 2021-08-22 00:30:59下载
- 积分: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
-
VBToExcel
VB写的如何和Excel表格进行数据交换,修改,删除等动作.有详细的中午注释,适合菜鸟学习!(How to write VB and Excel spreadsheets for data exchange, modify, or delete action. Noon detailed notes, suitable for a novice to learn!)
- 2013-09-22 15:22:18下载
- 积分:1
-
CSharp-Word
C#对Word的常用操作,希望对你有所帮助。(C# on the Word of common operations)
- 2010-05-15 16:12:55下载
- 积分:1
-
excelDoSomething
可以实现将excel当做数据进行读取.并将文字进行列表的绑定。(can make excel like database to read)
- 2013-06-22 11:43:30下载
- 积分:1