solve the 8-puzzle problem using A* algorithm. Definitely written by my self, also include BGI graphics library output.
標簽: Definitely algorithm problem include
上傳時間: 2014-01-17
上傳用戶:zm7516678
This collection of C++ templates wraps the FORTRAN or C interfaces for LAPACK so that they integrate with the Boost uBLAS library. Currently implements Cholesky decomposition, LU decomposition, inversion and determinant for general and positive-definite matrices.
標簽: collection interfaces integrate templates
上傳時間: 2015-08-10
上傳用戶:chfanjiang
實戰粒子系統例程,一書的源代碼,里面有一個JPEG library的使用方法,很不錯的。
標簽: 粒子系統
上傳時間: 2013-12-01
上傳用戶:redmoons
SQL數據庫系統原理 期末課程設計圖書館信息管理系統 2.0 2006-12-09開始構建方案,于2006-12-14 初級版本,后再經過幾天課余時間的仔細調試升級成2.0版。2.0運行更穩定、可靠,操作更方便,增加了自動檢錯、糾錯處理,使后臺數據不被非法操作破壞!參考文獻 :劉韜 駱娟 何旭洪 Visual Basic 6.0數據庫系統開發實例導航 北京:人民郵電出版社 2002用戶名:展威密碼:180263程序運行須服務器(SQL Server)后臺支持: 1、數據源:library.DSN ( DATABASE=library ) 2、數據庫文件:library_Data.MDF、library_Log.LDF
上傳時間: 2013-12-20
上傳用戶:baiom
這個程序適合c++實訓使用,在ODBC數據源內添加Microsoft Access數據庫library.mdb,并將數據源名設定為library即可實現數據庫和應用程序的正常連接,程序才能正常實現數據庫的訪問。
標簽: 程序
上傳時間: 2015-08-23
上傳用戶:lanjisu111
DWT變換源代碼,As a special exception, you may use this file as part of a free software library without restriction. Specifically, if other files instantiate templates or use macros or inline functions from this file, or you compile this file and link it with other files to produce an executable, this file does not by itself cause the resulting executable to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU General Public License.
上傳時間: 2014-12-05
上傳用戶:ynsnjs
When created, this DLL does not export any symbols. As a result, it will not produce a .lib file when it is built. If you wish this project to be a project dependency of some other project, you will either need to add code to export some symbols from the DLL so that an export library will be produced, or you can check the "doesn t produce lib" checkbox in the Linker settings page for this project.
標簽: not created symbols produce
上傳時間: 2015-09-01
上傳用戶:asdkin
本書以4個面向來表現C++的本質:procedural(程序性的)、generic(泛型的)、object-based(個別對象的)、object-oriented(面向對象的)。本書的組織圍繞著一系列逐漸繁復的程序問題,以及用以解決這些問題的語言特性。循此方式,你不只學到C++的函數和結構,也會學習到它們的設計目的和基本原理。 你可以由本書發現以下關鍵主題: ● Generic (泛型)編程風格和Standard Template library(STL) ● Object-based(個別對象)編程風格和class的設計 ● Object-oriented(面向對象)編程風格和classes階層體系的設計 ● Function template 和class template 的設計和運用 ● Exception handling(異常處理)與執行期型別鑒定(Run-Time Type Identification)
標簽: object-oriented object-based procedural generic
上傳時間: 2013-12-30
上傳用戶:362279997
A Java Framework for connecting to and exchanging data from GPS units to J2ME Mobile Devices. Serial and Bluetooth connections to GPS devices. Support for NMEA-0183 GPS Standard. An Observer-Design Pattern makes the library extendable. Based on GPSlib4j.
標簽: connecting exchanging Framework Devices
上傳時間: 2014-12-05
上傳用戶:yzhl1988
英文版,pdf格式。 詳細說明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template library (2nd Edition) URL: http://www.amazon.com/exec/obidos/tg/detail/-/0201379236/ ISBN: 0201379236 Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Catalog: C++ Format: PDF Size: 3.8M Supplier: December Summary: The Standard Template library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.
標簽: Programming Reference Standard Tutorial
上傳時間: 2015-09-02
上傳用戶:Breathe0125