-
对基本的vc程序控制的研究比较,与大家分享,好…
学习VC控件的比较基础的程序,与大家分享,适合初学者-Comparison of VC control study of the basic procedures, to share with you, suitable for beginners
- 2022-06-01 09:12:58下载
- 积分:1
-
The purpose is to guide the detailed design codes, specifically, is that your de...
详细设计的目的就是指导编码,明确的说,就是将你的设计拿给不同的人去写编码,写出来的程序处理流程相同.后续的评审或者是有人接替你的工作,只要查看详细设计,就能清楚你当时是怎样设计这些流程的。-The purpose is to guide the detailed design codes, specifically, is that your design showed that different people to write code, written procedures for processing the same. Follow-up assessment or someone to replace your job, as long as View the detailed design, we can clearly understand how did you design these processes.
- 2023-03-22 16:45:03下载
- 积分:1
-
MFC对菜单及工具框的自绘,收藏的好代码和大家分享。
MFC对菜单及工具框的自绘,收藏的好代码和大家分享。-MFC on the menu and tool box of self-painting, collecting a good code and shared.
- 2022-05-13 00:24:40下载
- 积分:1
-
一个FFT的频谱分析的例子
一个FFT的频谱分析的例子-FFT spectrum analysis of an example
- 2022-07-18 17:58:24下载
- 积分:1
-
可以实现在你的网页中直接登陆新浪、网易等许多著名的邮箱,再不用分别登 陆各大网站了...
可以实现在你的网页中直接登陆新浪、网易等许多著名的邮箱,再不用分别登 陆各大网站了-Can be achieved in your landing page directly Sina, Netease, and many other well-known e-mail, without the need to visit the major sites, respectively, the
- 2022-08-10 20:08:41下载
- 积分:1
-
从相机的演示文稿和幻灯片的手识别和控制
应用背景实时法根据肤色配方和Haar特征检测方面识别手势,然后跟踪轨迹的隐马尔可夫模型,并相应的手势识别。关键技术这个项目提供了一个实时的方法来识别手手势通过处理所捕获的视频的摄像头连接到计算机。这种方法开始检测手根据几个特点,如颜色,大小和形状,然后跟踪手的轨迹和手的变化分析位置,终于认识到相应的手势。此外,我们使用该系统在建筑的应用:第一个是与操作系统相连的演示控制器用户可以通过一定的控制来控制幻灯片的显示顺序手势,而第二个应用程序是一个照片浏览器,我们“手势图片浏览器”中,用户可以控制他手上的照片也用特殊的姿势来浏览在浏览器中的功能;
- 2022-03-26 09:53:56下载
- 积分:1
-
挡风玻璃刮水器
它是一个用于模拟挡风玻璃刮水器的 c + + 库。它的主要功能包括设置雨刷器的速度 ;、 刮水器级别更改和更改的雨刮器拨号。
- 2022-02-22 10:27:13下载
- 积分:1
-
Keyboard arrow keys to control the keyboard arrow keys to move objects, control...
键盘方向键控制物体移动键盘方向键控制物体移动-Keyboard arrow keys to control the keyboard arrow keys to move objects, control objects Mobile
- 2023-06-25 10:40:03下载
- 积分:1
-
Transparent bitmap display methods, methods are more well
透明位图的显示方法,方法步骤比较清晰,欢迎下载-Transparent bitmap display methods, methods are more well-defined steps are welcome to download
- 2022-03-06 12:24:45下载
- 积分: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