-
Finally: a hands-on, Java-centric workbook companion for the classic Design Patterns! Workbook approach deepens your understanding, builds your confidence, and strengthens your skills. Covers all five categories of design pattern intent: interfaces, responsibility, construction, operations, and extensions. CD-ROM contains all code examples from the book -- plus bonus code examples not found in the book. About the Author: Steven John Metsker is a researcher and author focused on advanced techniques for magnifying the abilities of object-oriented software developers. A rising star in the patterns community, he was recently invited to join the acclaimed Hillside Group. He is author of Building Parsers with Java? (Addison-Wesley).
標(biāo)簽:
Java-centric
companion
hands-on
Patterns
上傳時(shí)間:
2013-12-01
上傳用戶:1079836864
-
sql equipment management system for the Institute of Laboratory office automation management system an important part of it can lend to the return of the equipment scrapped and a new standardized management, thereby increasing efficiency and avoiding waste of resources.
background database using Access, prospects of development tools using Visual Basic.
The system uses ADO data access technology, and each database table and operation of the field to the type of package, which succeeded in object-oriented programming thinking applied to the database application design.
標(biāo)簽:
management
system
Laboratory
automation
上傳時(shí)間:
2016-08-15
上傳用戶:784533221
-
是一本介紹java基礎(chǔ)應(yīng)用的好書
Java For Artists targets both the undergraduate computer science or information technology student and the practicing programmer. It is both an introductory-level textbook and trade book.
As a textbook it employs learning objectives, skill-building exercises, suggested projects, and self-test questions to reinforce the learning experience. The projects offered range from the easy to the extremely challenging. It covers all the topics you’d expect to find in an introductory Java programming textbook and then some.
As a trade book it goes purposefully deeper into topics cut short or avoided completely in most introductory textbooks. Its coverage of advanced GUI programming techniques, network programming and object-oriented theory will enable you to take your skills to a higher level.
標(biāo)簽:
undergraduate
information
computer
Artists
上傳時(shí)間:
2016-09-28
上傳用戶:qiaoyue
-
The authors show to identify, design, implement, test, and refactor use-case modules, as well as extend them. They also demonstrate how to design use-case modules with the Unified Modeling Language (UML)emphasizing enhancements made in UML 2.0and how to achieve use-case modularity using aspect technologies, notably AspectJ.
Key topics include
Making the case for use cases and aspects
Capturing and modeling concerns with use cases
Keeping concerns separate with use-case modules
Modeling use-cases slices and aspects using the newest extensions to the UML notation
Applying use cases and aspects in projects
標(biāo)簽:
implement
identify
refactor
use-case
上傳時(shí)間:
2016-10-06
上傳用戶:dsgkjgkjg
-
學(xué)會(huì)一個(gè)程序語言,是一回事兒;學(xué)會(huì)如何以此語言設(shè)計(jì)并實(shí)作出有效的程序,又是一
回事兒。C++ 尤其如此,因?yàn)樗懿粚こ5睾w了罕見的威力和豐富的表現(xiàn)力,不但建立
在一個(gè)全功能的傳統(tǒng)語言(C)之上,更提供極為廣泛的對(duì)象導(dǎo)向(object-oriented)性質(zhì),
以及對(duì)templates 和exceptions(異常狀態(tài))的支持。
Lostmouse編寫的非常出名的C++學(xué)習(xí)資料,適用于有一定的C++編程經(jīng)驗(yàn)的同學(xué)。
標(biāo)簽:
程序
語言
上傳時(shí)間:
2014-11-27
上傳用戶:qunquan
-
The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general control
and data transfer communication between ICs.
Some of the features of the I2C bus are:
• Two signal lines, a serial data line (SDA) and a serial clock line (SCL), and ground are required. A
12V supply line (500mA max.) for powering the peripherals often may be present.
• Each device connected to the bus is software addressable by a unique address and simple
master/ slave relationships exist at all times masters can operate as master-transmitters or as
master-receivers.
• The I2C bus is a true multi-master bus including collision detection and arbitration to prevent data
corruption if two or more masters simultaneously initiate data transfer systems.
• Serial, 8-bit oriented, bidirectional data transfers can be made at up to 100 KBit/s in the standard
mode or up to 400 KBit/s in the fast mode.
標(biāo)簽:
bus
bidirectional
primarily
designed
上傳時(shí)間:
2013-12-11
上傳用戶:jeffery
-
With the advent of multimedia, digital signal processing (DSP) of sound has emerged from the shadow of bandwidth-limited speech processing. Today, the main appli- cations of audio DSP are high quality audio coding and the digital generation and manipulation of music signals. They share common research topics including percep- tual measurement techniques and analysis/synthesis methods. Smaller but nonetheless very important topics are hearing aids using signal processing technology and hardware architectures for digital signal processing of audio. In all these areas the last decade has seen a significant amount of application oriented research.
標(biāo)簽:
multimedia
processing
the
digital
上傳時(shí)間:
2014-01-23
上傳用戶:xwd2010
-
A UML Documentation for an Elevator System:This paper is a PhD project report for the course Distributed Embedded Systems at Carnegie Mellon University. Throughout this course, a distributed real-time system – an elevator control system– is specified, designed, built, and simulated. Object Oriented Analysis and Design methods, in specific the Unified Modeling Language (UML) are used when designing the system.
標(biāo)簽:
Documentation
for
Elevator
Distrib
上傳時(shí)間:
2013-12-14
上傳用戶:zhouli
-
Inside the C++ Object Model
Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals"-virtual functions and virtual inheritance. This book shows how your understanding the underlying implementation models can help you code more efficiently and with greater confidence. Lippman dispells the misinformation and myths about the overhead and complexity associated with C++, while pointing out areas in which costs and trade offs, sometimes hidden, do exist. He then explains how the various implementation models arose, points out areas in which they are likely to evolve, and why they are what they are. He covers the semantic implications of the C++ object model and how that model affects your programs.
標(biāo)簽:
Inside
Object
the
Model
上傳時(shí)間:
2013-12-24
上傳用戶:zhouli
-
Design patterns are elegant, adaptable, and reusable solutions to everyday software development problems. Programmers use design patterns to organize objects in programs, making them easier to write and modify. C# Design Patterns: A Tutorial is a practical guide to writing C# programs using the most common patterns.
This tutorial begins with clear and concise introductions to C#, object-oriented programming and inheritance, and UML diagrams. Each chapter that follows describes one of twenty-three design patterns, recommends when to use it, and explains the impact that it will have on the larger design. The use of every pattern is demonstrated with simple example programs. These programs are illustrated with screen shots and UML diagrams displaying how the classes interact. Each of these programs is available on the companion CD-ROM and can be run, examined, edited, and applied.
標(biāo)簽:
development
adaptable
solutions
patterns
上傳時(shí)間:
2014-09-07
上傳用戶:wangchong