搜索结果
找到约 154 项符合
oriented 的查询结果
按分类筛选
- 全部分类
- VC书籍 (18)
- 其他书籍 (17)
- Java编程 (15)
- Java书籍 (11)
- 软件工程 (11)
- 软件设计/软件工程 (9)
- 电子书籍 (8)
- 技术资料 (7)
- 其他 (4)
- matlab例程 (4)
- 书籍 (4)
- 人工智能/神经网络 (3)
- 数据结构 (3)
- 编译器/解释器 (3)
- Linux/Unix编程 (3)
- 单片机编程 (2)
- 数学计算 (2)
- JavaScript (2)
- 文章/文档 (2)
- 行业发展研究 (2)
- 学术论文 (1)
- 通信网络 (1)
- 工控技术 (1)
- 数据库系统 (1)
- Applet (1)
- 系统设计方案 (1)
- 游戏 (1)
- 其他行业 (1)
- 汇编语言 (1)
- 技术管理 (1)
- 书籍源码 (1)
- 中间件编程 (1)
- Delphi/CppBuilder (1)
- 嵌入式/单片机编程 (1)
- 其他数据库 (1)
- 单片机开发 (1)
- SQL Server (1)
- 数值算法/人工智能 (1)
- 通讯编程文档 (1)
- 通讯/手机编程 (1)
- MySQL数据库 (1)
- 技术书籍 (1)
- 无线通信 (1)
- 技术教程 (1)
编译器/解释器 Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-
Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-up "shift-reduce" parsing; SLR(1), LALR(1) and LR(1) table construction methods; Automatic parse tree creation; Possibility to output parse tree in XML format; Verbose conflict diagnostics; Generation ...
数据库系统 Object-Oriented Modeling with PowerDesigner 9.5 不错的学习教案
Object-Oriented Modeling with PowerDesigner 9.5 不错的学习教案
电子书籍 Language Oriented Programming
Language Oriented Programming
电子书籍 Data Structures And Algorithms With Object-Oriented Design Patterns In Python
Data Structures And Algorithms With Object-Oriented Design Patterns In Python
电子书籍 We are simply going to use ANSI-C to discover how object-oriented
We are simply going to use ANSI-C to discover how object-oriented
电子书籍 Addison Wesley - Design Patterns - Elements of Reusable Object-Oriented Software
Addison Wesley - Design Patterns - Elements of Reusable Object-Oriented Software
人工智能/神经网络 Java Object Oriented Neural Engine是一个用Java写的神经网络框架。它由一个核心引擎
Java Object Oriented Neural Engine是一个用Java写的神经网络框架。它由一个核心引擎,一个GUI编辑器和一个分布式训练环境组成。可以通过写新的模块来扩展它,以实现新的算法或始于基础组件的新的体系结构。
数学计算 OFELI is an object oriented library of C++ classes for development of finite element codes. Its main
OFELI is an object oriented library of C++ classes for development of finite element codes. Its main features are : * Various storage schemes of matrices (dense, sparse, skyline). * Direct methods of solution of linear systems of equations as well as various combinations of iterative solvers and pre ...
其他 JILRuntime A general purpose, register based virtual machine (VM) that supports object-oriented feat
JILRuntime A general purpose, register based virtual machine (VM) that supports object-oriented features, reference counting (auto destruction of data as soon as it is no longer used, no garbage collection), exceptions (handled in C/C++ or virtual machine code) and other debugging features. Objects ...
软件设计/软件工程 这是我修读美国卡耐基梅隆大学Carnegie Mellon University(CMU)课程ssd3:Object-Oriented Programming and Design时完成的课程设计
这是我修读美国卡耐基梅隆大学Carnegie Mellon University(CMU)课程ssd3:Object-Oriented Programming and Design时完成的课程设计,内含课程设计报告,类图,源码(注释规范)。执行效果见报告内。