搜索结果
找到约 459 项符合
OBJECT-Oriented 的查询结果
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 ...
电子书籍 學會一個程式語言
學會一個程式語言,是一回事兒;學會如何以此語言設計並實作出有效的程式,又是一回事兒。C++ 尤其如此,因為它很不尋常地涵蓋了罕見的威力和豐富的表現力,不但建立在一個全功能的傳統語言(C)之上,更提供極為廣泛的物件導向(object-oriented)性質,以及對templates 和exceptions(異常狀態)的支援。 ...
软件设计/软件工程 Learn how to leverage a key Java technology used to access relational data from Java programs, in
Learn how to leverage a key Java technology used to access
relational data from Java programs, in an Oracle environment.
Author Donald Bales begins by teaching you the mysteries of
establishing database connections, and how to issue SQL queries
and get results back. You ll move on to advanced to ...
JavaScript Cocoa Framework 简称Cocoa
Cocoa Framework 简称Cocoa,它是Mac OS X 上的快速应用程序开发(RAD, Rapid Application Development)框
架,一个高度面向对象的(Object Oriented)开发框架。无论您是资深的Mac 开发人员,还是即将踏入Mac 开发世
界的新新人类,Cocoa 都是您开发应用程序的瑞士军刀、乐高积木,它是您构建Mac OS X 应用程序最强大、最 ...
VC书籍 If you are a C++ programmer who desires a fuller understanding of what is going on "under the hood,"
If you are a C++ programmer who desires a fuller understanding of what is going on "under the hood," then Inside the C++ Object Model is for you!
Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary ge ...
技术教程 SystemC_tutorial
This tutorial will focus on the strong connection between C++ and SystemC by making
the analogy between Hardware modeling and Object-Oriented modeling.
The first section will look at the creation of Hardware components in C++.
The second section will highlight the benefits ...
书籍 Essential+C++
书中以4个面向来表现C++的本质:procedural(程序性的)、generic(泛型的)、object-based(个别对象的)、object-oriented(面向对象的),全书围绕着一系列逐渐繁复的程序问题,以及用以解决这些问题的语言特性。循此方式,读者不只学到C++的函数和结构,也会学习到它们的设计目的和基本原理 ...
技术资料 PADS LAYOUT.pdf
PADS Layout 的用户接口具有非常易于使用和有效的特点。PADS Layout 在满足专业用户需要的同时,还考虑到一些初次使用PCB 软件的用户需求。教程的这节将将覆盖以下内容:· 使用PADS Layout 进行交互操作· 工作空间的使用· 设置栅格(Grids)· 使用取景(Pan)和缩放(Zoom)· 面向目标(Object Oriented)的选取方式 ...
技术资料 高清电子书-C++ Primer Plus 第6版英文版 1438页
高清电子书-C++ Primer Plus, 第6版英文版 1438页Learning C++ is an adventure of discovery, particularly because the language accommodates several programming paradigms, including object-oriented programming,
generic programming, and the traditional procedural programming.The fifth edition of
this book ...
技术资料 Head First Java.第二版.中文完整高清版
《HeadFirstJava》是一本完整地面向对象(object-oriented,OO)程序设计和Java的学习指导用书,根据学习理论所设计,你可以从程序语言的基础开始,到线程、网络与分布式程序等项目。重要的是,你可以学会如何像一个面向对象开发者一样去思考,而且不只是读死书。 在这里,你可以会玩游戏、拼图、解谜题以及以意想不到的方 ...