Numerical Simulations and Case Studies Using Visual C++.Net

Shaharuddin Salleh, Albert Y Zomaya, Stephen Olariu & Bahrom Sanugi

  • 出版商: Wiley
  • 出版日期: 2005-06-23
  • 售價: $5,920
  • 貴賓價: 9.5$5,624
  • 語言: 英文
  • 頁數: 376
  • 裝訂: Hardcover
  • ISBN: 0471694614
  • ISBN-13: 9780471694618
  • 相關分類: .NETC++ 程式語言Visual C++
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

Description:

Master the numerical simulation process required to design, test and support mobile and parallel computing systems.   An accompanying ftp site contains all the Visual C++ based programs discussed in the text to help readers create their own programs.  With its focus on problems and solutions, this is an excellent text for upper-level undergraduate and graduate students, and a must-have reference for researchers and professionals in the field of simulations. More information about Visual C++ based programs can be found at: ftp: //ftp.wiley.com/public/sci_tech_med/numerical_simulations/

 

Table of Contents:

Preface.

1. Developing Applications Using Visual C++.Net.

1.1 Object-Oriented Approach to Visual C++.Net.

1.2 MFC Fundamental Features.

1.3 Writing Applications Using MFC.

1.4 Writing the First Nonwizard Program.

1.5 Discussion.

1.6 Summary and Conclusion.

Bibliography.

2. Interfaces for Numerical Problems.

2.1 Visualizing a Numerical Problem.

2.2 Handling Arrays.

2.3 Finding the Root of a Nonlinear Equation.

2.4 Solving a System of Linear Equations.

2.5 Summary and Conclusion.

Bibliography.

Code Listings.

3. Matrix Operations Using Wizard.

3.1 Document/View Architecture Using Wizard.

3.2 Matrix Algebra.

3.3 System of Linear Equations Problem Revisited.

3.4 Summary and Conclusion.

Bibliography.

Code Listings.

4. Differential Equations Problems.

4.1 Differential Equations.

4.2 Ordinary Differential Equations.

4.3 Partial Differential Equations.

4.4 Summary and Conclusion.

Bibliography.

Code Listings.

5. Drawing Curves.

5.1 Windows Graphics Representation.

5.2 MFC Functions for Displaying Graphics.

5.3 Drawing a Curve.

5.4 Cubic Spline Interpolation.

5.5 Summary and Conclusion.

Bibliography.

Code Listings.

6. Working with Images.

6.1 Handling Images.

6.2 Bitmap File Format.

6.3 Edge-Detection Problem.

6.4 Summary and Conclusion.

Bibliographical Note.

Code Listing.

7. Visualizing a Graph.

7.1 Elementary Graph Concepts.

7.2 Graph Visualization Model.

7.3 Minimum Spanning Tree Problem.

7.4 Summary and Conclusion.

Bibliography.

Code Listings.

8. Graph Applications.

8.1 Graph-Network Relationship.

8.2 Shortest-Path Problem.

8.3 Mesh Network Applications.

8.4 Summary and Conclusion.

Bibliography.

Code Listings.

9. Multiprocessor Scheduling Problem.

9.1 Parallel Computing Systems.

9.2 Task Scheduling Problem.

9.3 Task Scheduling Visualization Model.

9.4 Summary and Conclusion.

Bibliography.

Code Listings.

10. Discrete-Event Simulation.

10.1 Concepts of Simulation.

10.2 Simulation Model Development.

10.3 Discrete-Event System Simulations.

10.4 Multicounter System with Blocking.

10.5 Queueing Systems.

10.6 Summary and Conclusion.

Bibliography.

Code Listings.

11. Modeling Wireless Networks.

11.1 Wireless Cellular Networks.

11.2 Channel-Assignment Problem.

11.3 Channel Assignments: Discrete Model.

11.4 Solving the Channel-Assignment Problem.

11.5 Summary and Conclusion.

Bibliography.

Code Listings.

Index.

商品描述(中文翻譯)

描述:
掌握設計、測試和支援移動和並行計算系統所需的數值模擬過程。附帶的ftp網站包含了文本中討論的所有基於Visual C++的程序,以幫助讀者創建自己的程序。由於其專注於問題和解決方案,這是一本適合高年級本科生和研究生的優秀教材,也是模擬領域的研究人員和專業人士必備的參考資料。有關基於Visual C++的程序的更多信息,請訪問:ftp://ftp.wiley.com/public/sci_tech_med/numerical_simulations/

目錄:
前言。
1. 使用Visual C++.Net開發應用程序。
1.1 面向對象的Visual C++.Net方法。
1.2 MFC基本特性。
1.3 使用MFC編寫應用程序。
1.4 編寫第一個非向導程序。
1.5 討論。
1.6 總結和結論。
參考文獻。
2. 數值問題的界面。
2.1 可視化數值問題。
2.2 處理數組。
2.3 找到非線性方程的根。
2.4 解決線性方程組。
2.5 總結和結論。
參考文獻。
代碼清單。
3. 使用向導進行矩陣運算。
3.1 使用向導的文檔/視圖架構。
3.2 矩陣代數。
3.3 重新訪問線性方程組問題。
3.4 總結和結論。
參考文獻。
代碼清單。
4. 微分方程問題。
4.1 微分方程。
4.2 常微分方程。
4.3 偏微分方程。
4.4 總結和結論。
參考文獻。
代碼清單。
5. 繪製曲線。
5.1 Windows圖形表示。
5.2 用於顯示圖形的MFC函數。
5.3 繪製曲線。
5.4 三次樣條插值。
5.5 總結和結論。
參考文獻。