Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - section
Search - section - List
用viusal c++做的脚本程序autoit的源代码,当然是网上下的哦-viusal c done with the script autoit the source code, of course, the oh-line
Date : 2025-12-14 Size : 422kb User : 重要吗

一个简单的词法分析器,可以识别C++中的关键字、标识符、数值、各种合法字符等,能对一段正确或含有错误的C++程序进行词法分析,并对错误进行精确的提示。-A simple lexical analyzer to identify C++ Of keywords, identifiers, values, a variety of legal characters, etc., can contain a section of right or wrong C++ Procedures lexical analysis, and errors accurate advice.
Date : 2025-12-14 Size : 384kb User : mengmeng

DL : 0
初学DSP的一段代码,简单上手 -DSP beginner section of code, simple to use
Date : 2025-12-14 Size : 5kb User :

DL : 0
词法分析程序,输入一段代码就可以将其代码以单个的词法分析结果-Lexical analysis program, enter a section of code can be a single code to the results of the analysis of lexical
Date : 2025-12-14 Size : 534kb User : zhangzheng

Lex 和Yacc 简明教程 本书将教会你如何使用lex 和yacc 构造一个编译器。 lex 和yacc 是两个用来生成词汇分析器和剖析器的工具。 导言部分描写了构建编译器所需的基本部分,以及lex 和yacc 之间的互动关系。后面两章更加详细的描写了lex 和 yacc。构建了一个经典的计算器程序。这个计算器支持常用 的算术符号和控制结构,例如实现了像ifelse和while 这样的控制结构。经过小小的修改,就把这个计算器转换成一个可以运行在基于栈的计算机上的编译器。-Lex and Yacc tutorial concise book will teach you how to use lex and yacc to construct a compiler. lex and yacc are used to generate lexical analyzer and parser tools. Introductory section describes the compiler to build the basic parts, as well as lex and yacc interaction between. Behind the two chapters of a more detailed description of the lex and yacc. Construction of a classic calculator program. The calculator supports the common arithmetic symbols and control structure, for example, realize like ifelse and while such a control structure. After small modifications, so the calculator can run into a stack-based computer compiler.
Date : 2025-12-14 Size : 343kb User : 蒋崇武

rsc_encode递归编码的源程序,大家没事随便下载。这是MATLAB软件的,只是一小段程序。-Recursive rsc_encode source coding, we simply nothing to download. This is the MATLAB software is only a small section of the procedure.
Date : 2025-12-14 Size : 1kb User : 政委

这是一个非常优秀的运用VC++.net编写的词法分析程序。可以用来辨别一段高级语言C语言编写的程序是否符合词法规范,比较不错-This is a very good use of VC++. Net written procedures for lexical analysis. Can be used to identify a section of high-level language program written in C language with the lexical norms, compare well
Date : 2025-12-14 Size : 5kb User : 3035037

DL : 0
编译原理实现词法分析功能的试验源代码主要是输入一段程序输出单词系列-Compiling principle function of the realization of lexical analysis test source code is to enter a section of the main output word series
Date : 2025-12-14 Size : 1kb User : 江彪

This program is about Compilers.A source routine that need to be compiled need process three sections.It is about the third section.
Date : 2025-12-14 Size : 1.51mb User : dzq

This program is about compilers.It is the third section about compile a source routine.Source routine of this program must be manual inputed.
Date : 2025-12-14 Size : 1.53mb User : dzq

DL : 0
This program about compilers.This is the first section of compilers.Source routines after manual inputed are able to judge it is right or wrong.
Date : 2025-12-14 Size : 1.54mb User : dzq

一段进行语法分析、语法加亮的程序。目前仅进行了语法分析,可以很easy 的稍加修改实现html语法加亮-Carried out in a section syntax analysis, syntax highlighting procedures. At present, only a grammatical analysis, it is easy to achieve the slightly modified syntax highlighting html
Date : 2025-12-14 Size : 4kb User : temp

用c++实现的编译步骤中的语法分析器,能够判别一段代码是否符合程序的语法-Using c++ compiler implementation steps grammar analyzer can determine whether the procedure code section of the grammar
Date : 2025-12-14 Size : 136kb User : yjj

DL : 0
用于控制电剪刀的一段汇编代码,有过载保护功能。-Electric scissors is used to control a section of assembly code, has overload protection function.
Date : 2025-12-14 Size : 22kb User : 方王江

编译原理词法分析源码,将一段程序代码,分析成一个有序token序列 -Principles of lexical analysis to compile source code, will be a section of program code, analysis as a token in an orderly sequence
Date : 2025-12-14 Size : 169kb User : 陈树佳

nesc language introduction. nesC is an extension to C [2] designed to embody the structuring concepts and execution model of TinyOS [1]. TinyOS is an event-driven operating system designed for sensor network nodes that have very limited resources (e.g., 8K bytes of program memory, 512 bytes of RAM). TinyOS has been reimplemented in nesC. This manual describes v1.1 of nesC, changes from v1.0 are summarised in Section 3. -nesc language introduction. nesC is an extension to C [2] designed to embody the structuring concepts and execution model of TinyOS [1]. TinyOS is an event-driven operating system designed for sensor network nodes that have very limited resources (e.g., 8K bytes of program memory, 512 bytes of RAM). TinyOS has been reimplemented in nesC. This manual describes v1.1 of nesC, changes from v1.0 are summarised in Section 3.
Date : 2025-12-14 Size : 191kb User : Moe

编译原理LL(1)词法分析实验,分析一段代码的词法结构-Compilation Principle LL (1) lexical analysis of the experiment, analysis of the lexical structure of a section of code
Date : 2025-12-14 Size : 7kb User : 凤清

DL : 0
词法分析程序。读入一段程序代码,通过词法分析程序将其转化为token串。是编译原理的重要一步。-Lexical analysis program. Read a section of program code, through lexical analysis procedure to string into a token. The principle is an important step in the compiler.
Date : 2025-12-14 Size : 3kb User : 周周

DL : 0
本代码为根据老师的课程设计要求做的小编译器的词法分析部分和语法分析部分,附件中有老师的要求文档,还有语法分析时使用到的分析表-This code is based on the teacher' s curriculum design requirements to do a small part of the compiler' s lexical analysis and syntax analysis section, in the annex to the request of the teacher documents, as well as the use of grammatical analysis to the analysis table
Date : 2025-12-14 Size : 490kb User :

实现了汉语分词的功能,给一篇txt的汉语文章,该段代码就能把其中的每个词分开来-Realize the function in Chinese word segmentation, giving a txt of the Chinese article, this section of the code will be able to distinguish between each of these words
Date : 2025-12-14 Size : 1.23mb User : 王忠存
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.