The purpose of this computer program is to allow the user to construct, train and test differenttypes of artificial neural networks. By implementing the concepts of templates, inheritance andderived classes from C++ object oriented programming, the necessity for declaring multiple largestructures and duplicate attributes is reduced. Utilizing dynamic binding and memory allocationafforded by C++, the user can choose to develop four separate types of neural networks:
標簽: differenttype construct computer purpose
上傳時間: 2013-12-06
上傳用戶:13517191407
Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. So just take the IMAP connection pool and convert that to a pool of threads (Copy, paste, find, replace????). Need to make some changes to the pool implementation? Not a very easy task, since the code has been duplicated in many places. Re-inventing source code is not an intelligent approach in an object oriented environment which encourages re-usability. It seems to make more sense to implement a pool that can contain any arbitrary type rather than duplicating code. How does one do that? The answer is to use type parameterization, more commonly referred to as templates.
標簽: connection pool applications program
上傳時間: 2013-12-25
上傳用戶:playboys0
本書第二版和第三版之間的變化非常大其中最值得注意的是C++已經通過了國際標 準化這不但為語言增加了新的特性比如異常處理運行時刻類型識別RTTI 名字空 間內置布爾數據類型新的強制轉換方式而且還大量修改并擴展了現有的特性比如模 板template 支持面向對象object-oriented 和基于對象object-based 程序設計所需 要的類class 機制嵌套類型以及重載函數的解析機制也許更重要的是一個覆蓋面非 常廣闊的庫現在成了標準C++的一部分其中包括以前稱為STL 標準模板庫的內容新 的string 類型一組順序和關聯容器類型比如vector list map 和set 以及在這些類型 上進行操作的一組可擴展的泛型算法generic algorithm 都是這個新標準庫的特性本書 不但包括了許多新的資料而且還闡述了怎樣在C++中進行程序設計的新的思考方法簡而 言之實際上不但C++已經被重新創造本書第三版也是如此
上傳時間: 2014-01-18
上傳用戶:784533221
"More for C++" is a class library that provides some features that are usually common for object oriented programming languages like Java or Python, but not for C
標簽: that for features provides
上傳時間: 2015-07-12
上傳用戶:wuyuying
This book is intended for "hands-on" developers or advanced students interested in understanding the strategies and tactics of concurrent network programming using C++ and object-oriented design. We describe the key design dimensions, patterns, and principles needed to develop flexible and efficient concurrent networked applications quickly and easily. Our numerous C++ code examples reinforce the design concepts and illustrate concretely how to use the core classes in ACE right away. We also take you "behind the scenes" to understand how and why the IPC and concurrency mechanisms in the ACE toolkit are designed the way they are. This material will help to enhance your design skills and to apply C++ and patterns more effectively in your own object-oriented networked applications.
標簽: understanding developers interested advanced
上傳時間: 2015-08-09
上傳用戶:epson850
<Spring in action>原版和代碼,是學習Spring的好資料,本書分為三大部分和兩個附錄,每一部分專注于Spring框架的一個領域:核心層、中間層和Web層。第一部分展示了Spring框架的兩個核心概念:反向控制(Inversion of Control,IoC)和面向切面編程(Aspect-oriented Programming,AOP),以便理解Spring的基礎原理,這些基礎原理在本書各個章節都會用到。第二部分在第1章介紹的IoC和AOP基礎之上,展示了如何將這兩個概念應用到應用系統的中間層。第三部分走出中間層邁向顯示層,在很多J2EE系統中顯示層被稱為Web層。附錄A介紹如何開始自己的Spring應用系統,如何下載Spring以及如何編寫Ant配置文件。本書的每一部分既是建立在前一部分的基礎上,同時也都是獨立存在的,所以,讀者不必從頭開始就可以深入到各個主題。
上傳時間: 2014-01-02
上傳用戶:wff
With a worldwide community of users and more than a million dedicated programmers, Perl has proven to be the most effective language for the latest trends in computing and business. Every programmer must keep up with the latest tools and techniques. This updated version of Advanced Perl Programming from O Reilly gives you the essential knowledge of the modern Perl programmer. Whatever your current level of Perl expertise, this book will help you push your skills to the next level and become a more accomplished programmer. O Reilly s most high-level Perl tutorial to date, Advanced Perl Programming, Second Edition teaches you all the complex techniques for production-ready Perl programs. This completely updated guide clearly explains concepts such as introspection, overriding built-ins, extending Perl s object-oriented model, and testing your code for greater stability. Other topics include: Complex data structures
標簽: programmers worldwide community dedicated
上傳時間: 2014-10-27
上傳用戶:zhoujunzhen
有是一個Addison.Wesley的經典,是學習面向對象及程序設計的經典書籍,基于Java和UML,該書為英文版Object.oriented.Programming.with.Java.and.UML,非常非常經典,推薦給大家
上傳時間: 2015-10-16
上傳用戶:WMC_geophy
TI 公司 三相交流電機矢量控制源程序,F24x ACI3_3 3-Phase Sensored Field oriented Control (FOC)
上傳時間: 2013-12-20
上傳用戶:縹緲
C++ Network Programming, Volume 2, focuses on ACE frameworks, providing thorough coverage of the concepts, patterns, and usage rules that form their structure. This book is a practical guide to designing object-oriented frameworks and shows developers how to apply frameworks to concurrent networked applications. C++ Networking, Volume 1, introduced ACE and the wrapper facades, which are basic network computing ingredients. Volume 2 explains how frameworks build on wrapper facades to provide higher-level communication services.
標簽: Programming frameworks providing coverage
上傳時間: 2013-12-26
上傳用戶:daguda