-
windows API 一日一练,专门为哪些想进一步学习windows API编程,提供了很好的途径...
windows API 一日一练,专门为哪些想进一步学习windows API编程,提供了很好的途径-windows API on the 1st one training, which would like to further study specifically for the windows API programming, provides a good way to
- 2022-04-11 08:20:33下载
- 积分:1
-
此为模拟计算器的程序,C++写的……只能计算普通的运算
此为模拟计算器的程序,C++写的……只能计算普通的运算-This is the analog calculator procedures, C++ ... ... Can only be written by calculating the average computing
- 2022-07-04 17:41:13下载
- 积分: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
-
一个计算器的小程序,非常短小。可以加减乘除和清零。
一个计算器的小程序,非常短小。可以加减乘除和清零。-A calculator small program, very short. Addition and subtraction and multiplication and division can be cleared.
- 2022-02-13 07:06:54下载
- 积分:1
-
动态四轮检测程序
本程序是用在 检车线 的 动态四轮检测程序,外接 位移传感器。vc6.0开发,采用uart通信,可以为工业控制方面的工程师提供借鉴。核心是 通信 和 模拟量计算
- 2022-03-18 20:32:47下载
- 积分:1
-
Win98_she
Win98_she
- 2022-03-16 17:33:01下载
- 积分:1
-
详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。...
详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-explain in detail the communication process in four ways : the clipboard, anonymous pipes, named pipes and mail chutes. And a comparative analysis of these types of inter-process communication advantages and disadvantages.
- 2022-05-24 02:12:54下载
- 积分:1
-
search and remove temporary refuse document tools
搜索并清除临时垃圾文件的工具-search and remove temporary refuse document tools
- 2022-07-11 12:14:24下载
- 积分:1
-
STM32实时显示时间,年月日时分秒都可分别显示
STM32实时显示时间,在串口屏显示,高效简洁,年月日时分秒都可分别显示,通过中断方式,程序简单明了,初学者即可读懂应用
- 2023-08-16 16:00:10下载
- 积分:1
-
Wince environment in the following simulation using gpio to i2c source code
在Wince环境下面的用 gpio 来模拟 i2c的源代码-Wince environment in the following simulation using gpio to i2c source code
- 2023-06-06 07:20:03下载
- 积分:1