-
AutoCAD二次开发例子程序,在AutoCAD中生成图块,用于快速绘图
AutoCAD二次开发例子程序,在AutoCAD中生成图块,用于快速绘图-AutoCAD development procedures example, in AutoCAD Generation Segment for rapid mapping
- 2023-03-16 17:25:03下载
- 积分:1
-
用vb写的读取硬件信息,read the hardware information!
用vb写的读取硬件信息,read the hardware information!-Using vb to write read hardware information, read the hardware information!
- 2023-06-06 03:25:03下载
- 积分: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
-
其发展的超市管理系统,已经在各个方面都得到了应用…
自己开发的超市管理系统,已经在各个超市用过,很好用的-their development of the supermarket management systems, has been used in every supermarket, with the good
- 2022-01-25 17:00:28下载
- 积分:1
-
本文主要介绍.NET导出数据到Excel的几种实现方法
本文主要介绍.NET导出数据到Excel的几种实现方法-This article focuses on. NET Export data to Excel for several implementations
- 2022-07-15 09:00:39下载
- 积分:1
-
C can be used for the preparation of the CPU frequency can be measured in VC 6.0...
这是用C++编写的可以用来测CPU主频可以在VC++6.0 windows98、windows2000上运行-C can be used for the preparation of the CPU frequency can be measured in VC 6.0 modal. run by Windows
- 2022-02-10 05:35:55下载
- 积分:1
-
语音识别事例程序,可人为上载需要识别的语音库,进行识别,识别结束后有五个备选识别结果可供参考。...
语音识别事例程序,可人为上载需要识别的语音库,进行识别,识别结束后有五个备选识别结果可供参考。-Examples of speech recognition programs can be uploaded onto the human need to identify the voice library, identification, identification of five options for the end of the recognition results for reference.
- 2023-03-08 14:50:12下载
- 积分:1
-
iMX21 Serial driver under WinCE5.0
iMX21 Serial driver under WinCE5.0
- 2022-05-24 01:33:34下载
- 积分:1
-
有一对兔子,从出生后第3个月起每月生一对兔子,小兔子长到第3个月后每月又生一对兔子。假设所有兔子都不死,问每月兔子总数为多少。...
有一对兔子,从出生后第3个月起每月生一对兔子,小兔子长到第3个月后每月又生一对兔子。假设所有兔子都不死,问每月兔子总数为多少。-Have a pair of rabbit from birth to 3 months after starting the monthly Health and a pair of rabbit, small rabbit long to the first 3 months after the month a pair of rabbit again. Do not assume that all dead rabbit, rabbit ask a monthly total of the number.
- 2023-03-20 04:20:03下载
- 积分:1
-
VC网络编程指南
VC网络编程指南-VC Network Programming Guide
- 2022-11-07 16:05:04下载
- 积分:1