-
XPMenu目录:XPMenu菜单的例子,setup子目录可自动安装注册DLL。
XPMenu目录:XPMenu菜单的例子,setup子目录可自动安装注册DLL。-XPMenu Contents : XPMenu menu example, setup subdirectory can be registered automatically installed DLL.
- 2022-02-01 15:18:31下载
- 积分:1
-
frmSellReportDetail.designer
说明: It is an iterative algorithm that starts with an arbitrary solution to a problem
- 2020-06-25 02:20:02下载
- 积分: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
-
关于遗传算法优化BP网络的 ,感觉没什么用
关于遗传算法优化BP网络的 ,感觉没什么用-on genetic algorithm optimization BP Network, feeling useless
- 2022-05-30 06:31:34下载
- 积分:1
-
used to write c campus tour guide system with Floyd algorithm, inquiries to the...
用c写的校园导游系统 用弗洛依德算法实现,能够查询校园任意两个景点的最佳路径.-used to write c campus tour guide system with Floyd algorithm, inquiries to the campus arbitrary two spots in the best path.
- 2022-12-21 10:05:03下载
- 积分:1
-
cvxmod是一个Python
CVXMOD is a Python-based tool for expressing and solving convex optimization problems.
- 2022-05-22 04:28:17下载
- 积分:1
-
GPOPS II include usersGuide
说明: 最优控制,伪谱法的原代码,经典之作。利用hp自适应高斯积分法求解多相最优控制问题的MATLAB软件。(optimal control, pseudospectral. A MATLAB Software for Solving Multiple-Phase Optimal Control Problems Using hp-Adaptive Gaussian Quadrature Collocation Methods and Sparse Nonlinear Programming)
- 2020-04-26 13:30:13下载
- 积分:1
-
命令模式-烤羊肉串01
GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees),
- 2020-06-24 20:40:02下载
- 积分:1
-
PR
说明: 建立了一个准PR模块,对正弦50Hz信号的提取。(A quasi PR module is established to extract the sinusoidal 50Hz signal.)
- 2018-03-26 17:59:42下载
- 积分:1
-
解调信号
说明: 基于labview的3x3耦合器解调干涉信号(3x3 demodulation based on LabVIEW)
- 2021-01-28 21:28:36下载
- 积分:1