-
最短路径数据结构算法设计:设计两个城市之间的最短路径
最短路径数据结构算法设计:设计两个城市之间的最短路径
-Shortest path algorithm for data structure design: the design between the two cities of the shortest path
- 2022-01-24 10:06:29下载
- 积分:1
-
软件实现硬盘写保护卡
软件实现硬盘写保护卡-software write protect drive
- 2022-05-28 13:28:17下载
- 积分: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
-
经典的API例子,结构清晰
还有加载动态连接库的用法
经典的API例子,结构清晰
还有加载动态连接库的用法-API classic example, there is a clear structure to load dynamic link library usage
- 2023-01-11 08:50:04下载
- 积分:1
-
applet k-means with java
这是一个小程序,用k-均值算法做了一个小例子,用户可以改变簇的数目,逐步解释,
- 2022-08-19 20:07:41下载
- 积分:1
-
滚动字幕 一个不错的例子 实现的功能就是滚动的字幕啦
滚动字幕 一个不错的例子 实现的功能就是滚动的字幕啦-Scroll subtitles a good example of the function is to achieve rolling subtitles啦
- 2022-05-24 02:00:58下载
- 积分:1
-
手机WAP页面中中文转UTF-8内码函数。 用于在页面动态输出中文。解决中文乱码...
手机WAP页面中中文转UTF-8内码函数。 用于在页面动态输出中文。解决中文乱码-phone WAP pages to the Chinese UTF-8 coding function. The dynamic pages for Chinese exports. Chinese gibberish solution
- 2022-06-27 12:42:34下载
- 积分:1
-
数理统计的小软件,可以计算方差,列表列出输入的数字,界面简洁!...
数理统计的小软件,可以计算方差,列表列出输入的数字,界面简洁!-mathematical statistics of small software can calculate the variance, the importation of table lists the number of interface simplicity!
- 2022-09-09 05:10:03下载
- 积分:1
-
C语言编写的类库注册程序
C语言编写的类库注册程序-The class lab register program with c language
- 2022-03-17 17:41:15下载
- 积分:1
-
Windows编程的一个简单的计算器,能实现基本的加、减…
一个简单的WINDOWS编程的计算器,能实现加减乘除基本运算,初学者可以参看一下!-WINDOWS programming a simple calculator, to achieve the basic addition and subtraction multiplication and division operations, beginners can take a closer look!
- 2022-03-23 16:53:38下载
- 积分:1