Intelligentedu intelligentedu
Best New Free Computer IT Training Tutorial Resources 最高の新しい無料コンピュータリソースITトレーニングチュートリアル
Translate to EnglishÜbersetzen Sie zum Deutsch/GermanTraduzca al Español/SpanishTraduisez au Français/FrenchTraduca ad Italiano/ItalianTraduza ao Português/Portuguese日本語に翻訳しなさい /Japanese
한국어에게 번역하십시오/Korean中文翻译/Chinese Simplified中文翻译/Chinese Traditionalترجمة الى العربية/ArabicVertaal aan het Nederlands/DutchΜεταφράστε στα ελληνικά/GreekПереведите к русскому/Russian





Blog Roll: ブログロール:


Top Links: トップへ関連リンク:

December 2, 2005 2005年12月2日

Free Software Engineering Course Bookフリーソフトウェア工学コース予約

This free course book on Software Engineering introduces the reader to state-of-the-art software engineering techniques which are now of practical utility and which can be applied immediately in practical software projects.この無料ソフトウェア工学コースの本を紹介しての状態を読むには、最先端のソフトウェア工学のテクニックが今すぐの実用的なユーティリティと、すぐに適用することが可能実用的なソフトウェアプロジェクトです。 It covers software specification, software design, implementation, software verification and testing, documentation, and project management.それは、ソフトウェアの仕様、ソフトウェア設計、実装、ソフトウェアの検証とテストを、ドキュメント、およびプロジェクト管理です。 The chapters here are in doc format, and the book is also available online in HTML format.ここでは、ドキュメントの章フォーマット、およびオンラインでの予約をHTML形式でも利用可能です。

Software Engineering Course Book: ソフトウェア工学コース予約:
www.netnam.vn/unescocourse/se/software.htm www.netnam.vn / unescocourse / se / software.htm


Overview: 概要:
www.netnam.vn/unescocourse/se/se0.doc

Chapter 1 Introduction: 第1章はじめに:
www.netnam.vn/unescocourse/se/se1.doc
1.1 Scope 1.1スコープ
1.1.1 The development of software engineering 1.1.1の開発したソフトウェアエンジニアリング
1.1.2 The term software engineering 1.1.2という用語は、ソフトウェアエンジニアリング
1.2 Quality attributes of software products 1.2品質のソフトウェア製品の属性を
1.2.1 Software quality attributes 1.2.1ソフトウェア品質属性
1.2.2 The importance of quality criteria 1.2.2の重要性を品質基準
1.2.3 The effects of quality criteria on each other 1.2.3の効果をお互いに品質基準を
1.2.4 Quality assurance measure 1.2.4品質保証測定
1.3 The phases of a software project 1.3の段階において、ソフトウェアのプロジェクト
1.3.1 The classical sequential software life-cycle model 1.3.1ソフトウェアのライフサイクルの古典シーケンシャルモデル
1.3.2 The waterfall model 1.3.2の滝モデル
1.3.3 The prototyping-oriented life-cycle model 1.3.3ライフサイクルのプロトタイピング指向モデル
1.3.4 The spiral model 1.3.4スパイラルモデル
1.3.5 The object-oriented life-cycle model 1.3.5ライフサイクルのは、オブジェクト指向モデル

Chapter 2 Software Specification: 第2章ソフトウェア仕様:
www.netnam.vn/unescocourse/se/se2.doc
2.1 Structure and contents of the requirements definition 2.1構造との内容の要件で定義されて
2.2 Quality criteria for requirements definition 2.2品質の基準を要件定義
2.3 Fundamental problems in defining requirements 2.3根本的な問題の要件を定義する
2.4 Algebraic specification 2.4代数的仕様
2.5 Model-based specification 2.5モデルベースの仕様

Chapter 3 Software Design: 第3章ソフトウェア設計:
www.netnam.vn/unescocourse/se/se3.doc
3.1 Design techniques 3.1設計技術
3.1.1 Top-down design 3.1.1トップダウン設計
3.1.2 Bottom-up design 3.1.2ボトムアップ設計
3.1.3 Systems design 3.1.3システムの設計
3.1.4 Design decomposition 3.1.4デザイン分解
3.2 User interface design 3.2のユーザーインターフェイスのデザイン
3.3 Function-oriented design 3.3機能指向設計
3.4 Object-oriented design 3.4オブジェクト指向設計
3.4.1 The Abbott Method 3.4.1のアボット法
3.4.2 Design of the class hierarchies 3.4.2設計のクラス階層
3.4.3 Generalization 3.4.3概括

