CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 工程代码
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
assembly language
SCSI-ASPI
ELanguage
Disk Tools
Speech/Voice recognition/combine
Editor
Anti-virus
MultiLanguage
MPI
source in ebook
Delphi VCL
OS Develop
MiddleWare
MacOS develop
LabView
e-language
python
Search - 工程代码 - List
[
ELanguage
]
DSP281x_XintfBootReset
DL : 0
dsp 的程序代码.对根目录的reset. 很好用,加入程序工程里面就可以了-dsp procedure code. To reset the root directory. Useful, the accession process works on the inside
Date
: 2008-10-13
Size
: 1.16kb
User
:
杨亮
[
ELanguage
]
WordAnalyser
DL : 0
1.1 引言 1.1.1 设计目的 本次课程设计是在完成一个学期的编译原理课程之后,为了进一步加深对编译原理相关知识的理解,培养实际解决问题的能力而进行的。结合本学期所开设的软件工程课程,本次课程设计实验过程要求按照软件工程的思想来组织开发过程,按照软件生命周期的阶段划分来进行。由于课程设计规模较小,所以对软件生命周期进行适当的合并,简化为五个阶段,即需求分析、总体设计、详细设计、编码实现和测试。 1.1.2 设计任务 针对本次课程设计我们设计了一个简化的pascal语言,称为mini-pascal。设计的任务就是开发出针对mini-pascal语言的编译程序。标准的编译程序结构分为五部分,分别是词法分析、语法分析、语义分析和中间代码生成、优化和目标代码生成。由于时间和能力所限,我们的编译程序只包括前三个部分,最后生成四元式形式的中间代码。 -1.1 Introduction 1.1.1 design purpose of this course is designed to complete a semester of compiler theory courses , in order to further deepen the knowledge of compiler theory understanding, develop practical problem-solving skills into practice. In light of the semester created software engineering courses The experimental curriculum design process requirements in the software engineering idea to organize the development process. in the software life cycle stages to. Due to the smaller size of the curriculum design, the software life cycle appropriate to consolidate, streamline and five stages that the needs analysis, design, detailed design, coding and testing to achieve. 1.1.2 design task against the current curriculum design we design a simplified pascal language, called mini-pascal.
Date
: 2008-10-13
Size
: 174.2kb
User
:
钟国生
[
ELanguage
]
lesson2
DL : 0
孙鑫老师VC视频第二课代码:C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC AppWizard生成的工程奠定了良好基础。
Date
: 2008-10-13
Size
: 18.53kb
User
:
shanyingying
[
ELanguage
]
编译原理---算浮优先算法
DL : 0
简单介绍一下,整个工程分为5个文件:Main.c ----- 程序的入口点,其实很简单,就是调用两个函数。Global.h ----- 定义了一些全局变量及宏Parse.h ----- 语法分析器的主要算法Prece.h ----- 定义和实现了一些关于优先级的操作Stack.h ----- 定义和实现了一个栈及其操作编译的时候只要用TC2.0或者WinTC打开Main.c文件进行编译就好了。如发现有Bug请在这里贴出来或者把修改后的代码跟帖在这里:)总之,这个工程仅仅是一个简单示例,告诉大家怎么样把课堂上学到的知识运用到实际编程当中去,工程中所用到的模块化思想,数据结构等知识都是大家学过的,大三了,希望大家在最后这段时间里把写程序的本领练就出来。:)-brief introduction, the entire project is divided into five documents : Main.c ----- procedure entry point, it is actually very simple, it is called two functions. Global.h ----- definition of global variables and Wang Parse.h ----- parser the main algorithm Prece.h ----- definition and realization of a number of priority the operation Stack.h ----- the definition and implementation of a stack and operation of the compiler used whenever WITH TC 2.0 or WinTC open Main.c documents compiled enough. If found please Bug out here or affixed to amend the code of Columbia here :) Overall, the project is just a simple example, like to tell you how to put classroom knowledge to use them to the actual program, which works to use the modular thinking, data structure knowledge we learned, the Ruins of
Date
: 2008-10-13
Size
: 11.82kb
User
:
李雷
[
ELanguage
]
170054yufa 1234234234
DL : 0
定义和实现了一个栈及其操作编译的时候只要用TC2.0或者WinTC打开Main.c文件进行编译就好了。如发现有Bug请在这里贴出来或者把修改后的代码跟帖在这里:)总之,这个工程仅仅是一个简单示例,告诉大家怎么样把课堂上学到的知识运用到实际编程当中去,工程中所用到的模块化思想,数据结构等知识都是大家学过的,大三了,希望大家在最后这段时间里把写程序的本领练就出来-definition and implementation of a stack and operation of the compiler used whenever WITH TC 2.0 or WinTC open Main.c documents compiled enough. If found please Bug out here or affixed to amend the code of Columbia here :) Overall, the project is just a simple example, like to tell you how to put classroom knowledge to use them to the actual program, which works to use the modular thinking, data structure knowledge we learned, the Ruins of St. Paul, I hope you will in the final period put the ability to write procedures trained out
Date
: 2008-10-13
Size
: 184.15kb
User
:
张学友
[
ELanguage
]
于 VC6 下编译 Lua 源码
DL : 2
教你于 VC6 下编译 Lua 源码,附 20 个测试的 Lua 范例及 VC6 完整的工程代码.
Date
: 2011-06-30
Size
: 192.45kb
User
:
xyz543
[
ELanguage
]
170054yufa 1234234234
DL : 0
定义和实现了一个栈及其操作编译的时候只要用TC2.0或者WinTC打开Main.c文件进行编译就好了。如发现有Bug请在这里贴出来或者把修改后的代码跟帖在这里:)总之,这个工程仅仅是一个简单示例,告诉大家怎么样把课堂上学到的知识运用到实际编程当中去,工程中所用到的模块化思想,数据结构等知识都是大家学过的,大三了,希望大家在最后这段时间里把写程序的本领练就出来-definition and implementation of a stack and operation of the compiler used whenever WITH TC 2.0 or WinTC open Main.c documents compiled enough. If found please Bug out here or affixed to amend the code of Columbia here :) Overall, the project is just a simple example, like to tell you how to put classroom knowledge to use them to the actual program, which works to use the modular thinking, data structure knowledge we learned, the Ruins of St. Paul, I hope you will in the final period put the ability to write procedures trained out
Date
: 2025-12-21
Size
: 184kb
User
:
张学友
[
ELanguage
]
DSP281x_XintfBootReset
DL : 0
dsp 的程序代码.对根目录的reset. 很好用,加入程序工程里面就可以了-dsp procedure code. To reset the root directory. Useful, the accession process works on the inside
Date
: 2025-12-21
Size
: 1kb
User
:
杨亮
[
ELanguage
]
WordAnalyser
DL : 0
1.1 引言 1.1.1 设计目的 本次课程设计是在完成一个学期的编译原理课程之后,为了进一步加深对编译原理相关知识的理解,培养实际解决问题的能力而进行的。结合本学期所开设的软件工程课程,本次课程设计实验过程要求按照软件工程的思想来组织开发过程,按照软件生命周期的阶段划分来进行。由于课程设计规模较小,所以对软件生命周期进行适当的合并,简化为五个阶段,即需求分析、总体设计、详细设计、编码实现和测试。 1.1.2 设计任务 针对本次课程设计我们设计了一个简化的pascal语言,称为mini-pascal。设计的任务就是开发出针对mini-pascal语言的编译程序。标准的编译程序结构分为五部分,分别是词法分析、语法分析、语义分析和中间代码生成、优化和目标代码生成。由于时间和能力所限,我们的编译程序只包括前三个部分,最后生成四元式形式的中间代码。 -1.1 Introduction 1.1.1 design purpose of this course is designed to complete a semester of compiler theory courses , in order to further deepen the knowledge of compiler theory understanding, develop practical problem-solving skills into practice. In light of the semester created software engineering courses The experimental curriculum design process requirements in the software engineering idea to organize the development process. in the software life cycle stages to. Due to the smaller size of the curriculum design, the software life cycle appropriate to consolidate, streamline and five stages that the needs analysis, design, detailed design, coding and testing to achieve. 1.1.2 design task against the current curriculum design we design a simplified pascal language, called mini-pascal.
Date
: 2025-12-21
Size
: 428kb
User
:
[
ELanguage
]
lesson2
DL : 0
孙鑫老师VC视频第二课代码:C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC AppWizard生成的工程奠定了良好基础。
Date
: 2025-12-21
Size
: 18kb
User
:
shanyingying
[
ELanguage
]
vbacodeprint
DL : 0
使得你能打印你的VBA代码带有色彩,具有良好的使用界面,支持Microsoft Office的全系列程序。针对的用户包括从初学者到专家,对于学习者、对相应工程编制文档和调试复杂系统是理想的工具。支持的输出格式包括RTF, HTML,PDF等。 -Allows you to print your VBA code with color, has a good user interface, support for Microsoft Office
Date
: 2025-12-21
Size
: 3.77mb
User
:
carlose
[
ELanguage
]
bianyiyuanli
DL : 0
建立《编译原理网络课程》的目的不仅使学生掌握构造编译程序的原理和技术,而且能够使学生对该领域产生浓厚的兴趣和求知欲,为以后进一步从事软件工作打下良好的基础。主要内容涵盖了大学计算机系本科生所学内容,共十章,有编译概述,文法和语言,词法分析,语法分析,语法制导翻译,运行时刻环境的组织,中间代码生成,目标代码生成,代码优化,面向对象的语言的编译介绍。每章后附有习题,必做的习题给出了参考答案。最后讲解一个小的编译器的设计与实现,并给出了完整的用PASCAL书写的源代码。72学时,4学分。先修课程有计算引论、程序设计及数据结构。使用对象为计算机软件专业的本科生;希望学习《编译原理》的学生和工程技术人员或是讲授《编译原理》课程的教师。-Compilation Principle materials
Date
: 2025-12-21
Size
: 21.64mb
User
:
wj
[
ELanguage
]
pascal-compiler-in-cpp
DL : 0
pascal compiler in C++是一个用C++实现的PASCAL编译器,主要包括符号表,创建语法树,代码生成和4元式解析等。该工程是根据龙书实现的编译器。项目中大量使用了STL,设计模式等思想。是学习面向对象编程和设计的好材料。里面包含有说明.txt有更详细说明 请使用Mingw或Dev-C++开发环境-pascal compiler in C++ is a compiler which compiles pascal code. The project consists of Symbol Table, Abstract Tree Construction, Code generation and generated code interpretation. I believe it s a helpful material for learning oo programming and design since it uses STL and design patterns intensively. The project is developed on Mingw and Dev-C++ IDE, VC6.0 is not supported since it does not STL compliant!
Date
: 2025-12-21
Size
: 705kb
User
:
xukeying
[
ELanguage
]
scan
DL : 0
单独分离出来的C-手工词法分析器,需要自己建立一个工程来运行本程序。为《编译原理与实践》一书之后的实验题的代码。-Single isolated C-hand lexical analyzer, needs its own to establish a project to run this program. For " Compiler Construction Principles and Practice," a book after the experiment of the code.
Date
: 2025-12-21
Size
: 4kb
User
:
飞鱼
[
ELanguage
]
PLXC
DL : 0
此工程是PL/X语言的编译器,此为编译原理课程实践。 其实现了一般语言的编译功能,例如词法、语法、中间代码生成等功能。-The project is to build a PL/X compiler, which is the project workshop for principle of compiler.It has implemented the basic functions such as lex analysis, semant analysis and finally generate the intermediate code.
Date
: 2025-12-21
Size
: 574kb
User
:
windlei
[
ELanguage
]
pcm
DL : 1
利用VHDL语言和模块化设计实现PCM编译码的功能,整体工程和代码全有。-PCM encode and decode by VHDL in Quartus2.
Date
: 2025-12-21
Size
: 816kb
User
:
nancy
[
ELanguage
]
QPSK_modulator_demodulator
DL : 0
Wireless_Communication_FPGA设计代码之一:QPSK调制解调的FPGA实现 将相应的源文件复制到本地硬盘上,修改属性为可写,然后在ISE环境中新建工程,然后添加相应的源文件即可。-Wireless_Communication_FPGA one of the design code: QPSK modulation and demodulation of the FPGA to achieve the corresponding source files to local hard disk, modify the property is writable, then in the ISE environment, new construction, and then add the appropriate source files.
Date
: 2025-12-21
Size
: 1kb
User
:
松松
[
ELanguage
]
Compilers_principles_techniques_and_tools
DL : 0
编译原理中文版教材 号称为计算机学院的四大天书之一 本书介绍编译系统的一般构造原理、基本实现技术和一些自动构造工具。主要由语言基础知识、词法分析、语法分析、中间代码生成、代码优化、目标代码生成、符号表的构造和运行时存储空间的组织等部分组成。 书中在介绍编译程序构造基本原理的同时引入“PL/0语言的编译程序”结构及文本,还引入了LEX、YACC使用方法与实例。 本书是高等院校计算机科学与技术专业的本科生教材,也可作为教师、研究生蔌软件工程技术人员的参考书。-stanford大学计算机经典教材 号称为计算机学院的四大天书之一
Date
: 2025-12-21
Size
: 26.52mb
User
:
方正
[
ELanguage
]
diguixiangxia
DL : 0
编译原理里的递归向下分析程序,vs2013编译好的工程代码(Compiler principles of recursive down analysis program)
Date
: 2025-12-21
Size
: 220kb
User
:
xjx
[
ELanguage
]
编译器工程
DL : 0
用大量素材向读者展示现实权衡的存在,展示这些选择的影响可能是微妙且深远的。省略由于商业、语言和编译器技术以及町用工具的变迁而变得不太重要的技术、c语言对优化和代码生成提供更深层次的处理。奉书内容分为四部分。前端部分介绍扫描、语法分析、上下文相关分析的内容;基础结构部分阐述中间表示、过程抽象、代码形态为主线的知识;优化部分阐述构建编译器的巾间部分——优化器所出现的问题;代码生成部分着眼于代码生成中的三个主要问题。(Using a large amount of material to show the reader the existence of realistic trade-offs, the impact of these choices may be subtle and far-reaching. Ellipsis technology and C language, which are less important due to changes in business, language and compiler technology and tools, provide deeper processing for optimization and code generation. The contents of the book are divided into four parts. The front part of the scanning, syntax analysis, contextual analysis content; basic structure part of the intermediate representation and knowledge process abstraction, code form as the main part of the construction of compiler optimization; part of the problem -- the towel between the code optimizer; students into three major part of the problem focuses on code generation in.)
Date
: 2025-12-21
Size
: 12.19mb
User
:
南的方
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.