搜索资源列表
通用破解软件时间限制
- 这是一个可以实用的通用破解软件时间限制的程序源码,基本原理是在软件运行的前几秒钟里将系统时间设置为软件容许你使用的可用时间,使用时将编译的可执行文件和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
myQTcalendar
- 用跨平台的QT库编写的日历程序。QT库相当于MFC,但简洁,高效而且有很好的跨平台特性,用其编写的代码不用修改可以在linux/windows平台下编译。这是一个简单的日历程序,方便大家学习QT。-with cross-platform QT prepared for the calendar procedures. QT for the equivalent of MFC, but simple, efficient and have a good cross-platform feature
localrom-0.1
- 用跨平台的QT库编写的局域网聊天程序。QT库相当于MFC,但简洁,高效而且有很好的跨平台特性,用其编写的代码不用修改可以在linux/windows平台下编译。这是一个简单的日历程序,方便大家学习QT。-with cross-platform QT prepared for the LAN chat program. QT for the equivalent of MFC, but simple, efficient and have a good cross-platform feature
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(请不
ProgressBar_demo
- 最近在学MFC界面编程,一款在状态栏显示滚动条的程序源码,已编译成功,希望能对初学者有所帮助!-recent study MFC Programming Interface, A status bar indicates the rolling of the program source code, the compiler has been successful, The hope is to help beginners!
myDragTreeCtrl
- 此程序中实现了树型控件节点拖动的功能,编译运行于VC++环境中-this program achieved a tree node controls the scrolling function, compiler runs on VC + + environment
verticaltree
- While studying electronic engineering and computer science, I participated in a compiler workshop where we had to write our own programming language. To view and analyse the syntax tree for a given program, I wrote a custom drawn tree component those
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
beautiful-VC-interface-program-
- 用VC编译通过,教你做个漂亮的界面程序,有不足的地方请提出来!-With VC compiler, teach you to be a pretty interface program, there are deficiencies to ask!
SimpOrderPrint.src
- 基于C++Builder 6的医药类单据打印系统,主要是Access + FastReport + VCLSkin的一些综合应用,重点功能是FastReport中实现人民币中文大写、空行补齐,页面小计(SubTotal)等…… 本打印程序开发过程中使用了FastRepot和VCLSkin组件,源程序在编译时需要在工程(Project)的选项(Options)中更改一下Include和Lib的路径,指向你的FastReport的安装目录。否则会提示找不到头文件等编译错误。 本打
KingSoftFeature
- 这个源代码比较好,学习VC++窗体贴图的好资料,要想做出比较漂亮的窗体界面,很多时候都是用贴图,但是这种方法也有很多不好的地方,比如不容易控制贴图位置、生成的文件比较大等,但是学会了一种好方法,就可以事半功倍,这套仿金山词霸主界面的程序还是值得一看的。看上去很漂亮。编译生成的dialog.exe请移动到根目录运行,否则报错。-This source code is better, to learn VC++ form of good mapping data, in order to make
RLE
- 本程序是对数据的压缩和解压进行操作,用的是visoual c++ 6.0编译器。-This program is a data compression and decompression to operate, using a visoual c++ 6.0 compiler.
Compiler
- 原创的课程设计的MFC编写的编译原理源程序,内包括sample语言的词法分析,语法分析和部分语义分析,能输出错误信息,语法采用的是递归下降分析方法。内含大量测试代码,方便学习-The compilation of the principle to write MFC source program, including sample in morphology analysis of language, grammar analysis and some semantic analysis, ca
eaw2
- 绝对经典的编译器程序设计,需要这方面的同志注意了阿!不错-Absolute classic compiler program design, need attention on this!