-
牛客网 剑指offer
编程练习,牛客网,剑指offer编程练习题部分答案(coding exercise, offer coding exercise answer)
- 2020-06-21 22:20:02下载
- 积分:1
-
demo_rbkfslam
说明: SLAM 例子2维激光雷达建图、包含路径、当前位姿、栅格地图(SLAM example 2D laser radar mapping, including path, current pose, raster map)
- 2019-11-21 10:21:36下载
- 积分:1
-
编写一个词法分析程序并生成相应的类号
编写一个词法分析程序并生成相应的类号-Procedures for the preparation of a lexical analysis and generate a corresponding number of Class
- 2022-02-05 01:27:35下载
- 积分:1
-
[1]
sar compressive sensing algorithm
- 2018-09-15 19:45:38下载
- 积分:1
-
ACKERMAN-STEERING-MECHANISM
The intention of Ackermann geometry is to avoid the need for tyres to slip sideways when following the path around a curve. The geometrical solution to this is for all wheels to have their axles arranged as radii of circles with a common centre point. As the rear wheels are fixed, this centre point must be on a line extended from the rear axle.
- 2020-06-20 15:40:01下载
- 积分:1
-
lab1
说明: 无人机模型建模仿真,可通过此仿真模型实现,四旋翼无人机的模型建立(Modeling and Simulation of UAV model can be realized by this simulation model, and the model of Four-rotor UAV can be established.)
- 2019-06-05 15:33:21下载
- 积分:1
-
Discuz x3.2商业插件 [西风]微信文章采集 专业版
Discuz x3.2商业插件 [西风]微信文章采集 专业版2.0.1(Discuz x3.2 business plug-in [westerly] WeChat article collection professional version 2.0.1)
- 2018-11-17 16:00:25下载
- 积分:1
-
mqDemo
关于springboot+rabbitmq的整合内容(On the Integration of Springboot+rabbitmq)
- 2020-06-16 12:20:02下载
- 积分:1
-
OFDM频偏估计优化算法代码,次代码文章是2007年硕士毕业优秀论文,具有很高的参考价值。...
OFDM频偏估计优化算法代码,次代码文章是2007年硕士毕业优秀论文,具有很高的参考价值。-OFDM Offset Estimation Algorithm optimization code, sub-article code is 2007 graduate Master of excellent essays, have a very high reference value.
- 2023-05-31 14:45:03下载
- 积分:1
-
VC++透明窗口效果的电子标尺源代码
VC++透明窗口效果的电子标尺源代码
屏幕测量类:
CMeasure : public CWnd测量基类
方法:
//创建透明窗口,做公共初始化
CreateMeasure(虚拟)
//以当前鼠标点为基准输出信息
virtual void CMeasure::ExportInfo(CString str, CDC *pDC, CPoint point)
//消息处理函数
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
//按下左键时绘图,空
virtual void DrawLButtonDown(UINT nFlags, CPoint point);
//移动鼠标时绘图,绘制十字定位线
virtual void DrawMouseMove(UINT nFlags, CPoint point);
属性:
CDC m_dcMem;保存临时背景供恢复用
CWnd* m_pWndParent;父窗口指针
int m_nScreenWidth;屏幕参数
int m_nScreenHeight;
CPen m_Pen;用于绘图的笔
COLORREF m_colorFont; 用于记录绘图时的元素颜色
COLORREF m_colorTag;
COLORREF m_colorLine;
CMeasureLine : public CMeasure测量两点直线的类
方法:
CreateMeasure(虚拟)
virtual void DrawLButtonDown(UINT nFlags, CPoint point);
virtual void DrawMouseMove(UINT nFlags, CPoint point);
属性:
BOOL m_bSecond;是否是已点击一次
- 2022-03-01 01:45:04下载
- 积分:1