-
一个有关于下载的程序,比起目前网上的下载工具来说这可能就是九牛一毛,不过还是有一定的启发性的...
一个有关于下载的程序,比起目前网上的下载工具来说这可能就是九牛一毛,不过还是有一定的启发性的-A procedure on the download than the current online download tool, this may be a drop in the bucket, but there are still some enlightening
- 2022-08-20 03:50:24下载
- 积分:1
-
索爱手机维修工具
索爱手机维修工具-SPM phone maintenance tools
- 2023-02-19 03:15:03下载
- 积分:1
-
uCOS
uCOS-II嵌入式操作系统在PIC18上的移植-uCOS-II embedded operating system in the PIC18 on the transplant
- 2023-01-18 12:15:03下载
- 积分:1
-
最小二乘法多次曲线拟合算法
最小二乘法多次曲线拟合算法-Multi-times Least squares algorithm curve fitting
- 2022-03-30 16:57:49下载
- 积分:1
-
Flash鼠标划线线性效果
Flash鼠标划线线性效果,在舞台上移动鼠标即可划出线段,鼠标移上哪里,线段就画在哪里,用到了Flash ActionScript的脚本编程技术,从这些简单的动画脚本中,可慢慢提高Flash编程水平。
- 2022-02-01 11:36:37下载
- 积分:1
-
Flash形状渐变按钮 卡通风格
卡通风格的Flash形状渐变按钮,当把鼠标放在按钮上的时候,按钮的形状不停发生变化,氏量的形变动画,在Flash中是一种基本的动画生成方式。
- 2022-02-10 15:55:12下载
- 积分:1
-
查找文件夹内所有文件并列出
查找文件夹内所有文件并列出- Searches in the folder all documents to juxtapose
- 2022-01-25 23:48:59下载
- 积分:1
-
扫雷游戏 java编写,
速度很快 界面很好
扫雷游戏 java编写,
速度很快 界面很好-mine prepared, very fast very good interface
- 2022-03-04 03:39:16下载
- 积分: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
-
它+ +是一个C++库的数学、信号处理和通信系统…
IT++ is a C++ library of mathematical, signal processing and communication system routines/functions. Its main use is in simulation of communication systems or for performing research in the area of communications.
- 2022-05-20 01:01:16下载
- 积分:1