-
This vision couldn t support Chinese characters,which will be improved in next v...
This vision couldn t support Chinese characters,which will be improved in next vision.
- 2022-09-28 15:10:03下载
- 积分:1
-
java写的一个可收发EMAIL的类.可用其中的方法直接收发EMAIL.
java写的一个可收发EMAIL的类.可用其中的方法直接收发EMAIL.-wrote a java can send and receive e-mail and the like. The method can be used directly TX EMAIL.
- 2022-02-01 20:13:47下载
- 积分:1
-
Qt串口通信历程,用用qextserialprot库,绝对可行,windows,linux,嵌入式linux都可以,经过测试成功...
Qt串口通信历程,用用qextserialprot库,绝对可行,windows,linux,嵌入式linux都可以,经过测试成功-Qt serial communication process, with use qextserialprot library, absolutely feasible, windows, linux, embedded linux can be, tested successfully
- 2023-03-05 05:20:03下载
- 积分:1
-
为了方便大家学习,上传了一个贪心算法的算法代码
为了方便大家学习,上传了一个贪心算法的算法代码-In order to facilitate them to learn, upload a greedy algorithm algorithms code
- 2022-07-03 04:51:30下载
- 积分:1
-
俄罗斯方块源代码 用JAVA编写的一个简单的小游戏
俄罗斯方块源代码 用JAVA编写的一个简单的小游戏-Russian block with Java source code prepared in a simple little game
- 2022-02-05 17:22:36下载
- 积分:1
-
一个求解旅行商问题(TSP)的程序,效果不错,时间还可以
一个求解旅行商问题(TSP)的程序,效果不错,时间还可以-A Traveling Salesman Problem (TSP) program, the effect is true, time can also be
- 2022-04-18 04:21:48下载
- 积分:1
-
sunplus8202L schematics, protel99 format, for reference only
sunplus8202L原理图,protel99格式的,仅供参考-sunplus8202L schematics, protel99 format, for reference only
- 2022-03-25 05:54:59下载
- 积分: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#采用INI文件注册软件信息
C#采用INI文件注册软件信息,INI文件写操作函数WritePrivateProfileString,实际上是一个INI文件读写操作程序,将软件注册信息写入INI文件,并保存,下次验证可直接读取信息,利用INI文件对软件进行注册.Properties.Resources._7。
- 2023-05-06 20:40:03下载
- 积分:1
-
此为发送带附件的电子邮件程序,相信大家会喜欢的。
此为发送带附件的电子邮件程序,相信大家会喜欢的。-to send an attachment in e-mail program, I believe we would like.
- 2022-09-20 07:25:03下载
- 积分:1