-
录音控制
资源描述自带语音识别功能,lib_msp_vr.lib 库自己实现语音识别,本代码只提供录音功能,并提供录音数据,录音参数可以设置
- 2022-03-10 00:44:01下载
- 积分:1
-
A C++ simulation play 21:00 licensing CODE, wanted to write a little late for th...
一个C++模拟播放21:00的授权代码,想写一点迟到的人看项目
- 2022-02-15 11:02:02下载
- 积分:1
-
a prepared themselves to achieve the function of animation called vc application...
一个自己编写的实现了动画调用功能的vc应用程序-a prepared themselves to achieve the function of animation called vc applications
- 2022-03-11 17:48:52下载
- 积分:1
-
在使用过程中可使用正则表达式的识别…
识别正则表达式
可以在书写之前先用它验证的程序 很好用
有源代码-Identification of regular expressions can be written before the procedure to use it to verify a good use of active code
- 2022-04-07 13:56:55下载
- 积分:1
-
保护自己的隐私文件,采用非法文件名实现文件的保护
保护自己的隐私文件,采用非法文件名实现文件的保护
- 2022-03-04 03:33:59下载
- 积分:1
-
ImageDeskew代码
资源描述ImageDeskew代码是一个好的代码,其中ImageDeskew代码中包含了对原始图片进行线段检测,通过对多条检测的直线进行斜率求平均(本实验设置的直线数是20条),按照得到的斜率(角度)进行转换,将原始图片校正成水平图片;同时代码还能实现灰度图的转变。
- 2023-03-22 05:05:04下载
- 积分:1
-
一个人工智能的八数码难题,也叫九宫图难题,算法仅供参考.
一个人工智能的八数码难题,也叫九宫图难题,算法仅供参考.-an eight digital artificial intelligence problems, it has also called JiuGongTu problem, the algorithm is for reference only.
- 2023-01-24 10:15:04下载
- 积分:1
-
VTI _先生| UTF8编码:
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|24 Aug 2003 15:59:02 -0000
vti_extenderversion:SR|4.0.2.4426
vti_cacheddtm:TX|24 Aug 2003 15:59:02 -0000
vti_filesize:IR|20992
vti_cachedlinkinfo:VX|
vti_cachedsvcrellinks:VX|
vti_cachedtitle:SR|实验一 ASP程序运行环境的配置
vti_title:SR|实验一 ASP程序运行环境的配置
vti_backlinkinfo:VX|asp/left.htm asp/left0b.htm asp/leftbf.htm asp/lefty.htm
-vti_encoding : SR | utf8- nl vti_timelastmodified : TR | 24 Aug 2003 15:59:02-0000 vti_extenderversion : SR | 4.0.2.4426 vti_cacheddtm : TX | 24 Aug 2003 15 : 59:02-0000 vti_filesize : IR | 20992 vti_cachedlinkinfo : VX | vti_cachedsvcrellinks : VX | vti_cachedtitle : SR | experimental procedures in an ASP environment configuration vti_title : SR | experimental procedures in an ASP environment configuration vti_backlinkinfo : VX | asp/left.htm asp/left0b.htm asp/leftbf.htm asp/lefty.htm
- 2022-08-07 22:24:06下载
- 积分:1
-
用处:大量的图片收集,名字杂乱,归类时,重新命名工作量大。这个小程序可以进行文件的自动重新命名。大家可以继续完善它。...
用处:大量的图片收集,名字杂乱,归类时,重新命名工作量大。这个小程序可以进行文件的自动重新命名。大家可以继续完善它。-useful : a large collection of photographs and names of types, sorting, re-named the workload. This procedure can be carried out small documents automatically re-naming. We can continue to improve it.
- 2022-08-09 18:24:42下载
- 积分:1
-
实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC E...
实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程, CWinThread *pThread=GetCurrentThread() pThread->Run() 就可装载启动常规DLL内应用程序框架.-method: a normal DLL file has been created with the program wizard and there is an instance generated from CWinApp in the DLL file.Create another MFC EXE appliaction and copy CAppView,CMainFram,CAppDocument and the resources in RES directory to the normal DLL and add to the projec and compile and generate a DLL. In a Win32 application, start a thread which loads the DLL with codes, get the running thread, ie.CWinThread*pThread=GetCurrentThread(), then,pThread->Run() executes the loading and start the execution of the application framework in the normal DLL file.
- 2022-07-13 07:36:52下载
- 积分:1