登入帳戶  | 訂單查詢  | 購物車/收銀台(0) | 在線留言板  | 付款方式  | 運費計算  | 聯絡我們  | 幫助中心 |  加入書簽
會員登入 新用戶登記
HOME新書上架暢銷書架好書推介特價區會員書架精選月讀2023年度TOP分類瀏覽雜誌 臺灣用戶
品種:超過100萬種各類書籍/音像和精品,正品正價,放心網購,悭钱省心 服務:香港台灣澳門海外 送貨:速遞郵局服務站

新書上架簡體書 繁體書
暢銷書架簡體書 繁體書
好書推介簡體書 繁體書

十月出版:大陸書 台灣書
九月出版:大陸書 台灣書
八月出版:大陸書 台灣書
七月出版:大陸書 台灣書
六月出版:大陸書 台灣書
五月出版:大陸書 台灣書
四月出版:大陸書 台灣書
三月出版:大陸書 台灣書
二月出版:大陸書 台灣書
一月出版:大陸書 台灣書
12月出版:大陸書 台灣書
11月出版:大陸書 台灣書
十月出版:大陸書 台灣書
九月出版:大陸書 台灣書
八月出版:大陸書 台灣書

『簡體書』软件体系结构(英文版)(精)

書城自編碼: 2222731
分類:簡體書→大陸圖書→計算機/網絡软件工程/开发项目管理
作者: 覃征,邢剑宽,郑翔 著
國際書號(ISBN): 9787308054539
出版社: 浙江大学出版社
出版日期: 2007-10-01
版次: 1 印次: 1
頁數/字數: 337/
書度/開本: 16开 釘裝: 平装

售價:HK$ 354.0

我要買

 

** 我創建的書架 **
未登入.


新書推薦:
李白传(20世纪文史学家李长之经典传记)
《 李白传(20世纪文史学家李长之经典传记) 》

售價:HK$ 45.8
津轻:日本无赖派文学代表太宰治自传性随笔集
《 津轻:日本无赖派文学代表太宰治自传性随笔集 》

售價:HK$ 66.7
河流之齿
《 河流之齿 》

售價:HK$ 59.8
新经济史革命:计量学派与新制度学派
《 新经济史革命:计量学派与新制度学派 》

售價:HK$ 89.7
盗墓笔记之秦岭神树4
《 盗墓笔记之秦岭神树4 》

售價:HK$ 57.3
战胜人格障碍
《 战胜人格障碍 》

售價:HK$ 66.7
逃不开的科技创新战争
《 逃不开的科技创新战争 》

售價:HK$ 103.3
漫画三国一百年
《 漫画三国一百年 》

售價:HK$ 55.2

 

內容簡介:
Building software nowadays is far more difficult
than it can be done several decadesago. At that time, software
engineers focused on how to manipulate the computer towork and then
solve problems correctly. The organization of data
andimplementation of algorithm were the crucial process of software
designing then.However, more and more tasks in low level, such as
memory management andnetwork communication,have been automatized or
at least can be reused with littleeffort and cost.Programmers and
designers,with the help of high level programminglanguages and
wieldy development tools,can pay more attention to problems,
ratherthan bury themselves into the machine code manuals.
However,the side effect ofthese utilities is that more complicated
problems are given according to therequirements from
military,enterprise and so on,in which the complexity growsrapidly
day by day. We believe that software architecture is a key to deal
with it.
目錄
1 Introduction to Software Architecture
1.1A Brief History of Software Development
1.1.1 The Evolution of-Programming Language——-''Abstract
Level
1.1.2 The Evolution of Software Development- Concerns
1.1.3 The Origin and Growth of Software Architecture
1.2 Introduction to Software Architecture
1.2.1 Basic Terminologjes
1.2.2 Understanding IEEE 1471-2000
1.2.3 Views Used in Software Architecture
1.2.4 Why We Need Software Architecture
1.2.5 Where Is Software Architecture in Software Life Cycle
1.3 Summary
References

2 Architectural Styles and Patterns
2.1 Fundamentals of Architectural Styles and Patterns
2.2 Pipes Filters
2.2.1 Style Description
2.2.2 Study Case
2.3 Object-oriented
2.3.1 Style Description
2.3.2 Study Case
2.4 Event-driven
2.4.1 Style Description
2.4.2 Study Case
2.5 Hierarchical Layer
2.5.1 Style Description
2.5.2 Study Case
2.6 Data Sharing
2.6.1 Style Description
2.6.2 Study Case
2.7 Virtual Machine
2.7.1 Style Description
2.7.2 Study Case
2.8 Feedback Loop
2.8.1 Style Description
2.8.2 Study Case
2.9 Comparison among Styles
2.10 Integration of Heterogeneous Styles
2.11 Summary
References

3 Application and Analysis of Architectural Styles
3.1 Introduction to SMCSP
3.1.1 Program Background
3.1.2 Technical Routes
3.1.3 Function Design
3.2 System Realization
3.2.1 The Pattern Choice
3.2.2 Interaction Mechanism
3.2.3Realization of Mobile Collaboration
3.2.4 Knowledge-based Design
3.3 Summary
References

4 Software Architecture Description
4.1 Formal Description of Software Architecture
4.1.1 Problems in Informal Description
4.1.2 Why Are Formal Methods Necessary
4.2 Architectural Description Language
4.2.1 Introduction to ADL
4.2.2 Comparing among Typical ADLs
4.2.3 Describing Architectural Behaviors
4.3 Study Case: WRIGHT System
4.3.1 Description of Component and Connector
4.3.2 Description of Configuration
4.3.3 Description of Style
4.3.CSP-Semantic Basis of Formal Behavior Description
4.4FEAL:An Infrastructure to Construct ADLs
4.4.1 Design Purpose
4.4.2 F EC
4.4.3 FEAL Structure
4.4.4 FEAL Mapper
4.4.5 Examples of FEAL Application
4.5 Summary
……

5 Design Strategies in Architecture Level
6 Software Architecture IDE
7 Evaluating Software Architecture
8 Flexible Software Architecture
9 A Vision on Software Architecture
Index

 

 

書城介紹  | 合作申請 | 索要書目  | 新手入門 | 聯絡方式  | 幫助中心 | 找書說明  | 送貨方式 | 付款方式 香港用户  | 台灣用户 | 大陸用户 | 海外用户
megBook.com.hk
Copyright © 2013 - 2024 (香港)大書城有限公司  All Rights Reserved.