-
MWOOTZ8
说明:
- 2017-11-02 17:13:54下载
- 积分:1
-
TextLog-0.0.2
说明: 方便的进行日志文件输出的类,可以添加在任何C++工程里面(convenient for the log file output types, can be added in any engineering inside)
- 2006-03-31 18:30:34下载
- 积分:1
-
string_search.tar
在一个目录下,查找包含指定字符串的行. 具体实在一些C++和C的文件,包括头文件和源码文件(in a directory,find the lines which include the special string)
- 2014-04-05 20:38:39下载
- 积分: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
-
server
一个文件管理系统,服务器端
客户端链接之后便可以运行(A document management system, server-side link and then the client can run)
- 2008-07-22 14:17:42下载
- 积分:1
-
main_huizong3
EXCEL实现自动汇总不同表格内容到一张表,有详细的代码注释,复用性非常好(EXCEL automatic collection of different forms of content to a table, there are detailed code notes, reusability is very good)
- 2017-08-20 16:41:13下载
- 积分:1
-
1
说明: 截图并将文件保存到本地,可修改保存的文件名(save picture)
- 2014-07-30 11:16:36下载
- 积分:1
-
prograomer
用JAVA做的一个类似于WINDOWS中的记事本的一个东东,有兴趣的可以下载下来看看,有助于我对JAVA的学习,()
- 2017-10-15 09:42:42下载
- 积分:1
-
cPP
C++程序设计教程第二版答案,作者钱能,文件包含书后习题所有答案及程序代码及PDF版书籍(C++ Programming Guide (Second Edition) OF Money can answer, the file contains all the answers and exercise books and PDF version of the code books)
- 2016-06-01 22:21:57下载
- 积分:1
-
MyLib
针对Windows下的文件夹,可以创建、删除、复复制、查找、枚举等操作(For Windows folder, you can opetate it as create, delete, multiple copy, find, enumeration and so on)
- 2013-02-24 13:47:00下载
- 积分:1