搜索资源列表
陷阱和缺陷
- 第一部分研究了当程序被划分为记号时会发生的问题。第二部分继续研究了当程序的记号被编译器组合为声明、表达式和语句时会出现的问题。第三部分研究了由多个部分组成、分别编译并绑定到一起的C程序。第四部分处理了概念上的误解:当一个程序具体执行时会发生的事情。第五部分研究了我们的程序和它们所使用的常用库之间的关系。在第六部分中,我们注意到了我们所写的程序也不并不是我们所运行的程序;预处理器将首先运行。最后,第七部分讨论了可移植性问题:一个能在一个实现中运行的程序无法在另一个实现中运行的原因。-the fir
8-2
- 此程序为液晶显示器的显示程序是128*64位的,经过了编译,仅供参考.-procedure for LCD display program is 128 * 64, after the compiler, for reference purposes only.
zhidaofenyi
- 是计算机编译原理的课程设计 制导翻译程序用VC++编的-computer compiler theory of curriculum design guidance translation program with VC series
cpp123
- 这个是一个编译原理的词法和语法分析的程序,运行时必须输入一个小程序,即子程序,子程序的内容不受限制-this is a compiler principles of morphology and syntax analysis, the running time to allow the importation of a small program that subroutine, the unrestricted subroutine
fx4
- 一个简单的编译原理的文法分析程序,在其中加入了不错的分析界面,使整体看起来比较工整,有待与进一步改进-a simple principle of grammar compiler analysis program, which included a good analysis interface, the overall profile in Singapore, and to be further improved
SnakeRun.rar
- 使用C#编写的贪吃蛇程序实例 对初步学习窗口游戏的朋友有点作用 在VS2005环境下编译,Prepared using the C# program examples Snake preliminary study on the Friend of the Games window a bit role in VS2005 compiler environment
richtextbox
- 程式為文字編譯器,包括顏色,文字,搜尋,開檔,存檔等-Compiler program for the text, including color, text, search, open files, archive, etc.
cpyq
- 简易c#编译器,方便在程序中动态编译,可以多进行交流-Simple c# compiler, to facilitate dynamic compilation in the program, you can be more exchanges
qqlike
- VC++仿QQ2009主界面及托盘菜单(基于RingSDK) VC++仿QQ2009窗口主界面及托盘处的图标右键菜单,特别是圆角窗体的实现,值得借鉴。这里请注意,本程序是基于RingSDK界面类库,编译需要此类库支持,本程序也正是RingSDK库的一个演示程序,希望通过这个演示程序让大家更熟悉RingSDK的用法、功能和新特性,运行截图如上示 -VC++ simulation QQ2009 main interface and the tray menu (based on RingSD
NewfeaturesinCSharp4.0
- The major theme for C# 4.0 is dynamic programming. Increasingly, objects are “dynamic” in the sense that their structure and behavior is not captured by a static type, or at least not one that the compiler knows about when compiling your program. Som
FakeCoding1.1
- C#语言编写的随机生成防伪码控制台程序,VS2008下直接发开编译运行-C# language randomly generated code console program, VS2008 directly open the compiler to run
WindowsApplication1
- 关于课程设计的C#编译的程序,很使用很经典-About curriculum design c# compiler program, very use very classic
compiler
- 本编译器主要有四部分功能: 1、词法分析 编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)。 2、语法分析之递归下降分析 递归下降分析法的前提是文法必需为LL(1)文法,此功能为验证性功能,已经给出文法,输入一符号串,验证是否属于该文法的句子即可。 3、语法分析之LL(1)预测分析 此
phx
- 满足四元式输出的LR法分析的DO-WHILE循环语句的翻译程序设计,可供编译课程设计参考。-Meet four yuan output LR analysis of the DO-WHILE loop statement translation program design, available for the compiler course design reference.
New-features-in-CSharp-4.0
- The major theme for C# 4.0 is dynamic programming. Increasingly, objects are “dynamic” in the sense that their structure and behavior is not captured by a static type, or at least not one that the compiler knows about when compiling your program.
EE
- 控制台下显示字符“你好”.该程序用VC2010编译器编写-Console display characters " Hello." The program prepared by the VC2010 compiler
EE
- 判断L1等于L2是否为真,该程序用VC2010编译器编写-Judgment L1 is equal to L2 is true, the program written in VC2010 compiler
load
- windows界面的登陆系统,C#编译,vs2010通过,很低级的程序,初学者学习-the windows interface landing system, the C# compiler, VS2010 by very low-level program for beginners to learn
cifafenxi
- 编译原理.给出PL/0语言文法规范,编写PL/0语言的词法分析程序。词法分析器.-Compiler theory. PL/0 language grammar specification is given, write PL/0 language lexical analysis program. Lexical analyzer.
C-program
- 大学计算机基础所有C语言编程题目的例程。里面是TXT文件,可以直接进行C语言编译。-All of C language programming of Basic Computer,can be directly compiler in C language.