-
C++编程惯用法.高级程序员常用方法和技巧
C++编程惯用法.高级程序员常用方法和技巧-C++ programming idioms. Senior programmers commonly used methods and techniques
- 2022-05-07 16:38:58下载
- 积分:1
-
一个液晶显示八段码的非常漂亮的时钟源码。
一个液晶显示八段码的非常漂亮的时钟源码。-A liquid crystal display eight yards very beautiful clock source.
- 2023-02-17 18:10:03下载
- 积分:1
-
USB固件开发,基于C8051F320,对于开发USB不在是痛苦
USB固件开发,基于C8051F320,对于开发USB不在是痛苦-USB firmware development, based on the C8051F320, for the development of USB is not painful
- 2023-01-12 13:30:03下载
- 积分:1
-
Source packages microwindows
microwindows-0.98.tar.gz源码包-Source packages microwindows-0.98.tar.gz
- 2023-07-04 10:05:04下载
- 积分:1
-
串口工具
串口工具,PComm第三方库,做的串口工具,支持界面拉伸,支持的波特率包括50-912600kbps,支持窗口置顶、流控选择等操作。不依赖windows的Comm控件,增加配置文件的读取和解析等
- 2022-07-18 18:39:30下载
- 积分:1
-
这是一个如何在你程序里象IE,Office等使用VbScript,Jscript脚本引擎的源代码。这将大大增加你的系统的交互性。...
这是一个如何在你程序里象IE,Office等使用VbScript,Jscript脚本引擎的源代码。这将大大增加你的系统的交互性。-how you like IE Lane procedures, such as the use of VOD Office, Jscript engine source code. This will greatly increase your system"s interactive.
- 2022-02-15 06:57:42下载
- 积分:1
-
Personal Profile secop Reference Implementation 1.1 Final Release(JSR
Personal Profile secop Reference Implementation 1.1 Final Release(JSR-216)
- 2022-08-03 00:37:23下载
- 积分:1
-
高效的指针处理程序,wa
高效的指针处理程序,wa-efficient pointer handling procedures, wa
- 2022-02-14 17:13:01下载
- 积分: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
-
信息是任何想要增加他们的公司的不可或缺的一部分…
Information is an indispensable part for any company who wants to increase their competitiveness in the fierce market competition. Inventory management, which will help a company to reduce cost and increase profit, has become one of the most important parts when using the ERP system.
- 2022-06-29 21:35:47下载
- 积分:1