-
DOS下进入Protect Mode,任意访问0
DOS下进入Protect Mode,任意访问0-4GB内存地址数据。-DOS into Protect Mode, random access memory address 0-4GB of data.
- 2022-02-14 01:37:57下载
- 积分: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
-
ThinkPHP3.2.3完整版
开源的PHP框架,我收藏了这个版本,需要的可以下载下来看看(Open source PHP framework)
- 2017-12-22 09:32:50下载
- 积分:1
-
说明了在 POSIX 系统 (Linux,Unix) 上使用 Unicode/UTF
说明了在 POSIX 系统 (Linux,Unix) 上使用 Unicode/UTF-8 所需要的信息. 在将来不远的几年里, Unicode 已经很接近于取代 ASCII 与 Latin-1 编码的位置了. 它不仅允许你处理处理事实上存在于地球上的任何语言文字, 而且提供了一个全面的数学与技术符号集, 因此可以简化科学信息交换.
-Described in the POSIX system (Linux, Unix) required the use of Unicode/UTF-8 information. In the near future several years, Unicode is already very close to replace the ASCII and Latin-1 encoded the location of the. It is not only permit In fact you deal with deal with on Earth exists in any language, but also provides a comprehensive mathematical and technical symbol set, it can simplify the exchange of scientific information.
- 2022-10-28 06:15:03下载
- 积分:1
-
FPGA
学习FPGA的资料,基于FPGA的卡尔曼滤波器的设计与实现(Learning FPGA information, FPGA-based Design and Implementation of Kalman Filter)
- 2010-03-15 21:19:56下载
- 积分:1
-
wind_power-DFIG
基于matlab的同步风力发电模型仿真,可以放心下载使用(Matlab - based synchronous wind power model simulation, you can rest assured to download)
- 2020-06-21 23:20:01下载
- 积分:1
-
创宇云
报错页面,常愉悦 报错页面,需要自己修改下连接图片(The wrong page, often pleasing the wrong page, need to modify the next connection picture.)
- 2018-08-19 18:57:56下载
- 积分:1
-
程序
单盘碰摩转子程序,能够计算轴心轨迹图、时间历程图(Rotor system with Rubbing fault)
- 2018-12-27 17:45:40下载
- 积分:1
-
qiantuihuidai
将故障支路去除后,形成新的数组,可以是动态数组(After removal of the fault slip, the formation of the new array, can be a dynamic array)
- 2015-06-04 15:36:44下载
- 积分:1
-
EPSON printer features a list of C language source
EPSON 打印机的列表功能 C 语言源 -EPSON printer features a list of C language source
- 2022-06-13 02:46:03下载
- 积分:1