-
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
-
实现文件的FTP协议上传及下载,VC++实现,测试可以运行
实现文件的FTP协议上传及下载,VC++实现,测试可以运行-The FTP protocol for file upload and download
- 2023-05-31 02:30:03下载
- 积分:1
-
C#.NET development of the mine
C#.NET开发的扫雷源代码-C#.NET development of the mine-source
- 2022-04-16 10:36:46下载
- 积分:1
-
50Hz陷波器设计(matlab),去除工频干扰
50Hz陷波器设计(matlab),去除工频干扰-filter
- 2023-05-12 16:45:02下载
- 积分:1
-
Delphi开发的SQL查询插件源代码
Delphi开发的一款基于ODBC的SQL查询插件源代码,自动读取BDE中的数据库别名进行连接,测试时请确认数据库已经通过ODBC连接上。界面使用有控件,若一时找不到控件,可以用Delphi自带的标准控件替换。
- 2022-12-01 22:30:03下载
- 积分:1
-
裂缝检测访问了大量的计算机代码,没有测试过
计算机断口检测访问很多代码的,没试用过-Fracture Detection visit a lot of computer code, not tested
- 2023-03-18 20:10:04下载
- 积分:1
-
graphical interface with support vector machines more experimental classificatio...
具有图形操作界面的支持向量机多类分类实验系统.全部用Matlab实现,可以实现多种分类识别. 这是本人的毕业设计的附属程序-graphical interface with support vector machines more experimental classification system. All using Matlab, could achieve multiple classification. This is my graduation design procedures for the subsidiary
- 2023-07-06 14:50:08下载
- 积分:1
-
基于Verilog的八层电梯设计,能够实现自动化的电梯控制。
基于Verilog的八层电梯设计,能够实现自动化的电梯控制。-Verilog based on the eight-lift designed to automate the elevator control.
- 2023-06-27 08:45:03下载
- 积分:1
-
- 2022-01-26 01:55:57下载
- 积分:1
-
归一化处理程序,可以应用与神经网络预测
归一化处理程序,可以应用与神经网络预测
-Normalized process, can be applied with the neural network prediction
- 2023-04-21 06:10:03下载
- 积分:1