買這商品的人也買了...
- 
                
                   Effective C++, 3/e (中文版) (Effective C++: 55 Specific Ways to Improve Your Programs and Designs, 3/e) Effective C++, 3/e (中文版) (Effective C++: 55 Specific Ways to Improve Your Programs and Designs, 3/e)$500$450
- 
                
                   大話設計模式 大話設計模式$620$490
- 
                
                   鳥哥的 Linux 私房菜-基礎學習篇, 3/e 鳥哥的 Linux 私房菜-基礎學習篇, 3/e$820$648
- 
                
                   大話資料結構 大話資料結構$590$466
- 
                
                   CI (Continuous integration) 關鍵技術—使用 Jenkins CI (Continuous integration) 關鍵技術—使用 Jenkins$420$332
- 
                
                   Visual C++ 2012 教學手冊 (Ivor Horton's Beginning Visual C++ 2012) Visual C++ 2012 教學手冊 (Ivor Horton's Beginning Visual C++ 2012)$780$616
- 
                
                   R 錦囊妙計 (R Cookbook) R 錦囊妙計 (R Cookbook)$680$537
- 
                
                   行動設計之鑰 Mobile Design─打造出讓使用者一見鍾情的手機 APP UI / UX 設計 行動設計之鑰 Mobile Design─打造出讓使用者一見鍾情的手機 APP UI / UX 設計$490$387
- 
                
                   HTML5 & CSS3 辭典, 2/e HTML5 & CSS3 辭典, 2/e$500$395
- 
                
                   手機應用程式設計超簡單-App Inventor 2 專題特訓班 (附新元件影音教學/專案範例/環境建置與NFC專題應用說明) 手機應用程式設計超簡單-App Inventor 2 專題特訓班 (附新元件影音教學/專案範例/環境建置與NFC專題應用說明)$480$379
- 
                
                   ASP.NET MVC 5 網站開發美學 ASP.NET MVC 5 網站開發美學$780$616
- 
                
                   Raspberry Pi 2 Model B 記憶卡電源套組 (Raspberry Pi 2 Model B + 16G microSD卡 + 5V/2.5A電源組) Raspberry Pi 2 Model B 記憶卡電源套組 (Raspberry Pi 2 Model B + 16G microSD卡 + 5V/2.5A電源組)$2,180$2,071
- 
                
                   Android 初學特訓班, 5/e (超人氣暢銷改版,適用全新Android 5,附關鍵影音教學) Android 初學特訓班, 5/e (超人氣暢銷改版,適用全新Android 5,附關鍵影音教學)$480$379
- 
                
                   Python 程式設計入門 (適用於 2.x 與 3.x 版) Python 程式設計入門 (適用於 2.x 與 3.x 版)$620$484
- 
                
                   Kali Linux 滲透測試工具 Kali Linux 滲透測試工具$490$387
- 
                
                   JavaScript & jQuery: The Missing Manual, 3/e (國際中文版) JavaScript & jQuery: The Missing Manual, 3/e (國際中文版)$680$537
- 
                
                   機器學習駭客秘笈 (Machine Learning for Hackers) 機器學習駭客秘笈 (Machine Learning for Hackers)$680$537
- 
                
                   成為卓越程式設計師的 38 項必修法則 (Becoming a Better Programmer: A Handbook for People Who Care About Code) 成為卓越程式設計師的 38 項必修法則 (Becoming a Better Programmer: A Handbook for People Who Care About Code)$680$537
- 
                
                   MRM 行動應用風險管理實務入門 MRM 行動應用風險管理實務入門$280$218
- 
                
                   程式設計的解題策略—活用資料結構與演算法 程式設計的解題策略—活用資料結構與演算法$550$435
- 
                
                   行為改變科學的實務設計 | 活用心理學與行為經濟學 (Designing for Behavior Change: Applying Psychology and Behavioral Economics) 行為改變科學的實務設計 | 活用心理學與行為經濟學 (Designing for Behavior Change: Applying Psychology and Behavioral Economics)$680$537
