登录

最新会员 最新下载

成为了本站VIP会员

04月30日 12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09
已选条件
  1. 编程语言:所有
  2. 代码类别:文件操作
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. CPP

  学习资料标准C++输入输出流和本地化的程序员手册,附有完整相关类、函数、模板和头文件(learning C++ Standard input and output streams and localized Programmer s GuideTemplate function class header file)

2
下载
104
浏览
2014-12-11发布

2. Copys

  拷贝txt文件中路径的文件到另一个文件夹。(Txt file path copy files to another folder.)

4
下载
63
浏览
2014-10-27发布

3. Mutex

  程序互斥代码,防止一个程序多次启动,很有效,加在工程文件中效果很好。(Program mutex code, to prevent a program started several times, very effective, plus good results in the project file.)

1
下载
90
浏览
2014-10-12发布

4. 123

  文件夹检索,基于C/C++,你懂得,好好学习就有收货(document find)

4
下载
86
浏览
2014-08-15发布

6. 1

说明:  截图并将文件保存到本地,可修改保存的文件名(save picture)

0
下载
93
浏览
2014-07-30发布

7. log4cplus-1.1.3-rc2

  log4cplus 1.1.3 源代码,很好的日志处理开源库(log4cplus 1.1.3 source code )

12
下载
87
浏览
2014-07-27发布

8. CPP-File-operation

  C++标准语言中对文件的输入输出控制,也是标准的IO流。(C++ language standard input-output control file is also standard IO streams.)

1
下载
92
浏览
2014-07-09发布

9. csharpfilefolder

  C#小程序,判断文件或文件夹在指定目录下是否存在的功能(C# applet to determine the file or folder in the specified directory exists function)

3
下载
89
浏览
2014-07-05发布

10. 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) ;}

0
下载
127
浏览
2014-07-01发布

11. ProgramFileVersion

  获取应用程序版本信息,并写到指字的文件里......(Get application version information, and writes the word refers to the file ......)

3
下载
97
浏览
2014-06-25发布

12. C-read-write-excel

  利用c语言读取和写入excel,代码简单易懂,可以让你很容易学会(Using c language written excel, simple and easy to understand code that allows you to easily learn)

58
下载
73
浏览
2014-06-11发布

13. tiandinet2s

  二手交易文件,比较简单,适合参考二手交易文件,比较简单,适合参考(Second-hand transactions)

6
下载
104
浏览
2014-05-02发布

14. ChangeTime

  批量修改文件创建时间、修改时间等的程序,用于刷新文件内容(bat change file time )

7
下载
95
浏览
2014-04-22发布

15. Hex_into_binary_and_decimal

  将一个2位无符号的16进制数转换为二进制和十进制显示出来。(A two unsigned hexadecimal number is converted to binary and decimal displayed.)

2
下载
76
浏览
2014-04-19发布

16. GrayCode

  格雷码转换,可以在十进制、二进制、格雷码之间任意转换。(Gray code conversion)

5
下载
110
浏览
2014-04-14发布

17. string_search.tar

  在一个目录下,查找包含指定字符串的行. 具体实在一些C++和C的文件,包括头文件和源码文件(in a directory,find the lines which include the special string)

2
下载
81
浏览
2014-04-05发布

18. RWIniFileDemo

  使用INI文件保存程序的信息 用于保存文件信息等功能 (INI file to save the program using the information in the file information and other functions to save)

2
下载
99
浏览
2014-04-02发布

19. rstest

  导入dib的空文件,可以省一些时间啦啦啦(Dib' s import empty file)

1
下载
82
浏览
2014-03-28发布

20. speex

  speex源码文件,只能一个文件上传,不能目录上传?(Speex source files, can only upload a file, can t upload directory?)

5
下载
81
浏览
2014-03-26发布