搜索结果
找到约 73 项符合
object-oriented 的查询结果
按分类筛选
其他书籍 clearly explains concepts such as introspection, overriding built-ins, extending Perl s object-orien
clearly explains concepts such as introspection, overriding built-ins, extending Perl s object-oriented model, and testing your code for greater stability.
其他书籍 Microsoft Visual Basic developers have long clamored for complete objectoriented language support
Microsoft Visual Basic developers have long clamored for complete objectoriented
language support. Microsoft Visual Basic .NET supports all the features of an objectoriented
language. In addition, the entire Microsoft .NET Framework, which includes the
development support for Microsoft Windows ap ...
软件设计/软件工程 The practice of enterprise application development has benefited from the emergence of many new enab
The practice of enterprise application development has benefited from the emergence of many new enabling technologies. Multi-tiered object-oriented platforms, such as Java and .NET, have become commonplace.
嵌入式/单片机编程 This guide reviews the rules and syntax of the principle commands that comprise C and its object-ori
This guide reviews the rules and syntax of the principle commands that comprise C and its object-oriented cousin, C++. The reference consists of 19 chapters that define operators and the standard input/output, string, character, and more.
技术资料 InsidetheCplusplusObjecModel
非常有帮助的C++学习资料,有助于您更深入地了解C++的编程思想。-Helpful for you working on C++. It focused on the Object-Oriented
技术资料 基于POOSL 的系统性能建模与性能分析
本文介绍了面向对象的并行描述语言(POOSL,Parallel Object-Oriented Specification Language)的基本语义语法及相关的建模工具,并通过对一个基本的包交换系
VC书籍 This book is intended for "hands-on" developers or advanced students interested in understanding the
This book is intended for "hands-on" developers or advanced students interested in understanding the strategies and tactics of concurrent network programming using C++ and object-oriented design. We describe the key design dimensions, patterns, and principles needed to develop flexible and efficient ...
VC书籍 Part 1. OO Techniques (面向对象技术) Chapter 1. OO Software Development (面向对象软件开发) Chapter 2. Ca
Part 1. OO Techniques
(面向对象技术)
Chapter 1. OO Software Development
(面向对象软件开发)
Chapter 2. Case Study--OO in C++
(C++面向对象程序设计实例)
Part 2. Object-Oriented Programming
(面向对象程序设计)
Chapter 3. Basic C++ Programming
(C++程序设计基础)
Chapter 4. Object-O ...
VC书籍 Software Engineering and Computer Games By Rudy Rucker Software Engineering and Computer Games w
Software Engineering and Computer Games
By Rudy Rucker
Software Engineering and Computer Games was written with four broad goals:
To teach a lively style of object-oriented software engineering.
To show how to bring a complete program to the level of a commercial release.
To provide a "game eng ...
Java编程 SOME BACKGROUND ON DESIGN PATTERNS The term “design patterns” sounds a bit formal to the uninitiate
SOME BACKGROUND ON DESIGN PATTERNS
The term “design patterns” sounds a bit formal to the uninitiated and
can be somewhat off-putting when you first encounter it. But, in fact, design
patterns are just convenient ways of reusing object-oriented code between
projects and between programmers. The ide ...