搜索资源列表
virgen1.1
- vbs病毒:就是Visual Basic scr ipt即是VB脚本,一种通过Microsoft的Windows scr ipt Host提供的一种基于32位Windows平台的、与语言无关的脚本解释机制,它使得脚本能够直接在Windows桌面或命令提示符下运行。-vbs virus : is the Visual Basic scr ipt that is, VB scr ipt, A Microsoft Windows scr ipt Host Based on the 32 - Windo
RemObjectsPascalScriptv3.0.3.53
- delphi脚本解释控件 可以动态加载PAS等-delphi scr ipt interpreter PAS and other controls can be dynamically loaded
ex_help_rc
- 关于一个法语版的help的脚本文件,输出界面为法语版,我你提供必要的对与命令的解释。-this version is about le help scr ipt in french, it will provide these help for you.
ex_rvsh
- 关于一个法语版的help的脚本文件,输出界面为法语版,我你提供必要的对与命令的解释。-this version is about le help scr ipt in french, it will provide these help for you.
How_to_Write_makefile
- makefile关系到了整个工程的编译规则。一个工程中的源文件不计数,其按类型、功能、模块分别放在若干个目录中,makefile定义了一系列的规则来指定,哪些文件需要先编译,哪些文件需要后编译,哪些文件需要重新编译,甚至于进行更复杂的功能操作,因为makefile就像一个Shell脚本一样,其中也可以执行操作系统的命令。 makefile带来的好处就是——“自动化编译”,一旦写好,只需要一个make命令,整个工程完全自动编译,极大的提高了软件开发的效率。make是一个命令工具,是一个解释make
xuexuzhengzebiaodashi
- 《学习正则表达式》从正则表达式的基本概念讲起,到编写完整的sed和Perl脚本,再到转换HTML文件,将这种强大的工具解释得清晰透彻。书中贯穿了大量简洁明了的示例,旨在让读者轻松掌握正则表达式。此外,书中各在线和桌面工具一应俱全,并介绍了进阶参考资料,是一本不可多得的正则表达式入门好书。《学习正则表达式》适合对正则表达式感兴趣的程序员和互联网从业者。-" Learn the regular expression," Let' s talk about the basic
Shell脚本学习指南
- Shell就是一个命令行解释器,它的作用是解释执行用户的命令,用户输入一条命令,Shell就解释执行一条,这种方式称为交互式(Interactive)。(Shell is a command line interpreter, whose function is to explain the execution of user commands. The user enters a command, and Shell explains the execution, which is calle