TOOL (Tiny Object Oriented Language) is an easily-embedded, object-oriented, C++-like-language interpreter. The language, and indeed a significant part of the core of the TOOL engine, is based on the BOB project, a work that was originally developed by DAVID Betz covered in previously published issues of Dr. Dobb s Journal.
標簽: easily-embedded object-oriented like-language Language
上傳時間: 2016-01-30
上傳用戶:ainimao
A Case Study: Replacing the persistence layer of a Business Process Engine with JDO The JDO specification (JSR-12) was released from the Java Community Process in April 2002. Its goal is to provide transparent persistence to Java classes. DAVID Jordan provides a concise introduction. Several books are becoming available that provide a more complete description of JDO3.
標簽: persistence Replacing JDO Business
上傳時間: 2014-01-27
上傳用戶:541657925
1928年,Wilhelm Ackermann (1896 - 1962,DAVID Hilbert的學生) 發(fā)現(xiàn)x的y次冪的z-重積分 A(x,y,z)是遞歸的但不是原始遞歸的。Rosza Peter將A(x,y,z)簡化到二元函數,初始條件由Raphael Robinson簡化。
標簽: 1928
上傳時間: 2013-12-10
上傳用戶:xfbs821
基于基本遺傳算法的函數最優(yōu)化 SGA.C A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by DAVID E.Goldberg
標簽: Algorithm Optimizer developed Function
上傳時間: 2016-05-05
上傳用戶:520
// This Communications Component is implemented using separate Read and Write // threads. Messages from the threads are posted to the Comm control which is // an invisible window. To handle data from the comm port, simply // attach a handler to OnReceiveData . There is no need to free the memory // buffer passed to this handler. If TAPI is used to open the comm port, some // changes to this component are needed ( StartComm currently opens the comm // port). The OnRequestHangup event is included to assist this. // // DAVID Wann // Stamina Software // 28/02/96 // DAVIDwann@hunterlink.net.au
標簽: Communications implemented Component Messages
上傳時間: 2016-05-30
上傳用戶:zhangyigenius
*/ /* A Function Optimizer using Simple Genetic Algorithm */ /* developed from the Pascal SGA code presented by DAVID E.Goldberg */ /* 同濟大學計算機系 王小平 2000年5月
標簽: Algorithm Optimizer developed Function
上傳時間: 2013-11-29
上傳用戶:familiarsmile
基本遺傳分類系統(tǒng) SCS.C */ /* Simple Classifier System */ /* developed from the Pascal SCS code presented by DAVID E.Goldberg */ /* 同濟大學計算機系 王小平 2000年7月 */
標簽: Classifier SCS developed presented
上傳時間: 2016-06-03
上傳用戶:asdkin
C++STL STL(Standard Template Library,標準模板庫)是惠普實驗室開發(fā)的一系列軟件的統(tǒng)稱。它是由Alexander Stepanov、Meng Lee和DAVID R Musser在惠普實驗室工作時所開發(fā)出來的。現(xiàn)在雖說它主要出現(xiàn)在C++中,但在被引入C++之前該技術就已經存在了很長的一段時間。 STL的代碼從廣義上講分為三類:algorithm(算法)、container(容器)和iterator(迭代器),幾乎所有的代碼都采用了模板類和模版函數的方式,這相比于傳統(tǒng)的由函數和類組成的庫來說提供了更好的代碼重用機會。在C++標準中,STL被組織為下面的13個頭文件:<algorithm>、<deque>、<functional>、<iterator>、<vector>、<list>、<map>、<memory>、<numeric>、<queue>、<set>、<stack>和<utility>。以下筆者就簡單介紹一下STL各個部分的主要特點。
標簽: STL Standard Template Library
上傳時間: 2016-06-20
上傳用戶:cylnpy
基于基本遺傳算法的函數最優(yōu)化 A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by DAVID E.Goldber
標簽: Algorithm Optimizer developed Function
上傳時間: 2016-06-24
上傳用戶:coeus
If you re like me, you re excited by what people do with template metaprogramming (TMP) but are frustrated at the lack of clear guidance and powerful tools. Well, this is the book we ve been waiting for. With help from the excellent Boost Metaprogramming Library, DAVID and Aleksey take TMP from the laboratory to the workplace with readable prose and practical examples, showing that "compile-time STL" is as able as its runtime counterpart. Serving as a tutorial as well as a handbook for experts, this is the book on C++ template metaprogramming."Chuck Allison, Editor, The C++ Source
標簽: metaprogramming you template excited
上傳時間: 2016-07-20
上傳用戶:gundamwzc