搜索资源列表
php dezender批量反编译php加密文件的工具
- 需求: 1、操作系统:Windows 2000/XP,内存越大越好,推荐1G以上。 2、安装php5,假定安装在c:\php5,复制c:\php5下所有文件到c:\php-de文件夹。 3、安装ZendOptimizer-3.3.0,假定安装在C:\Program Files\Zend\ZendOptimizer-3.3.0。 4、解压dezend.rar包到c:\php-de文件夹,覆盖里面的php.exe和php5ts.dll文件,还有两个文件config.ini(混淆函数 列表)
文件与复制合并
- 本程序从若干个原始文件合并成的文件中恢复出其中一个或全部原始文件。合并文件中先顺序存储各原始文件,然后顺序存储各原始文件的控制信息,即文件名,文件长度和在合并文件中的位置。-this program from a number of original documents into the document resume out one or all of the original documents. The merger document storage of the first order
批量的复制文件
- 对很多数目的文件进行批量的复制,并有抱错。-right number of documents quantities of reproduction, and Bao Cu.
汇编-文件管理
- 文件管理系统,包括文件夹浏览,文件的复制,建立和删除功能-document management system, including folder browsing, document reproduction, establish and delete functions
汇编语言中的文件操作
- 我用汇编语言编写的程序 能够实现文件的复制删除读出显示等功能-I use assembly language programs written copies of files deleted read display function
文件操作
- 文件属性管理 直接运行FileAttr.exe。 文件的复制 运行FileCopy.exe后,选择源文件和目的文件。 汉字字模提取程序 运行GetFont.exe时,一定要将字库文件Hzk16拷贝到当前目录中。写字板 直接运行Word.exe。-file attributes directly run FileAttr.exe management. Paper copies of running FileCopy.exe, select the source and purpose of do
文件的复制
- java编程实现文件的复制
CopyFile-VB 可以快速复制文件的VB源码
- 可以快速复制文件的VB源码,做的不是很好。-Can quickly copy the file VB source code, do not very good.
FileCopyTimer
- 文件定时复制工具。 频度,原始文件位置,移动到的位置都可以通过ini文件进行配置。支持windows网络路径。-File Copy tool from time to time. Frequency, the original file location, move to the location can be configured through the ini file. Support windows network path.
VBddxc
- VB断点拷贝大文件,支持2GB以下大文件的复制,可以中途退出。-VB breakpoints copying large files to support large file copy under 2GB, you can withdraw midway.
c语言中头文件的建立与使用
- c语言中头文件的建立与使用-函数、全局变量、全局数组.doc 一些初学C语言的人,不知道头文件(*.h文件)原来还可以自己写的。只知道调用系统库函数时,要使用#i nclude语句将某些头文件包含进去。其实,头文件跟.C文件一样,是可以自己写的。头文件是一种文本文件,使用文本编辑器将代码编写好之后,以扩展名.h保存就行了。头文件中一般放一些重复使用的代码,例如函数声明,变量声明,常数定义,宏的定义等等。当使用#i nclude语句将头文件引用时,相当于将头文件中所有内容,复制到#i nclud
filecopy
- 程序运行后,分别提示输入源文件和目标文件路径名,然后进行磁盘文件的复制。复制完成后显示“文件复制完成”信息。若复制失败,则能给出“源文件不存在” 、“目标路径不存在” 、“目标文件已存在”等信息。-After the program runs, respectively, prompted, enter the source file and target file path name, and then copy the file to disk. Upon completion of cop
3
- 实现文件的复制,帮助理解Linux的编程环境-To achieve a copy of the file to help understand the Linux programming environment
OperateFile
- VC++ 实现文件的复制。VISUL C++ 6.0 编译通过。-VC++ implementation file copy.
os
- 1.编写一个文件复制的C语言程序: 分别使用文件的系统调用read(fd, buf, nbytes), write(fd, buf, nbytes)和文件的库函数fread(buf, size, nitems, fp), fwrite(buf, size, nitems, fp),编写一个文件的复制程序。 当上述函数中nbytes, size和nitems都取值为1时(即一次读写一个字节),比较这两种程序的执行效率。当nbytes取1024字节,size取1024字节,且nitems取1
Java_FileTransform
- 用Java做的一个文件传输系统,可用该系统进行文件的复制,删除,移动等操作-Use Java to do a file transfer system, the system can be used for file copying, deleting, moving and other operations
copy
- 利用FileInputStream和FileOutputStream完成文件的复制,假设被复制的文件和当前类在同一个目录下,复制后的目的地可以自行指定(FileInputStream and FileOutputStream are used to complete the copy of the file. Assuming that the copied files and the current class are in the same directory, the destinatio
新建文件夹
- 用Java语言实现文件的复制功能,,,,,,(In the Java language implementation file copy function......)
xcopy
- 用于文件的复制,不会出现黑框,打开该文本后只需要将xcopy后面的路径进行修改,注要用绝对路径,前面为文件路径,后面为要复制到目的路径,其他的根据自己的理解来修改,修改完成后可以先用cmd进行测试,不弹黑框,去除黑框,丢掉黑框!祝好运!(For a copy of the file, the black box does not appear to open the text after only need to modify the path behind xcopy, note to use
1
- 文件的复制和追加。包括< stdio。h > # include < stdlib。h>#定义MAXLEN 80int main(void){file *fpSrc=NULL;文件* fpDst =零;char ch;char srcFilename[MAXLEN];char dstFilename[MAXLEN];printf("输入源文件名:”);scanf(“% s”,srcFilename);如果((fpSrc = fopen(srcFilename,“