-
实现了汉字的显示,如同平时手机的拼音输入法
实现了汉字的显示,如同平时手机的拼音输入法-Realize the Chinese characters display, as usual phone Pinyin input method
- 2022-02-12 07:31:45下载
- 积分:1
-
This is a pretty good game source code, is to learn from good information,
这是一款相当不错的小游戏源代码,是学习的好资料,-This is a pretty good game source code, is to learn from good information,
- 2022-09-19 06:05:03下载
- 积分:1
-
边缘检测
本文基于小波变换和数学形态学结合,准备好一种新的边缘检测方法。首先,用多尺度自适应小波阈值法,检测图像的边缘和选择适当的结构元素类型的数学形态学膨胀操作和工艺的不连续的边缘。这是一个边缘检测 Matlab 代码。
- 2022-12-08 05:30:03下载
- 积分:1
-
用vc编写的解决计算机算法中的分支限界问题,非常经典的代码,请多多指教!...
用vc编写的解决计算机算法中的分支限界问题,非常经典的代码,请多多指教!-vc prepared with the computer algorithm to solve the branch and bound, very classic code, a great weekend!
- 2022-04-11 10:18:59下载
- 积分:1
-
用于方便又快捷得浏览已存的图片 实用性比较强 对于vb课程设计的学生用处大...
用于方便又快捷得浏览已存的图片 实用性比较强 对于vb课程设计的学生用处大-Too fast for convenient image browsing has been kept relatively strong practical vb curriculum design for students who use large
- 2022-07-19 03:56:07下载
- 积分:1
-
这个文件包含了常用算法的C++语言源代码,苏…
该文件包含C语言当中的常用算法源码,如单元加,底层编码,汉诺塔,逆阵,数据结构里面的很多重要的算法源码,是精通C的必备。-This file contains C language source code among the commonly used algorithms, such as the cell increases, the underlying code, Tower of Hanoi, inverse matrix, many important data structures inside the algorithm source code, is proficient in C essential.
- 2022-09-14 18:50:03下载
- 积分:1
-
Design of fuzzy controller for smart
Design of fuzzy controller for smart
- 2023-04-30 06:55:03下载
- 积分:1
-
yanse彩色立方体.rar
yanse彩色立方体.rar-yanse color cube. Rar
- 2022-02-25 10:57:37下载
- 积分:1
-
Case Tutorial C# code: including recruitment information, transport, recruitment...
C#案例教程代码:包括招聘信息、交通工具、招聘管理、资源管理器、局域网聊天等案例-Case Tutorial C# code: including recruitment information, transport, recruitment management, resource managers, local area network chat, and Case
- 2022-01-25 19:50:27下载
- 积分: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