资源列表
yxBasic144
- YX-BASIC 1.44 用BC3.1设计的一款BASIC解释器,它基于QBASIC的语法构建, 并扩充CD-ROM控制语句而成。此为编译好后打包。-YX-BASIC 1.44 The BASIC interpreter development with BC3.1, which is based on the QBASIC, and expand the CD-ROM control. It s compiled package.
vbexplorer1.1
- vb反编译软件,比较好用。32位。不过我没有用过。自己试验-vb anti-compiler software, better quality. 32. However, I am not used. His trial
VBExplorer
- vb反编译的软件,可以查看vb程序的源码,大家觉得好就下吧-vbexplorer
EM78P259C_example
- Source Codes and Documents for EM78P259
WiseFox
- 一个类似Microsoft Access的小型数据库管理系统,提供全部VC源码,涉及界面设计、数据存储、页面调度、语法分析、报表设计等多项技术,对数据库学习、研究以及企业应用都有极高的价值。 -similar to a small Microsoft Access database management system full source VC, involving interface design, data storage, scheduling pages, syntax analysi
PCMConvert
- PCM文件:模拟音频信号经模数转换(A/D变换)直接形成的二进制序列,该文件没有附加的文件头和文件结束标志。Windows的Convert工具可以把PCM音频格式的文件转换成Microsoft的WAV格式的文件。-PCM files: analog audio signal by the analog to digital conversion (A/D transformation) direct the formation of binary sequences, it did not at
EvaluationFiles.zip
- teste para poder baixar um aquivo,teste para poder baixar um aquivo
GrammarAnalysis
- 语法分析程序 实现C语言的语法分析过程,正则表达式,上下文无关语法-Analysis of program syntax of C language syntax analysis, regular expressions, context-free grammar
SA
- 编译原理课程的语法和词法翻译程序,使用的是LL(1)分析方法-Compiler theory curriculum of grammar and lexical translation process, using the LL (1) analytical methods
cmm
- 简单C编译器生成的目标代码是8086的汇编代码(16位),可以在一般的PC上被像MASM之类的汇编编译程序编译,生成可执行文件后,在DOS或Windows控制台下运行。 实现的语言定义如下: 语言类似于tiny语言,不支持过程调用,也就是只有一个main函数,无其他函数和全局变量 基本语句:注释语句(/*…*/),输入语句(int input(void) ),输出语句(void output(int) ),赋值语句。这里的输入输出语句实际上类似于函数调用,可以看作是本语言内部的函数
bannico_Debuger_source
- Delphi专用调试器bannico的源代码