搜索资源列表
crt0
- 用C语言编写ARM程序时,执行的第一条指令,并不在main函数中。当我们生成一个C程序的可执行文件时,编译器总是在我们的代码前加一段固定的代码——crt0.o,它是编译器自带的一个文件。此段代码设置C程序的堆栈等,然后调用main函数。很可惜,在我们的裸板上,这段代码无法执行,所以我们得自己写一个。这段代码很简单,只有3条指令。-Using C language ARM program, the implementation of the first instruction is not in
GrammarAnalysis
- 一个很不错的C++语法分析器,主要使用的是LL1文法,可以自动判断是否为LL1文法,若是,可以对例句进行语法分析-A very good C++ parser, the main use of the LL1 grammar, can automatically determine whether the LL1 grammar, and if so, can listen to parse
BBS
- 主要功能:1 完全兼容现在流行的 WEB 方式 BBS论坛的界面风格和操作风格。 2支持用户发表投票 (板主以上才可以修改投票)。 3平板式列出BBS主题及跟贴内容。 4站长可开板/修改/删除、设BBS分类、任命板主。 5 板主以上权限可以主题进行 标置精华、置顶、设为公告、、锁定、删除。 6文章作者或板主以上权限者可编辑/删除某篇贴子。 7支持主题快速回复、单篇引用回复。 -Main functions: 1 is now fully compatible with
1138RTC
- 关于lm3s1138RTC实时时钟的主函数-About the main function of the real-time clock of the lm3s1138RTC
zxfbxt
- 在线发布系统 本系统有两大功能模块:用户模块和后台管理模块。用户模块模块主要实现的主要功能有:文章浏览功能、用户注册登陆能、文章发布功能、用户管理修改文章功能、文章搜索功能。后台管理模块模块主要实现的主要功能有:所有文章管理功能、用户管理功能、发布公告功能。-Online Publishing System This system has two major functional modules: the user module and back-office management modu
main
- 编译原理的作业,计算算术表达式,四则运算-The job of the compiler theory to calculate the arithmetic expression, four operations
FAScanner
- 单词是高级语言中有实在意义的最小语法单位,而单词又由字符组成。每一种高级语言都定义一组字符集。单词可大致分为五类:基本字,标识符,整常数,运算符,界限符。从输入的源程序字符串中逐个地把这些单词识别出来,并转化成机器比较容易使用的内码形式,这是词法分析器的主要任务。-The word is the smallest grammatical unit actual significance of the high-level language, the word characters. Each d
LL1Parsing
- 语法分析阶段的主要任务是组词成句。每一种语言都有一组文法。按照这些文法,可以由单词组成语法单位,如短语、语句、过程和程序。语法分析就是通过语法分解,确定整个输入串能否构成语法上正确的句子和程序等。-The main task of the parsing stage is a group of words into a sentence. Each language has a set of grammar. These grammars can be composed by the word
fsk
- 改程序的主要功能,是实现fsk的相关解调,通过该程序可以从总体上聊天fsk调制。-Change the program' s main function is to achieve fsk demodulator fsk modulation through the program from the general chat.
DelphiUnitAnalysis
- Delphi的代码复杂度分析 代码复杂度分析的主要方面有: 1) 一个类的公开的操作成员数 2) 一个类的公开的操作属性数 3) 类实现代码的行数 4) 继承的层数据 -Delphi code complexity analysis of code complexity analysis of the main aspects: 1) a class member of the open operation 2) a number of open operat
Minijava-MIPS
- 一个Minijava编译器,主要实现是先将Minijava翻译成Piglet,再翻译成Spiglet,接着翻译成Kanga,最后翻译成能够在spim模拟器上运行的MIPS代码。-A Minijava compiler, the main achievement is the first Minijava translated into the Piglet then translated into Spiglet, then translated into Kanga, finally tran
test_ledmatrix8x8
- File list(time 2002041614~2009101810)(Click to check if it s the file you need, and recomment it at the bottom): C52_RAM .......\Last Loaded RAM.DBK .......\main.c .......\main.LST .......\main.OBJ .......\ram .......\RAM.DSN
main
- Test Hello word. Just a self training test from beginners. Take a look
CyDown
- USB固件程序开发的主程序。各种生成文件-USB firmware development of the main program. Various generated files
triangular
- making triangular number with c++ using integer #include<stdio.h> int triangular(int a) main() { int x printf("menghitung triangular bilangan\n") printf("masukkan bilangan x= ") scanf(" d",&x) triangular(x)
CiFa
- 编制一个能够分析三种整数、标识符、主要运算符和主要关键字的词法分析程序-Preparation of an ability to analyze three kinds of integer identifier, the main operator and main keywords of lexical analysis procedures
main
- 设计实现一个词法分析程序,加深对词法分析原理的理解-Design and Implementation of a lexical analysis program to deepen the understanding of the principles of lexical analysis
LR1
- 编译原理中的lr1分析程序, 主要实现功能:自动生成项目集族, 自动生成lr1分析表(action表和goto表), 对输入的句型进行分析-Compiler Principle lr1 analysis program, the main functions: automatic generation of item sets, which automatically generates lr1 analysis table (action table and goto tables), the
most-recent-main-board-code-revision_v10
- most recent main board code revision_v10
main
- Main file of MP3 program in C