搜索资源列表
853
- Apriori算法源码(C++) 看了以前在这里发的apriori源码,觉得写得代码有些繁琐,现在重写了一下,主要是把数据操作和界面显示分离,使用了stl和boost,简化了字符操作的算法,数据库用的是mysql的,API是mysql++,在mfc下mysql++无法运行,所以gui框架用的是win32gui-lib(可以到sf.net/project/win32gui下载)。当然你也可以用odbc改写,或是换用别的数据库,因为算法逻辑是独立的,所以应该很容易改写 -Apriori
boost_1_31_0
- boost库提供标准的C++ API 配合dev c++使用,功能更加强大-boost the provision of standard C API with dev c use, more powerful functions
cpptcl-1.1.3
- C++/Tcl A C++ library for interoperability between C++ and Tcl Welcome to the C++/Tcl library! This library was written for C++ and Tcl programmers. It was inspired by the Boost.Python library and was deliberately designed to provi
mapreduce_0_5
- Boost MapReduce from boost sandbox. The Boost.MapReduce library is a MapReduce implementation across a plurality of CPU cores rather than machines. The library is implemented as a set of C++ class templates, and is a header-only library-Boost MapRe
boostguid
- boost 库是一个接近标准的C++库,使用的起来非常方便了。boost生 成GUID,压缩包里面有很多个生成GUID的例子.-is c++ code boost create guid
ostream-Text-To-Speech_Demo
- 这个文章和附带的代码教你如何在你的应用程序中添加TTS语音合成功能,你可以只需要使用ostream通过一行代码就可以完成了。另外,文章还教你如何使用开源的C++工具,让你的代码变短,作者的代码不超过50行,而且,比以前的代码更加健壮和通用。内容涉及:COMSTL、TTS、boost::iostreams。-This article and the accompanying code to teach you how to add your application TTS voice synthe
stlport-code-5.2
- STLport是一个完全符合C++98标准(及2003年修订)的免费的C++标准库实现。它是由俄罗斯人Boris Fomitchev于1997年发起的开源项目,目的是基于著名的SGISTL开发一个可移植到各种平台上使用的高效的C++标准库。 STLport具有很多其他STL实现所没有的优点。首先是高度的可移植性,可以配合市面上几乎所有的操作系统和编译器使用,使开发的程序能够在不同的编译平台上获得一致的标准库实现。其次是性能表现优秀,其原始版本SGISTL就以高效而闻名,STLport在移植时