资源列表

« 1 2 ... .31 .32 .33 .34 .35 236.37 .38 .39 .40 .41 ... 1384 »

[编译器/词法分析rotcyl2dvumat

说明:J2 Mises Plasticity with kinematic hardening for the plain strain and axisymmetric cases
<Mekanika88> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[编译器/词法分析WO

说明:编译原理,文法分析工具,用于编译一段字符串,语意识别-Compiler theory, grammar analysis tools used to compile a string, not the language of consciousness
<宇文辰> 在 2024-10-09 上传 | 大小:2048 | 下载:1

[编译器/词法分析TP03

说明:java code, it help you to undertand basics about java
<itostar> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[编译器/词法分析PID_motor_dc

说明:PID motor servo code for arduino
<toni sucipto> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[编译器/词法分析DMX512-to-PWM

说明:DMX512 转成PWM信号,实现解码功能-DMX512 turn into a PWM signal, decoding function
<> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[编译器/词法分析mj

说明:c files on testing modulo arithmetic with mikro c, Interrupts ,segment etc
<mj> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[编译器/词法分析darkb2r

说明:程序为matlab能画出红白蓝三色的colormap调用程序。-This program can draw a matlab colormap in red, white and blue.
<邱婷> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[编译器/词法分析PT1782015

说明:Power Allocation in distibuted in cognitive newtworks using winner-II channel model
<javed> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[编译器/词法分析leach

说明:implamentation leach aghoritm (for wsn)
<mohamadreza> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[编译器/词法分析InputAndOutputOfGrammar

说明:1、了解文法定义的4个部分: G(Vn, Vt, S, P) Vn 文法的非终结符号集合,在实验中用大写的英文字母表示; Vt 文法的终结符号集合,在实验中用小写的英文字母表示; S 开始符号,在实验中是Vn集合中的一个元素; P 产生式,分左部和右部,左部为非终结符号中的一个,右部为终结符号或非终结符号组成的字符串,如S->ab|c 2、根据文法各个部分的性质,设计一个合理的数据结构用来表示文法, 1
<忆昔> 在 2024-10-09 上传 | 大小:2048 | 下载: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-10-09 上传 | 大小:2048 | 下载: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-10-09 上传 | 大小:2048 | 下载:0
« 1 2 ... .31 .32 .33 .34 .35 236.37 .38 .39 .40 .41 ... 1384 »

源码中国 www.ymcn.org