-
GPS信号的产生
说明: 实现粒子滤波的函数,它可以用于参数估计时候调用.(It can be used in parameter estimation.)
- 2019-10-29 16:13:09下载
- 积分:1
-
compiler theory to reverse Polish
编译原理转逆波兰式-compiler theory to reverse Polish
- 2022-07-25 09:16:57下载
- 积分:1
-
DDS中几种关键的ROM压缩方法。介绍DDS器件编程设计中对ROM操作的方法。...
DDS中几种关键的ROM压缩方法。介绍DDS器件编程设计中对ROM操作的方法。-DDS Several key ROM compression method. DDS introduce the design of devices programmed to operate on the ROM method.
- 2023-03-02 19:45:03下载
- 积分:1
-
AnotherLap
说明: 从给定的图邻接矩阵计算图度矩阵和拉普拉斯矩阵(Calculation of graph degree matrix and Laplace matrix from given graph adjacency matrix)
- 2020-06-02 14:46:32下载
- 积分: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
-
delphil编辑增强工具,使得编辑更快
delphil编辑增强工具,使得编辑更快-delphil enhanced editing tools, making editing faster
- 2022-03-12 18:00:28下载
- 积分:1
-
39709596bihuan_bingwang
自己保存的SVPWM 并网等,不保证正确性啊 shuangbihuan_bingwangnibian(save by myself , i can not check if it is right, shuangbihuan_bingwangnibian)
- 2019-05-05 15:21:15下载
- 积分:1
-
a good logistics management system, is used to prepare the asp, we can learn fro...
一个很好的物流管理系统,是用asp编写的,可供大家学习用-a good logistics management system, is used to prepare the asp, we can learn from
- 2022-10-11 01:15:02下载
- 积分:1
-
该matlab程序为避圈法求最小树问题,程序非常简洁
该matlab程序为避圈法求最小树问题,程序非常简洁-Matlab program to avoid the circle method for minimum spanning tree problem, the procedure is very simple
- 2022-11-01 16:10:03下载
- 积分:1
-
Android-AudioRecorder-App-master
说明: android录音代码挺好的,适合初学者使用(Android recording code is good)
- 2020-06-20 15:20:02下载
- 积分:1