-
ascii
ascii->unicode->asc
- 2023-03-18 06:45:04下载
- 积分: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
-
介绍了基于分解思想的支持向量机的训练算法。
介绍了基于分解思想的支持向量机的训练算法。-Introduction based on the decomposition of thinking SVM training algorithm.
- 2022-03-18 06:37:49下载
- 积分:1
-
实现对数据库添加,修改和删除
数据库为access数据库
实现对数据库添加,修改和删除
数据库为access数据库-of Database add, modify and delete database access database
- 2022-01-22 17:01:21下载
- 积分:1
-
hello, everyone, this is a small game, please refer to welcome everyone to play
hello,everyone,这个也是个小游戏,请大家参考,欢迎大家玩-hello, everyone, this is a small game, please refer to welcome everyone to play
- 2022-02-05 09:40:21下载
- 积分:1
-
enterprises updated matrix coding
企业编码最新汇总-enterprises updated matrix coding
- 2023-03-19 20:20:03下载
- 积分:1
-
实现4
实现4自由度scara机械手的点对点运动,用Jacobi实现坐标变换-Realize 4-DOF SCARA robot point-to-point movement, and realize Jacobi coordinate transformation
- 2022-05-12 17:18:59下载
- 积分:1
-
两阶段锁定
程序来模拟两阶段锁.那里是没有连接到数据库。故事设置在源代码中和跑步后,结果将显示在控制台上。
- 2022-03-31 09:51:31下载
- 积分:1
-
这是我同学在IBM面试的一点资料,这里面包括笔试题目,面试题目,以及面试技巧。。
希望对想加入IBM蓝色之路的同仁有所帮助...
这是我同学在IBM面试的一点资料,这里面包括笔试题目,面试题目,以及面试技巧。。
希望对想加入IBM蓝色之路的同仁有所帮助-This is my classmate in an interview that the information on IBM, which included a written examination subject, the interview subject, as well as interviewing techniques. . Want to want to join IBM Blue Tongren road help
- 2022-03-22 00:43:25下载
- 积分:1
-
OpenMP并行程序设计语言,语言有2,5版,学习…
OpenMP 是并行编程的高级语言,该语言已经到了2,5版了,要学习并行编程几乎不可能不学习OpenMP了,该文件是OpenMP最新API说明文档-OpenMP parallel programming language, the language has to 2,5 edition, learning to parallel programming is almost impossible not to learn OpenMP. The document is the latest OpenMP API documentation
- 2022-08-10 04:12:24下载
- 积分:1