搜索结果
找到约 73 项符合
Object-oriented 的查询结果
按分类筛选
Java书籍 SSD3: Object-Oriented Programming and Design Introduction This course introduces students to prob
SSD3: Object-Oriented Programming and Design
Introduction
This course introduces students to problem solving by means of object-oriented design and implementation. Emphasis is on problem analysis and solution design, documentation and implementation. Students use commercial software libraries, and ...
软件设计/软件工程 A class--the basic building block of an object-oriented language such as Java--is a template that de
A class--the basic building block of an object-oriented language such as Java--is a template that describes the data and behavior associated with instances of that class. When you instantiate a class you create an object that looks and feels like other instances of the same class. The data associate ...
其他书籍 C++ is considered the most widely used and powerful object-oriented programming language in industry
C++ is considered the most widely used and powerful object-oriented programming language in industry today. This book is for who are interested in learning and exploring C++ programming where programs are developed to interface with real world devices. Learning C++ for interact with various hardware ...
软件工程 Object-Oriented Design Heuristics By Arthur J. Riel Publisher : Addison Wesley Pub Date : A
Object-Oriented Design Heuristics
By Arthur J. Riel
Publisher : Addison Wesley
Pub Date : April 30, 1996
经典的面向对象设计书籍
matlab例程 Matsig is an object-oriented signal class library for MATLAB 6.5 and later. It implements a signal c
Matsig is an object-oriented signal class library for MATLAB 6.5 and later. It implements a signal class, simplifying operations and manipulations common in audio signal processing and speech processing
Java编程 exercie 8 ssd1 Object-Oriented Programming and Design Introduction This course introduces students
exercie 8
ssd1
Object-Oriented Programming and Design Introduction This course introduces students to problem solving by means of object-oriented design and implementation. Emphasis is on problem analysis and solution design, documentation and implementation. Students use commercial software librari ...
VC书籍 C++ From Scratch: An Object-Oriented Approach is designed to walk novice programmers through the ana
C++ From Scratch: An Object-Oriented Approach is designed to walk novice programmers through the analysis, design and implementation of a functioning object-oriented application using C++. You will learn all the critical programming concepts and techniques associated with the language in the context ...
其他 FP + OOP = Haskell. The programming language Haskell adds object-oriented functionality (using a con
FP + OOP = Haskell. The programming language Haskell adds object-oriented functionality (using a concept
known as
type classes
) to a pure functional programming framework. This paper describes
these extensions and analyzes its accomplishments as well as some problems.
编译器/解释器 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 ...
VC书籍 Object-Oriented Programming With ANSI-C这本书中的源代码!找了很久
Object-Oriented Programming With ANSI-C这本书中的源代码!找了很久,好不容易找到的,给大家分享一下,提供了C面向对象的方法,书本可以网上下载!