-
plug
插件编程,是学习插件编程非常好的例子-plug-in programming, learning plug-in programming is a very good example
- 2022-06-12 03:42:32下载
- 积分:1
-
The case for OPC client programming
The case for OPC client programming
- 2022-04-09 19:10:18下载
- 积分:1
-
12306抢票助手 delphi源码
12306抢票助手 delphi源码 验证码识别
- 2022-05-16 19:05:10下载
- 积分:1
-
语音识别神经网络
使用神经网络在 matlab,mfcc 使用,实时语音识别、 matlab 2014a,神经网络的语音识别
- 2023-07-20 23:10:04下载
- 积分:1
-
数字转换为大写汉字程序。
主要功能:把输入价格转换成大写汉字。
己做成一个CnumToHan类.使用方法在示范程序中,很简单的。...
数字转换为大写汉字程序。
主要功能:把输入价格转换成大写汉字。
己做成一个CnumToHan类.使用方法在示范程序中,很简单的。-Digital conversion process for the uppercase characters. Main functions: to enter the conversion price at National Cheng Kung University to write Chinese characters. Creates a category of their own CnumToHan. To use in the demonstration program, very simple.
- 2023-07-12 07:15:03下载
- 积分:1
-
ZOOMIN win32
zoom-in是基于visualc++的windows32应用程序。用于缩放打开的窗口,
- 2022-05-19 01:34:11下载
- 积分:1
-
Vision and system design magazine 2009 July
Vision and system design magazine 2009 July
- 2022-05-27 07:31:27下载
- 积分:1
-
龚建伟MFC基于对话框串口通讯
龚建伟第二章CSerialPort类 MFC 基于对话框的单个串口通信程序
- 2022-02-05 13:01:28下载
- 积分:1
-
实现模拟键盘往系统当前有光标的位置插入一字符串。
实现模拟键盘往系统当前有光标的位置插入一字符串。-Realize analog keyboard system is currently has the cursor to the location of one string to insert.
- 2022-01-26 14:18:29下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1