资源列表

« 1 2 ... 87 88 89 90 91 9293 94 95 96 97 ... 1384 »

[编译器/词法分析iDecrypt_d9soft.com

说明:IOS系统 DMG 文件解压工具 ,开发IOS必备软件-IOS system DMG file decompression tool, developers IOS software prerequisites
<pine> 在 2024-11-08 上传 | 大小:1.19mb | 下载:0

[编译器/词法分析CubeSuite_installation

说明:详细介绍CubeSuite开发环境的安装及使用方法-The installation and use of CubeSuite development environment is introduced in detail.
<yusiqin> 在 2024-11-08 上传 | 大小:508kb | 下载:0

[编译器/词法分析InputAndOutputOfGrammar

说明:1、了解文法定义的4个部分: G(Vn, Vt, S, P) Vn 文法的非终结符号集合,在实验中用大写的英文字母表示; Vt 文法的终结符号集合,在实验中用小写的英文字母表示; S 开始符号,在实验中是Vn集合中的一个元素; P 产生式,分左部和右部,左部为非终结符号中的一个,右部为终结符号或非终结符号组成的字符串,如S->ab|c 2、根据文法各个部分的性质,设计一个合理的数据结构用来表示文法, 1
<忆昔> 在 2024-11-08 上传 | 大小:2kb | 下载:0

[编译器/词法分析LexicalAnalysis

说明:1、根据以下的正规式,编制正规文法,画出状态图; 标识符 <字母>(<字母>|<数字字符>)* 十进制整数 0 | ((1|2|3|4|5|6|7|8|9)(0|1|2|3|4|5|6|7|8|9)*) 八进制整数 0(1|2|3|4|5|6|7)(0|1|2|3|4|5|6|7)* 十六进制整数 0x(0|1|2|3|4|5|6|7|8|9|a|b|c|d|e|f)
<忆昔> 在 2024-11-08 上传 | 大小:2kb | 下载:0

[编译器/词法分析operator-precedence-parser

说明:1、给出文法如下: G[E] E->T|E+T T->F|T*F F->i(E) 可以构造算符优先表如下: + * ( ) i + * ( ) i 2、计算机中表示上述优先关系,优先关系的机内存放方式有两种1)直接存放,2)为优先关系建立优先函数,这里由学生自己选择一种方式; 3、给出算符优先分
<忆昔> 在 2024-11-08 上传 | 大小:2kb | 下载:0

[编译器/词法分析postfix-notation

说明:1、给出文法如下: G[E] E->T|E+T T->F|T*F F->i(E) 对应的转化为逆波兰式的语义动作如下: E-> E(1)op E(2) {E.CODE:= E(1).CODE||E(2).CODE||op} E->(E(1)) { E.CODE := E(1).CODE} E->id { E.CODE := id} 2、利用实验5中
<忆昔> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[编译器/词法分析pony_prog_programa_e_instrucoes

说明:compilador circuitos PIC - programa e instrucoes
<Antonio Carlos> 在 2024-11-08 上传 | 大小:1018kb | 下载:0

[编译器/词法分析SCONS_2.4.0

说明:压缩包内包含了scons 2.4.0 用户指南、API文档、帮助手册三个文件,从官网上下载而来。目前是最新版。-The compressed package that contains the scons 2.4.0 User Guide, API documentation, help manual three files, downloaded the official website from. It is up to date
<赵峰> 在 2024-11-08 上传 | 大小:3.73mb | 下载:0

[编译器/词法分析EQUALZER

说明:This a five channel equalizer -This is a five channel equalizer
<A.A.S.D. Maduwantha> 在 2024-11-08 上传 | 大小:937kb | 下载:0

[编译器/词法分析tiny_dmc

说明:花了很多时间打造的最小c/c++编译器!编译器是免费的digitalmars c/c++,IDE用的是单文件版scite(sc178.exe),编译环境及优化开关已设置好。解压后约8M。适合算法编程及c/c++语言学习。-tiny c/c++ development environment(digitalmars c/c+++ scite(singular file, version 1.78)),enjoy it!
<yqg> 在 2024-11-08 上传 | 大小:3.03mb | 下载:0

[编译器/词法分析KALMAN-FILTER

说明:自己整理的关于卡尔曼滤波的一些经典论文,资料和程序,对于初学卡尔曼滤波的人有很大的帮助。-His finishing some classic papers about kalman filtering, data and programs, for beginners of kalman filter has a lot of help.
<赵建伟> 在 2024-11-08 上传 | 大小:12.21mb | 下载:0

[编译器/词法分析cc

说明:nexys 4 fpga board design that must include in program-nexys 4 fpga board design that must include in program....
<coder> 在 2024-11-08 上传 | 大小:4kb | 下载:0
« 1 2 ... 87 88 89 90 91 9293 94 95 96 97 ... 1384 »

源码中国 www.ymcn.org