-
U-boot1.2源码 arm的bootloader-U-boot1.2 source arm of the bootloader
- 2023-08-16 17:45:05下载
- 积分: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
-
client
client端网络通信,可以实现TCP协议通信,比较容易理解(client network communication for C++)
- 2018-06-28 11:32:20下载
- 积分:1
-
10268701
全国界限SHP,包括九段线,但这个好像只有九段线,可以试用看看。我觉得应该能用。(china.shp,its Chinese map including nine lines,it may help you a lot.)
- 2019-05-23 17:01:08下载
- 积分:1
-
源程序及数据库
根据功能的划分和描述,目标系统要完成相应的功能至少需要以下的几个界面:会员用户登录界面、会员用户注册界面、管理员登录界面、在线模拟考试信息界面、会员留言界面;管理员的信息管理界面、站内信息管理界面;试题库管理界面等。(According to the classification and description of function, the target system will need at least a few interface following the completion of the corresponding function: member login user interface, user registration interface, the administrator login interface, the online examination information interface, membership message interface; interface information, station information management interface management administrator; test library management interface.)
- 2017-06-04 16:26:19下载
- 积分:1
-
在AD卡中常用到非空的查询方式进行数据的采集,这里提供了具体的实现代码和具体设置...
在AD卡中常用到非空的查询方式进行数据的采集,这里提供了具体的实现代码和具体设置-Commonly used in the AD card to a non-empty query for data collection, here provides a concrete realization of code and the specific settings
- 2022-03-10 07:47:07下载
- 积分:1
-
ReportCreator
可实现报告单的简单编辑、格式和内容的调整(This is a ReportsCreator!)
- 2020-06-16 20:40:02下载
- 积分:1
-
简易计算器
说明: 能进行加减乘除运算,文件内有C源码+仿真+原理图+PCB图+简易论文(Can add, subtract, multiply and divide, the file has C source code + simulation + schematic + PCB + simple paper)
- 2021-01-21 16:39:55下载
- 积分:1
-
天空之城ol
WAP文字游戏源码,语言为PHP+SQL。(WAP Text Game Source)
- 2020-11-01 19:49:55下载
- 积分:1
-
气体CO2频率转换电路 介绍以热导池为传惑器的一频率转换电路的原理、工作过程, 并对热导池的机理
作了介绍。本电路对农业、卫生、化工、环保子部门有实用价值。...
气体CO2频率转换电路 介绍以热导池为传惑器的一频率转换电路的原理、工作过程, 并对热导池的机理
作了介绍。本电路对农业、卫生、化工、环保子部门有实用价值。-Gas CO2 frequency conversion circuit to introduce the TCD device for the transmission puzzled a frequency conversion circuit theory, the working process, and mechanism of thermal conductivity of the pool introduced. The circuit in agriculture, health, chemical industry, environmental protection sub-sector has practical value.
- 2022-03-20 20:59:33下载
- 积分:1