-
小波变换及其逆变换,是小波信号处理的基础
小波变换及其逆变换,是小波信号处理的基础-wavelet transform and travel transform
- 2023-05-05 11:10:02下载
- 积分:1
-
Pharmacy management system, can be carried out on the pharmacy inventory managem...
药店管理系统,可以对药店进行库存管理,价格管理,一周期中药店的利润管理-Pharmacy management system, can be carried out on the pharmacy inventory management, price management, mid-week profit pharmacy management
- 2022-04-24 02:45:15下载
- 积分:1
-
用VC编写的在MFC程序中使用VC Components编写程序的小例子,对于进一步了解VC编程有一定帮助...
用VC编写的在MFC程序中使用VC Components编写程序的小例子,对于进一步了解VC编程有一定帮助-VC MFC prepared by the procedures in the use of procedures for the preparation of VC Components small examples for a better understanding of VC program will definitely help
- 2022-08-20 21:25:37下载
- 积分:1
-
vs c++ 开发
v3.0自画直线,矩形,园v2.8-2.9完成所有功能,包括全选,拖动等,参见文档HDraw2.9.docv2.7修正画布随滚动条滚动的Bug完善MouseMove的直线,矩形和椭圆识别v2.5增强版增加相应菜单把画图的Toolbar单独分离出来在画布上对单张图片操作v2.4完结版画布,ScrollView, CRectTracker,调色板,保存成位图加入中间层View的步骤1.创建MFC类CHDrawPView:CScrollView2.修改CHDrawApp的InitInstance方法,将CHDrawView改为CHDrawPView,并修改include加入CRectTracker的步骤1.增加成员变量CRectTracker m_tracker2.在CHDrawPView的构造函数中设置Tracker的大小3.在CHDrawPView的OnDraw中调用Tracker的Draw函数4.override CHDrawPView的SetCursor方法 GetCursorPos->ScreenToClient->SetCursor5.override CHDrawPView的LButtonDown方法 HitTest->Track将CHDrawView加入CHDrawPView的使用自定义消息防止ActiveView从画布跑到背景Viewv2.3增加Bitmap背景功能v2.2完成颜色和线宽功能v2.1增加文本图形类型,增加删除功能,增加打开保存功能v2.0完成所有基本功能
- 2022-01-26 00:54:46下载
- 积分:1
-
媒体播放器使用视觉基本6
Media Player using visual basic 6.0
- 2022-05-20 01:48:19下载
- 积分:1
-
电信短信的JAVA开发包,中兴提供,做电信短信必需。
电信短信的JAVA开发包,中兴提供,做电信短信必需。-telecom messaging Java Development Kit, ZTE to offer telecom messaging necessary.
- 2022-07-14 18:09:21下载
- 积分:1
-
c++ resources 环境下的运行,自己动手做的
c++ resources 环境下的运行,自己动手做的-c++ c++ resources environment
- 2023-03-30 02:10:03下载
- 积分:1
-
right voice for a pre
对语音进行一个预处理,历史上的语音比较流畅,就需要一个语音
- 2023-06-19 04:40:03下载
- 积分:1
-
this is an implementation of a des algorithm
this is an implementation of a des algorithm
- 2022-05-17 00:25:40下载
- 积分: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