搜索资源列表
C#编写的一个编译器
- C#编写的一个编译器(转载)-C# prepared a compiler (reproduced)
integar to binary digital
- 一个将正整数转变成二进制数的代码,可以编译运行-to a positive integer into binary code, the compiler can run
数字水印技术
- 包含了基于可移植的C语言的数字水印算法的代码。这些代码具有示范性的意义,且有一定的鲁棒性。需要安装NetPGM的程序包(用来存取pgm格式图像),然后才能在linux下面编译。NetPGM是图像文件的输入/输出软件包。可以在网上搜索得到。如果需要读取其它格式的图像,读者可以修改程序中图像存取部分的代码。对于Linux下编译程序不熟悉的可以参考相关的Linux编程书籍。-contains transplantation based on the C language digital waterma
串纽扣游戏源代码
- c语言编译器源码.rar c语言编译器源码.rar -c compiler source. Rarc source language compiler . Rarc source language compiler . Rarc source language compiler. Rar
内联汇编
- 在Visual C++中使用内联汇编不需要额外的编译器和联接器,且可以处理Visual C++中不能处理的一些事情,而且可以使用在C/C++中的变量,所以非常方便。内联汇编主要用于如下场合: 1.使用汇编语言写函数; 2.对速度要求非常高的代码; 3.设备驱动程序中直接访问硬件; 4.\"Naked\" Call的初始化和结束代码。 -used in conjunction with the compilation does not need
NotePad_S
- C#写的记事本程序,包涵了记事本的基本功能。用C#编译器或者Visual Studio .Net编译。-C# memo written by the procedures that it covers the notebook's basic functions. C# compiler or the Visual Studio. Net compiler.
陷阱和缺陷
- 第一部分研究了当程序被划分为记号时会发生的问题。第二部分继续研究了当程序的记号被编译器组合为声明、表达式和语句时会出现的问题。第三部分研究了由多个部分组成、分别编译并绑定到一起的C程序。第四部分处理了概念上的误解:当一个程序具体执行时会发生的事情。第五部分研究了我们的程序和它们所使用的常用库之间的关系。在第六部分中,我们注意到了我们所写的程序也不并不是我们所运行的程序;预处理器将首先运行。最后,第七部分讨论了可移植性问题:一个能在一个实现中运行的程序无法在另一个实现中运行的原因。-the fir
CS取得网页源码
- 有两个CS文件,是两个独立的程序,功能相同,都是取得网页的源码并将其保存到一个文件中,一个是Windows程序(DownPage.cs),另一个是控制台程序(GetPageCode.cs)。DownPage.cs在编译运行后输入网站的域名(不含“http://”)和欲保存的文件名,点击“下载网页”即可在指定的文件中看到指定网页的源码。GetPageCode.cs的参数需在文件中设置和修改(参数是URL和欲保存的文件名),修改完毕后编译运行,即可在指定的文件中看到指定网页的源码。-two CS d
CocoSourcesCS
- The Compiler Generator Coco/R Coco/R1 is a compiler generator, which takes an attributed grammar of a source language and generates a scanner and a parser for this language. The scanner works as a deterministic finite automaton. The parser u
简易编译器
- C#手写源码简易编译器.rar,还是C#语言编写的。-C# source handwritten summary compiler. Rar, or C# language prepared.
MINI_COMPILER_TOKENS_MANNER
- C# application demonstrate building compiler in scientific manner Compiler to generate scr ipt that you can translate into any programming language
Compiler
- c#实现的编译器,源码,包括词法分析,语法分析,语义分析,及中间代码生成-c# implementation of the compiler, source code, including lexical analysis, syntax analysis, semantic analysis and intermediate code generation
MiniCompiler
- this is an example of c# compiler , you write a code and it compile it , you don t need to make reference for libraries it read the using synatx and get libraries from .net gache-this is an example of c# compiler , you write a code and it compile it
Compiler
- This is a mini C compiler developed in csharp.
compiler
- 本编译器主要有四部分功能: 1、词法分析 编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)。 2、语法分析之递归下降分析 递归下降分析法的前提是文法必需为LL(1)文法,此功能为验证性功能,已经给出文法,输入一符号串,验证是否属于该文法的句子即可。 3、语法分析之LL(1)预测分析 此
CSharp-The-compiler
- C# 编译器原码 编译原理课程设计 完美运行-C# compiler of the original code compiler theory curriculum design perfect run
The-compiler-CSharp
- C# 编译器原码 编译原理课程设计 完美运行-C# compiler of the original code compiler theory curriculum design perfect run
C0-compiler
- C0语言编译器,简单的实现c0语言的编译,中学生水平-C0 compiler
C-three-compiler
- 关于在电脑上运行的C语言编译器 有关快速运行c语言-C language compiler for running on the computer
Compiler
- 基于C#的编译器,实现语法分析,词法分析,错误信息显示等功能。-C# compiler