-
pdf2tiff
pdf转换为tiff格式的图片,支持多页格式。(trans pdf to tiff.)
- 2011-10-09 11:12:06下载
- 积分:1
-
47643225
易语言解锁文件源码,应用程序编程源码,有需要的就下载吧。(Easy language to unlock file source code, application programming source code, need to download it.)
- 2013-10-21 19:48:04下载
- 积分:1
-
123
一个自己写的下载者代码 很简单就实现了 下载者的功能 请不要运行。EXE文件(Write their own download code is very simple for those who realize the function of those who download, please do not run. EXE file)
- 2007-09-23 21:48:07下载
- 积分:1
-
date
开始显示速度很慢,要达到5~6秒。开始显示速度很慢,要达到5~6秒。开始显示速度很慢,要达到5~6秒。(Began to show very slow to reach 5 to 6 seconds.Began to show very slow to reach 5 to 6 seconds.Began to show very slow to reach 5 to 6 seconds.)
- 2013-12-12 14:23:28下载
- 积分:1
-
39228529
用VB开发快速查找文件的例子,可扫描正磁盘区的目录文件(Examples of using VB to develop quickly find documents, can scan is directory file disk areas)
- 2017-07-23 12:28:13下载
- 积分: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
-
Test4-13-17-47
用于文件的传输和接收的测试程序,可以实现多个文件和文件夹的传输(For file transmission and reception of the test procedure can be achieved a number of files and folders transmission)
- 2009-06-05 17:46:50下载
- 积分:1
-
ReadBinaryTest
读取文件,以十六进制形式存储于txt文件中(Read the file, stored in a TXT file in hexadecimal form)
- 2013-05-06 09:03:27下载
- 积分: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
-
264totxt
将264文件的二进制码转换成文本文件,以便于264文件的调试显示。(264 files will be converted into binary code a text file in order to debug 264 documents show.)
- 2007-08-30 13:08:37下载
- 积分:1