-
线程实例,绘图
螺纹示例,图纸
- 2022-08-18 21:01:00下载
- 积分:1
-
Lua,如何学习语言。
lua make, how to learn Lua language.
- 2022-02-02 00:24:49下载
- 积分:1
-
视觉基本的关闭实例
A shut down example in visual basic
- 2022-05-23 18:42:40下载
- 积分:1
-
简单的贪食蛇和连连看游戏,初学者适合,环境2005
简单的贪食蛇和连连看游戏,初学者适合,环境2005-simple Tanshichi and Lianliankan games, suitable for beginners, the environment in 2005
- 2022-08-22 03:12:58下载
- 积分:1
-
C++用类实现的学生管理系统
用C++实现的学生信息管理系统,程序以类的形式实现,同时用到泛型编程一些知识实现程序。效果较好,实现的功能比较完善,值得大家下载参考。
- 2023-02-25 19:20:05下载
- 积分:1
-
像ACDSee一样用滑鼠拖曳大于表单的图片
像ACDSee一样用滑鼠拖曳大于表单的图片-like ACDSee like clicking towed more than a form of picture
- 2023-04-25 05:20:03下载
- 积分:1
-
Dll 编写的例子,vc++写的,主要讲述导出函数,希望对大家有所帮助...
Dll 编写的例子,vc++写的,主要讲述导出函数,希望对大家有所帮助-Dll prepared examples, vc++ Write mainly about the export function, and they hope to help everyone
- 2022-11-24 21:40:03下载
- 积分:1
-
C++经典例程200例 初学者可以参考练习
C++经典例程200例 初学者可以参考练习-C++ Classic routines can refer to 200 cases of beginner exercises
- 2022-01-21 22:19:45下载
- 积分:1
-
这个文件用于打开端口,祥细注释的功能可以从代码中获得,有问题可以查看注释。...
这个文件用于打开端口,祥细注释的功能可以从代码中获得,有问题可以查看注释。-this document to open the ports, wound Notes of the functions can be obtained from the code, a problem can view the Notes.
- 2022-09-01 13:05:03下载
- 积分:1
-
语音识别
#include
#pragma comment(lib,"ole32.lib") //CoInitialize CoCreateInstance闇€瑕佽皟鐢╫le32.dll
#pragma comment(lib,"sapi.lib") //sapi.lib鍦⊿DK鐨刲ib鐩綍,蹇呴渶姝g‘閰嶇疆
int main(int argc, char* argv[])
{
ISpVoice * pVoice = NULL;
//COM鍒濆鍖栵細
if (FAILED(::CoInitialize(NULL)))
return FALSE;
//鑾峰彇ISpVoice鎺ュ彛锛?
HRESULT hr = CoC
- 2023-07-03 17:00:03下载
- 积分:1