- 
                
                   達標!Windows 10 達標!Windows 10$520$442
- 
                
                   AngularJS 必學的 90 項實務秘方(AngularJS Web Application Development Cookbook) AngularJS 必學的 90 項實務秘方(AngularJS Web Application Development Cookbook)$420$328
- 
                
                   當猛虎遇上Android | 一手掌握Android App程式開發與設計 當猛虎遇上Android | 一手掌握Android App程式開發與設計$880$695
- 
                
                   OpenCV with Microsoft Visual Studio 影像辨識處理 OpenCV with Microsoft Visual Studio 影像辨識處理$580$452
商品描述
The MATLAB® programming environment is often perceived as a platform suitable for prototyping and modeling but not for "serious" applications. One of the main complaints is that MATLAB is just too slow. 
Accelerating MATLAB Performance aims to correct this perception by describing multiple ways to greatly improve MATLAB program speed. Packed with thousands of helpful tips, it leaves no stone unturned, discussing every aspect of MATLAB.
Ideal for novices and professionals alike, the book describes MATLAB performance in a scale and depth never before published. It takes a comprehensive approach to MATLAB performance, illustrating numerous ways to attain the desired speedup.
The book covers MATLAB, CPU, and memory profiling and discusses various tradeoffs in performance tuning. It describes both the application of standard industry techniques in MATLAB, as well as methods that are specific to MATLAB such as using different data types or built-in functions. 
The book covers MATLAB vectorization, parallelization (implicit and explicit), optimization, memory management, chunking, and caching. It explains MATLAB’s memory model and details how it can be leveraged. It describes the use of GPU, MEX, FPGA, and other forms of compiled code, as well as techniques for speeding up deployed applications. It details specific tips for MATLAB GUI, graphics, and I/O. It also reviews a wide variety of utilities, libraries, and toolboxes that can help to improve performance.
Sufficient information is provided to allow readers to immediately apply the suggestions to their own MATLAB programs. Extensive references are also included to allow those who wish to expand the treatment of a particular topic to do so easily.
Supported by an active website, and numerous code examples, the book will help readers rapidly attain significant reductions in development costs and program run times.
商品描述(中文翻譯)
MATLAB® 程式設計環境常被視為適合原型設計和建模的平台,但不適合用於「嚴肅」的應用程式。其中一個主要的抱怨是 MATLAB 實在太慢了。
加速 MATLAB 性能 旨在糾正這種看法,通過描述多種方法來大幅提升 MATLAB 程式的速度。書中包含數千個有用的提示,無所不包,討論 MATLAB 的各個方面。
本書適合初學者和專業人士,描述了前所未有的 MATLAB 性能的範圍和深度。它採取全面的方法來探討 MATLAB 性能,說明了多種達成所需加速的方法。
本書涵蓋 MATLAB、CPU 和記憶體分析,並討論性能調整中的各種權衡。它描述了在 MATLAB 中應用標準行業技術的方法,以及一些特定於 MATLAB 的方法,例如使用不同的資料類型或內建函數。
本書涵蓋 MATLAB 向量化、平行化(隱式和顯式)、優化、記憶體管理、分塊和快取。它解釋了 MATLAB 的記憶體模型,並詳細說明如何利用它。書中描述了使用 GPU、MEX、FPGA 和其他形式的編譯代碼,以及加速已部署應用程式的技術。它詳細列出了針對 MATLAB GUI、圖形和 I/O 的具體提示。書中還回顧了各種實用工具、函式庫和工具箱,這些都可以幫助提升性能。
提供了足夠的信息,讓讀者能立即將建議應用於自己的 MATLAB 程式中。書中還包含廣泛的參考資料,方便希望深入探討特定主題的讀者輕鬆進行擴展。
本書由一個活躍的網站和眾多的程式碼範例支持,將幫助讀者迅速實現顯著降低開發成本和程式運行時間的目標。

 
     
     
     
     
     
     
     
     
    
 
     
     
     
     
     
     
    