搜索资源列表
new_DLL_AStar
- 用vc开发的A*寻路算法的dll,可以在其他语言调用,包含了一个vb调用的示例-The dll file of A* road-mapping algorathm,which can be used in other language,including an example of vb.
AdaBoost-Stump
- Adaboost的C++实现,编译成DLL工程,可直接调用,欢迎交流-Adaboost C++ implementation, compiled into a DLL project, can be called directly, welcomed the exchange of
PLA
- 最简单的PLA分类方法,编译成DLL工程,可直接调用,欢迎交流-PLA classification method is the most simple, compiled into a DLL project, can be called directly, welcomed the exchange of
creathon
- VC++的正则DLL演示源码 演示正则DLL创建;DLL的显式调用和DLL的隐式调用()
TTS 语音合成开发包
- TTS 语音合成开发包,帮助程序员仅通过几行代码轻松实现文本朗读、文本转音频文件的功能,只需几分钟的时间,就可以将TTS语音功能集成到你的程序中。 开发包的使用 1、首先将 Include\Speak.h、Lib\Speak.lib 拷贝到工程所在的目录 2、在要调用语音接口的代码中引入这两个文件: #include "Speak.h" #pragma comment(lib, "Speak.lib") 3、调用语音接口编写相关代码