-
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。系统会自动删除debug和rele...
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。系统会自动删除debug和release目录,所以请不要将文件放在这两个目录下
- 2022-01-25 22:58: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
-
信号量的vc例程
信号量的vc例程-signal of vc routines
- 2022-02-10 07:20:08下载
- 积分:1
-
simple CS scoure code!
简单CS编程源码,帮助对于学习CS编程的初期学者!-simple CS scoure code!
- 2022-06-26 02:57:41下载
- 积分:1
-
BCB programming skills
BCB编程技巧――文件切割机-BCB programming skills-- paper cutting machine
- 2023-03-31 20:50:03下载
- 积分:1
-
讨论了单频精密单点定位的解算方法与思路,编写了单频精密动态单点定位的程序,实现了事后动态单频精密单点定位...
讨论了单频精密单点定位的解算方法与思路,编写了单频精密动态单点定位的程序,实现了事后动态单频精密单点定位
-Discussed the single-frequency Precise Point Positioning Solution methods and ideas, the preparation of a single-frequency single-point precision dynamic positioning procedures, achieved after the Dynamic Single Frequency Precise Point Positioning
- 2022-05-23 01:01:31下载
- 积分:1
-
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add yo...
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add your control notification handler code here
CString defFilter("选中其中一个文件|*.bmp *.jpg *.gif *.png")
CFileDialog dlg(TRUE,NULL,NULL,OFN_ALLOWMULTISELECT,defFilter)
if(dlg.DoModal()==IDOK){
PathName=dlg.GetPathName()
}-wince EVC simple picture browsing, support the expansion of their own free*. bmp*. jpg*. gif*. png, etc.// TODO: Add your control notification handler code hereCString defFilter (
- 2023-04-14 17:00:03下载
- 积分:1
-
绘图源码
c++源码,自己编写的,绘制图表和网格坐标系。
- 2022-08-03 10:32:11下载
- 积分:1
-
加载驱动的小程序
加载驱动的小程序-loading driver of small programs
- 2022-08-20 12:59:52下载
- 积分:1
-
CNC control software for C source, the PCB can be controlled carving machine use...
CNC控制软件为C源代码,可以控制PCB雕刻机使用,以大DIY生产成本无法使用
- 2023-01-12 00:50:04下载
- 积分:1