Chapter 4 Implementation: 第4章の実装:
www.netnam.vn/unescocourse/se/se4.doc
4.1 Programming environments 4.1プログラミング環境
4.2 Programming style 4.2プログラミングスタイル
4.3 Portability and reuse 4.3移植性と再利用
4.3.1 Software portability 4.3.1ソフトウェアの移植性
4.3.2 Machine architecture dependencies 4.3.2マシンのアーキテクチャの依存関係
4.3.3 Operating system dependencies 4.3.3オペレーティングシステムの依存関係
4.3.4 Software reuse 4.3.4ソフトウェアの再利用
4.4 Computer-aided software engineering 4.4コンピュータ支援ソフトウェアエンジニアリング
4.4.1 CASE workbenches 4.4.1ケースworkbenches
4.4.2 Text editing systems 4.4.2テキスト編集システム
4.4.3 Language processing systems 4.4.3言語処理システム
4.5 Incremental implementation 4.5増分の実装

Chapter 5 Software Verification: 第5章ソフトウェアの検証:
www.netnam.vn/unescocourse/se/se5.doc
5.1 Test methods 5.1試験方法
5.1.1 Verification of algorithms 5.1.1アルゴリズムの検証
5.1.2 Static program analysis 5.1.2静的プログラム解析
5.1.3 Dynamic testing 5.1.3動的テスト
5.1.4 Black-box and white-box tests 5.1.4ブラックボックスとホワイトボックステスト
5.1.5 Top-down and bottom-up testing 5.1.5トップダウンとボトムアップテスト
5.2 Mathematical program verification 5.2数学的なプログラムの検証
5.3 Debugging 5.3デバッグ

Chapter 6 Documentation: 第6章ドキュメント:
www.netnam.vn/unescocourse/se/se6.doc
6.1 User documentation 6.1ユーザマニュアル
6.2 System documentation 6.2システムのマニュアル
6.3 Document quality 6.3ドキュメントの品質
6.4 Document maintenance 6.4ドキュメントのメンテナンス
6.5 Document portability 6.5ドキュメントの可搬性

Chapter 7 Project Management: 第7章プロジェクト管理:
www.netnam.vn/unescocourse/se/se7.doc
7.1 The goal and tasks of project management 7.1のタスクを、目標とするプロジェクトマネジメント
7.2 Difficulties in project management 7.2プロジェクト管理の難しさ
7.3 Cost estimation 7.3費用の見積もり
7.4 Project organization 7.4プロジェクト組織
7.4.1 Hierarchical organizational model 7.4.1階層的な組織モデル
7.4.2 The chief programmer team 7.4.2のチーフプログラマーチーム
7.5 Software maintenance 7.5ソフトウェアの保守
7.5.1 Maintenance costs 7.5.1維持管理費
7.5.2 System restructuring 7.5.2システムの再構築
7.5.3 Program evolution dynamics 7.5.3プログラムの進化ダイナミクス

Appendix: 付録:
www.netnam.vn/unescocourse/se/se8.doc

Popularity: 64% [人気度: 64 % [ ? ですか? ] ]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. を共有して楽しむ: これらのアイコンのリンクを社会的ブックマーキングサイトを発見する読者が共有し、新しいウェブページをご覧ください。
  • blogmarks
  • del.icio.us
  • Furl
  • Reddit
  • Shadows
  • YahooMyWeb
  • StumbleUpon
  • Digg
Related Posts: 関連記事:
  • Guide to the Software Engineering Body of Knowledgeガイドは、ソフトウェア工学体の知識
  • Free Computer Book Chapters and a Free Book Link Site無料でパソコンを無料で予約予約支部とリンクサイト
  • Free Course: Object-oriented Program Design and Software Engineering無料コース:オブジェクト指向プログラムの設計とソフトウェアエンジニアリング
  • 16 Web Development and Programming Ebooks 16ウェブ開発やプログラミング電子ブック
  • Free Subscriptions for Computer and Engineering Trade Publications無料登録チャンネルのコンピュータと工学の貿易出版物

  • No Commentsコメントはありません »

    No comments yet.コメントはまだありません。

    RSS feed for comments on this post.この投稿にコメントをRSSフィードを登録しています。

    Leave a commentコメントを残す

    You must beしなければなりません。 logged in記録される to post a comment.コメントを投稿するにします。



    Powered by 電源を WordPress WordPressの