-
eos80_legacy_gamma_n
说明: 通过已知的温度、盐度、压强、地理坐标(经纬度),来计算海水中性密度。(This is a function that calculator the neutral density of the sea by Matlab.)
- 2019-11-13 20:22:10下载
- 积分:1
-
人工智能在Prolog语言练习和其他的像一只猫,
ejercicios de inteligencia artificial en prolog como un gato, y otros
- 2022-05-17 15:48:25下载
- 积分:1
-
2015--English-grammar
考研英语语法与长难句的详细讲解,对你的英语提高有很大帮助。(One s deceased father grind English grammar long and difficult sentences in detail, is of great help to improve your English.)
- 2014-11-07 14:59:35下载
- 积分:1
-
d
说明: 简单版俄罗斯方块 运用一些基本的C和C++编写而成。。。适合那些学生下载来作报告(Simple version of Tetris to use some basic C and C++ Prepared. . . Suitable for those students to make a report to download)
- 2016-04-25 17:06:13下载
- 积分:1
-
JsonReader
说明: What is this is a file that can be used.
- 2020-06-24 18:40:02下载
- 积分:1
-
calculator program, the interface beautifully
计算器程序,界面精美-calculator program, the interface beautifully
- 2022-09-29 00:40:03下载
- 积分:1
-
Soil-Arch-2-Pile
PFC3D用来模拟模拟抗滑桩土拱效应的例子(PFC3D is used to simulate the soil arching effect of anti slide piles)
- 2020-10-09 15:17:34下载
- 积分:1
-
hfss-10
八木天线在HFSS中的仿真设计,效果还算不错(Yagi antenna design and simulation)
- 2021-03-29 13:49:10下载
- 积分:1
-
LFM_huibo
线性调频信号扩展目标回波,有关雷达发射波形并产生回波(Extended target echo of LFM signal)
- 2017-12-06 10:31:15下载
- 积分: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