搜索资源列表
编译原理课程设计compiler
- 本程序为编译原理的课程设计,可以对输入的C源程序进行过滤\\精简,并进行词法分析.-this program designed for the compiler theory,you can filtrate or simplify a program of C that you input,and analyse its accidence.
beautiful-VC-interface-program-
- 用VC编译通过,教你做个漂亮的界面程序,有不足的地方请提出来!-With VC compiler, teach you to be a pretty interface program, there are deficiencies to ask!
richtextbox
- 程式為文字編譯器,包括顏色,文字,搜尋,開檔,存檔等-Compiler program for the text, including color, text, search, open files, archive, etc.
cgictest
- 自己编写的CGI程序,使用CGIC库编译可运行。 特色是实现了SHELL命令。-I have written CGI program, the compiler can be used to run CGIC library. Characteristics of the SHELL command to achieve.
153690bochs
- bochs 虚拟机程序 学习编译程序的好实例-bochs Virtual Machine compiler program to learn a good example of
Calculator
- 一款不错的计算器程序,用C++编译,MFC图形界面。适合于学习C++以及MFC类库的新手学习研究。-A good calculator program, using C++ compiler, MFC graphical interface. Suitable for learning C++ and MFC class library novice study and research.
controled
- Program wrote in C language, at CCS compiler platform. This is a 12x8 pixels Led_panel ( PIC16F877A ) that display data received frm RS232 port, and also show RTC and Temperature.-Program wrote in C language, at CCS compiler platform. This is a 12x8
complier
- 编译器程序,讲解编译过程所需的函数,编译的原理等。-Compiler program, explain the functions required for the build process, build on the rationale.
PL--0-language-compiler
- 。通过跟踪PL/0 语言编译程序对一段示例程序进行处理的内部过程,对构成语言 编译技术的主要组成部分即词法分析、语法分析、中间代码生成、存储器分配、表格管理、错误处理等过程进行了重 点分析,详细叙述了其工作原理与实现机制以及相互之间的关系。-. By tracking the PL/0 language compiler for processing of a sample program of internal processes, language compiler technolo
Expression-Parser(Scanner)-compiler
- the purpose of this program is to parse expressions from an input file and display token type and value in an output file
smalldll
- 优化C++程序编译效率的实例 (1)自定义程序的入口 (2)合并区段 (3)不用调malloc,free等函数 (3)不用cout来输出,cin来输入 (4)如果调用了很多库函数如memset,stycpy等等 的话,请导入msvcrt.lib,不然编译器会在程序里面 导入静态库,这样的话程序就会大很多。。 (5)........ 减少程序运行内存占用量可以调用 SetProcessWorkingSetSize(GetCurrentProcess()
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
Compiler-theory-experiments
- 通过设计、编制、调试典型的SLR(1)语法分析程序,实现对实验一所得词法分析程序所提供的单词序列进行语法检查和结构分析,进一步掌握常用的语法分析方法。-A typical SLR (1) parser through the design, development, debugging, syntax checking and structural analysis of lexical analysis program, the experimental one obtained by the
WindowsApplication1
- 关于课程设计的C#编译的程序,很使用很经典-About curriculum design c# compiler program, very use very classic
compiler
- 本编译器主要有四部分功能: 1、词法分析 编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)。 2、语法分析之递归下降分析 递归下降分析法的前提是文法必需为LL(1)文法,此功能为验证性功能,已经给出文法,输入一符号串,验证是否属于该文法的句子即可。 3、语法分析之LL(1)预测分析 此
avr16chengxu
- 在icc编译器下的avr16程序,一些小制作-In the icc compiler program under avr6
DAC8501-51-program---sawtooth
- DAC8501的51程序-锯齿波。程序描 述: DAC8501输入锯齿波。单 片 机:STC11F04E ,晶 振: 11.0592MHz,编 译 环 境: Keil 4-DAC8501 51 program ,sawtooth. Program descr iption,DAC8501 input sawtooth. SCM,STC11F04E, Crystal,11.0592MHz, the compiler environment: Keil 4
My-C-Tutorial-Program-Base-On-wwwlearncorg.tar
- This my first C programs, it s a tutorial base www.learn-c.org, but I wrote them on my own, some are exactly from there. I use linux gcc as compiler.
Compiler
- 命令行编译c++程序: 使用 cl.exe 的 vc6 版本, 复制到 .\VC6 目录下 示例: http://zhidao.baidu.com/question/281545175 @echo off cd c:\cl6 call setvars.bat cd bin\qq\qq cl stdafx.cpp /nologo /MD /W3 /GX /O2 /D WIN32 /D NDEBUG /D _WINDOWS /D _AFXDLL /D _M
C-program
- 大学计算机基础所有C语言编程题目的例程。里面是TXT文件,可以直接进行C语言编译。-All of C language programming of Basic Computer,can be directly compiler in C language.