搜索资源列表
download2
- Design Patterns by Christopher G. Lasater 一书配套资源文件:the example code for C# .NET 2.0 Example Projects
LR-parser
- LR分析器设计 给定说明语句的拓广文法G[S ]如下: (0) S ->S (1) S->v I:T (2) I->I,i (3) I->i (4) T->r 其中v代表终结符var,r代表real。 其识别规范句型活前缀的DFA及LR(0)分析表如下: 输入 状态 ACTION表 GOTO表 v i , : r # S I T 0 S2 1 1 acc 2 S4
Design-patterns-cPP
- 包含10多个设计模式的类图和源码 使用g++编译通过 运行正确-Contains more than 10 design patterns class diagrams and source code
code-(2)
- Using MATLAB tools for MLP NNs (e.g., newff, …), design a two-layer feed-forward neural network as a classifier to categorize the input geometric shapes. - The snapshot and bitmap of shapes are given: - Training shapes: shkt.bmp - Training p