-
47643225
易语言解锁文件源码,应用程序编程源码,有需要的就下载吧。(Easy language to unlock file source code, application programming source code, need to download it.)
- 2013-10-21 19:48:04下载
- 积分:1
-
BX-5U0-25Q16BVS1G
BX-5U0 25Q16BVS1G.bin不小心损坏了后,可用这个文件恢复BX-5U0库文件(BX-5U0 25Q16BVS1G.bin accidentally damaged, the available file recovery BX-5U0 library files)
- 2013-11-25 06:25:07下载
- 积分:1
-
57569947
一个很不错的界面和特效编程例子!火焰,水波,熔岩三类特效,值得学习!()
- 2018-02-22 12:37:13下载
- 积分:1
-
file_split
Visual C++案例开发集锦第七章\文件分割的程序源码,值得一看!(Visual C++ case development highlights Chapter File Splitter program source code, worth a visit!)
- 2011-08-13 16:48:23下载
- 积分: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
-
Sort2
This file contains a summary of what you will find in each of the files that
make up your Sort2 application.
- 2008-06-07 21:52:54下载
- 积分:1
-
AutoTypeIn
VB6编写的自动打字文字特效,就是类似在屏幕上打字的效果,文字一个一个出现,可以做字幕,用作软件介绍很不错,程序简洁,适合学习和使用。(VB6 prepared automatically typing text effects, that is, typing on the screen similar to the effect of text appear one by one, they can do subtitles for the software is pretty good introduction, the program is simple and suitable for learning and use.)
- 2009-07-12 10:15:38下载
- 积分:1
-
DIC-QUERY
EXCEL VBA 字典查询,适用于普通查询条数多 过慢的情况,数万条记录。 (EXCEL VBA dictionary lookup, suitable for general inquiries number of more than a slow, tens of thousands of records.)
- 2013-10-18 09:48:50下载
- 积分: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
-
WinMerge-2.14.0-src
功能强大的文件比较工具WinMerge的源代码,很有参考价值(the powerful tool for comparing file or folder)
- 2016-03-25 19:21:00下载
- 积分:1