搜索资源列表
FlashTool20
- 第二版功能: 能将DSP应用程序生成的.out文件直接生成烧写Flash的.out文件,直接在CCS里load program并运行即可。 变灰的控件表示以后版本将要支持的功能。 第一次发布前经过测试的系统: 1.C5402+SST39VF040,Flash的8000H-FFFFH映射到外部数据空间的8000H-FFFFH, 2.C5416+SST39VF200,Flash的0000H-7FFFH映射到外部数据空间的8000H-FFFFH 加载表均小于32k wor
itbbs
- 第二版功能: 能将DSP应用程序生成的.out文件直接生成烧写Flash的.out文件,直接在CCS里load program并运行即可。 变灰的控件表示以后版本将要支持的功能。 第一次发布前经过测试的系统: 1.C5402+SST39VF040,Flash的8000H-FFFFH映射到外部数据空间的8000H-FFFFH, 2.C5416+SST39VF200,Flash的0000H-7FFFH映射到外部数据空间的8000H-FFFFH 加载表均小于32k wor
FillTable
- 这是一个c程序,它是用来解决编译原理中的词法扫描程序,用来查添符号表。-c This is a program that is used to solve the compiler principles of lexical scanning procedures used to investigate Tim symbol table.
pccts13
- 这是编译原理的一个作业题,是作语法分析的.建表是手工的,因此具有些局限性,不过可以给大家参考。*/-This is the principle of a compiler operation that is for syntax analysis. Table is built manually, with some limitations. But it is for your reference. * /
ll1ll1
- 编译原理LL(1)文法分析器 录入合法的LL(1)文法,将输出LL(1)预测分析表,并可以对输入的句子进行语法分析输出相应语法树。 程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。 lifanxi@263.net 2002年5月-compiler theory LL (1) grammar analyzer input legitimate LL (1) grammar, will output LL (1) Table Forecast and An
asm101
- 一个汇编语言与二进制代码的转换表,可以用编译器的设计。-a compilation of language and the binary code conversion table, you can use the compiler design.
byyl_cffxq
- 编译原理:词法分析器(C++实现) 将PASCAL的源程序,即相应字符流转换成内部表示,并对标识符填写相应的符号表供编译程序以后各阶段使用,输出的单词符号格式为二元组(单词种别,单词在标识符表中的地址),标识符表格式有“序号”和“标识符本身的值”两项。-compiler : lexical analyzer (C achieved) will PASCAL source, that is, replaced by the corresponding characters in the int
LexSeu
- 东南大学 课程设计 lex部分 说 明 **本次实验在Visual C++6.0环境下开发** 主要有以下文件: 1 词法分析器 lex.cpp 2 头文件 lex.h 3 测试文件 lex.l.txt lex工具的使用方法 编译运行 lex.cpp/lex.h,这样就将lex.l.txt转换成Cpp语言程序yylex.cpp 然后使用VC++6.0将lexyy.cpp编译成可执行程序, 这样就识别出了lex.l.t
compiler
- 给出非终结符的FIRSTVT和LASTVT集。画出算符优先关系表。给定符号串判定是否是文法中的句子,分析过程用计算机打印出来。-website is not the end of the FIRSTVT and LASTVT set. Ingenuous operator precedence table. Series set to determine whether the symbol is the grammar of the sentence, the analysis process
FIRST
- 我的课程设计 一个选课系统 需要sql数据库支持 在vc6.0 和sql sever2000下编译运行通过 数据库表信息为 学生表.sql, 登陆用户名密码均为s a-my Elective courses designed a system needs sql database support in vc6.0 and sql sever2000 compiler running under the table of information through a database table f
a VHDL Compiler
- 这是一个VHDL(硬件描述语言)的编译器,更确切说是一个解释器,输入是VHDL语言,输出是经过提到后的符号表,也就是将VHDL中的重要变量比如输入输出变量和DFF等保存下来。-This is a VHDL (hardware descr iption language) compiler, more precise explanation is a device that is VHDL input, output was mentioned after the symbol table to
有限自动机的运行
- 编译原理-有限自动机的运行,/程序功能: 利用状态表和有限自动机的运行原理,识别一个输入串是否为一个有效的无符号定点实数。-runs of finity auto-machine compiler principle: runs of finity auto-machine function of programme: utilize the table of state and the running principle of finity auto-machine, identify
Senfore_DragDrop_v4.1
- Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
CodeSource
- asp.net项目辅助开发器源代码 1.主界面仿VS编译器效果,界面用起来更熟悉。 2.可模拟查询分析器执行TSQL语句 3.支持SQL Server 2000、SQL Server 2005 4.以树形菜单方式显示数据库中可操作数据 4.可快速浏览表数据 5.动态生成带参数的SQL语句 6.实体类的生成-asp.net project assisted the development of browser source code 1. main interface
TechnologyMaintainSystem
- C#工程队技术维护管理系统(MSSQL).在VS2005下顺利通过编译,代码完整,采用C#+MSSQL数据库构建,数据库文件以及控件都包含在压缩包中。这套系统可以完成:添加管理竣工表、添加管理图纸、工人员资料管理等,系统还具有界面换肤功能,当然这一功能用到了换肤控件,另外它还可以执行安装数据库、隐藏和显示工具栏等附助功能。-C# project team of technical maintenance management system (MSSQL). Smoothly through th
main
- 编译原理实验之ll(1)语法分析,主要完成ll(1)分析表的构造和输入字符串的正确性检验-Compiler theory experiment ll (1) syntax analysis was completed for ll (1) of the table structure and test the correctness of input string
Lexical
- 词法分析:将该语言的源程序,也就是相应的字符流转换成内码,并根据需要是否对于标识号填写相应的符号表供编译程序的以后各阶段使用- Lexical Analysis:The language of the source, that is, the character stream into corresponding internal codes, and if necessary, fill in the corresponding identification number for the sy
zhongjiandaima
- 交互式面向对象的中间代码编译器基本功能是: (1) 输入源程序,输入一个PASCAL源程序; (2) 输出中间代码,输出形式为:(序号,对应源程序行号,对应源程序列号,操作符,操作数1,操作数2,结果变量); (3) 输出出错信息,输出形式为:(出错行号,出错列号,出错信息); (4) 输出符号表,输出形式为:(单词种别码,单词符号,单词类型,值,单词相对地址) -Interactive object-oriented intermediate code compiler,
WatchIAT
- 这是一个用vc写的导入表查看工具,可方便的查看dll和exe的导入函数,vc6编译-This is written into a table with vc viewer, can be easily view the dll and exe' s import function, vc6 compiler
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