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

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

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

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

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

售價:HK$ 354.0

我要買

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



新書推薦:
愤怒的葡萄(陈宗琛译本;美国版《活着》,一部扎根生活的人间史诗)
《 愤怒的葡萄(陈宗琛译本;美国版《活着》,一部扎根生活的人间史诗) 》

售價:HK$ 72.6
鲁迅与抗日战争--启蒙与救亡(鲁迅文化基金会丛书)
《 鲁迅与抗日战争--启蒙与救亡(鲁迅文化基金会丛书) 》

售價:HK$ 85.8
2045:AI改变人类未来的十大趋势(揭示未来二十年超级震撼的科技变革全景图)
《 2045:AI改变人类未来的十大趋势(揭示未来二十年超级震撼的科技变革全景图) 》

售價:HK$ 74.8
新知文库精选·骆驼来自何处:外来入侵物种的故事与科学
《 新知文库精选·骆驼来自何处:外来入侵物种的故事与科学 》

售價:HK$ 75.9
沟通:终身原则(第八版)
《 沟通:终身原则(第八版) 》

售價:HK$ 217.8
小狗心理疗愈日记  史努比陪你找到自我主体性  走出艰难时刻
《 小狗心理疗愈日记 史努比陪你找到自我主体性 走出艰难时刻 》

售價:HK$ 46.2
心灵银行 脑科学轻松创造真正的改变 世界级催眠大师约翰卡帕斯送给普通人改写命运的秘密武器
《 心灵银行 脑科学轻松创造真正的改变 世界级催眠大师约翰卡帕斯送给普通人改写命运的秘密武器 》

售價:HK$ 74.8
被偷走的尊严:美国保守派的失落、耻辱与奋起(三联·哈佛燕京学术丛书)
《 被偷走的尊严:美国保守派的失落、耻辱与奋起(三联·哈佛燕京学术丛书) 》

售價:HK$ 85.8

內容簡介:
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 - 2026 (香港)大書城有限公司  All Rights Reserved.