-
串口调试工具
在c#serialPort类的基础上进行了基本封装,通过委托函数传递参数到界面,实现在辅助线程接收数据的同时实时在界面进行系那是
- 2022-04-09 13:30:51下载
- 积分:1
-
program with c++ and java . call each other easyly.
program with c++ and java . call each other easyly.
- 2022-06-18 20:15:05下载
- 积分:1
-
BSP Tree is running under the VC++ 6.0/windows
BSP Tree is running under the VC++ 6.0/windows-BSP Tree is running under the VC 6.0/windows
- 2022-06-13 06:11:04下载
- 积分:1
-
DDCAPS For WinCE use under X86
X86下WinCE用DDCAPS
- 2022-03-14 17:21:52下载
- 积分:1
-
Visison system design magazine september 2009
Visison system design magazine september 2009
- 2022-07-02 09:04:29下载
- 积分:1
-
Lot of basic practical C++ source code, suitable for beginners to use, such as r...
许多基础实用的C++源码,适合初学者使用,如递归反转字符串-Lot of basic practical C++ source code, suitable for beginners to use, such as recursive string inversion. . . . .
- 2022-02-12 00:05:34下载
- 积分:1
-
家庭财务管理系统
增加家庭成员,管理财务,增加财务收入、借出。管理员有增加删除修改的权限,用户没有这些权限,适合学习,操作简单。
- 2023-04-22 07:45:03下载
- 积分:1
-
一个应用在MFC中的控件源码,它允许在MFC中自带的Groupbox的标题头部中,根据需要动态的调整显示文字和图标。...
一个应用在MFC中的控件源码,它允许在MFC中自带的Groupbox的标题头部中,根据需要动态的调整显示文字和图标。-An application of the control in the MFC source code, which allows the MFC in the title comes with Groupbox head, according to the adjustment dynamically display text and icons.
- 2023-08-27 10:10:04下载
- 积分: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
-
计算器!!!
希望对各位有用
计算器!!!
希望对各位有用-calculators! ! ! Members hope to useful!
- 2022-01-25 15:23:40下载
- 积分:1