搜索资源列表
通用破解软件时间限制
- 这是一个可以实用的通用破解软件时间限制的程序源码,基本原理是在软件运行的前几秒钟里将系统时间设置为软件容许你使用的可用时间,使用时将编译的可执行文件和ExeInfo.ini文件放到要运行的软件的目录里,运行编译的可执行文件就可用启动要运行的软件。运行前需要设置ExeInfo.ini文件,说明如下: EXENAME 为要破解的软件的执行程序名 GAP=5000 为设置成可用时间的时间长度,毫秒为单位 INCTIME=Y 是否每次运行都增大可用时间(有些软件会检测可用时间必须大于上次运行时间) DA
flex_bingle
- 编译原理(Flex):生成词法和语法分析程序的源代码的程序。-Compiler Principle (Flex) : Generation morphology and syntax analysis of a program's source code procedures.
FillTable
- 这是一个c程序,它是用来解决编译原理中的词法扫描程序,用来查添符号表。-c This is a program that is used to solve the compiler principles of lexical scanning procedures used to investigate Tim symbol table.
edit(dos)
- 本人上程序设计课时,编写的dos 下图形界面的文本编辑器,tc3.0下编译通过,供学习tc初学生参考。 -on program design class, prepared under the dos GUI text editor, compiler under tc3.0, tc early learning for students.
wordsanalysis
- 用C语言来实现的编译原理词法分析的小程序,可以对输入的C语言程序进行初步的静态检测-C language compiler to achieve the tenets of lexical analysis of small programs, can the importation of the C language program for the initial static testing
bmd-mtvc
- 您(sushansong@163.com)最近上载的源码有: 1. cangku.rar,125KB 2. btree.rar,10KB 3. 2003.03.rar,3981KB 4. 2003.02.rar,5738KB 5. 2003.01.rar,5676KB 6. em78 sub program.rar,6KB 7. 编译原理 第六章.rar,35KB 8. 编译原理 第四章.rar,34KB 9. 编译原理 第十一章.rar,4KB 10. 编译原理 第十二章.rar,3KB(请不
SVC-MATLAB
- 这个是支持向量聚类机用matlab编译的主程序和部分子程序-this is clustering support vector machine Matlab Compiler part of the main program and subprogram
yufafenxi
- 此程序的功能是用c语言实现编译原理课程中的语法分析程序-this procedure is the function of c language compiler theory courses syntax analysis program
MATLAB_C_API
- As all of you know, MATLAB is a powerful engineering language. Because of some limitation, some tasks take very long time to proceed. Also MATLAB is an interpreter not a compiler. For this reason, executing a MATLAB program (m file) is time consuming