-
VC 语音识别
第一次上传,VC的语音识别,你可以预先定义想要识别的东西,保存在内存中,也可自己弄配置文件,运行程序后,对麦克风说预先输入的文字,识别出来,若不是预先输入的文字,也能识别
- 2022-02-05 04:28:42下载
- 积分:1
-
德国人写的很不错的公式编辑器,使用灵活,功能强大,易于扩展,适合于嵌入到您的系统中去。...
德国人写的很不错的公式编辑器,使用灵活,功能强大,易于扩展,适合于嵌入到您的系统中去。-German was a very good formula editor, the use of flexible, powerful, easy to expand, suitable for embedded into your system in China.
- 2022-05-24 07:30:48下载
- 积分:1
-
为<实用Viusal C++ 6.0 教程>的源码,VC开发的,很经典,适合初学者。...
为的源码,VC开发的,很经典,适合初学者。-For < practical Viusal C++ 6.0 Tutorial> the source, VC development, it is a classic, suitable for beginners.
- 2022-07-04 19:31:43下载
- 积分:1
-
Circuits Design of High Stability Stepping Motor Drive
Circuits Design of High Stability Stepping Motor Drive
- 2023-01-12 23:50:04下载
- 积分:1
-
汉字库不同字体大小转化成所需要的代码
汉字库不同字体大小转化成所需要的代码...
汉字库不同字体大小转化成所需要的代码
汉字库不同字体大小转化成所需要的代码-汉字库different font size into the required code汉字库different font size into the required code
- 2022-09-16 00:00:03下载
- 积分:1
-
读者写者问题
操作系统中中线程同步时一个很重要的问题,而有时候同步却会造成死锁。为了解决这个问题,一种方式是通过信号量来实现线程调度。本代码使用c语言开发,vc++6.0 ide,在windows下运行。即可展示信号量在读者写者问题中的图形化界面表示。
- 2023-06-06 22:00:03下载
- 积分:1
-
一个视频采集的vb代码,写的非常不错
一个视频采集的vb代码,写的非常不错-a Video Capture vb code, written in a very good
- 2022-02-02 13:49:30下载
- 积分:1
-
取得和修改文件的创建和修改日期
取得和修改文件的创建和修改日期-can get and change the create-date and modified-date of the document
- 2022-05-06 21:23:39下载
- 积分:1
-
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长...
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长的1序列,其对应的位置就是最长匹配子串的位置。 最长递增子序列LCS的实现C源码!-LCS problem for two strings is the longest common sub-string problem. Solution is to use a matrix to record the location of two strings of all the matches between the two characters in the situation, if the match is one, otherwise to 0. And one of the longest diagonal obtained sequence, the location of its corresponding sub-string match is the longest position. The longest increasing sub-sequence source C implementation of the LCS!
- 2022-08-19 18:20:36下载
- 积分:1
-
java chat system to achieve a simple program to share under their own show
java实现的简单的聊天系统程序 自己拿出分享下-java chat system to achieve a simple program to share under their own show
- 2022-03-28 14:27:08下载
- 积分:1