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