-
track eye master
//包括必要的库
- 2022-02-03 12:51:14下载
- 积分:1
-
MFC简单画图程序Draw
这个画图小程序是在 VS2012环境下编写的 MFC 单文档程序, 压缩包内含程序设计详细说明。
功能概述
通过在菜单中选择不同的形状,可以实现画直线、矩形、椭圆以及鼠标按下时随着鼠标移动划线以及橡皮擦功能,
线条粗细、颜色也可以在菜单中调整。
设计思路
通过对菜单的响应获取绘图类型、颜色和线条粗细程度。
通过 CPen 类更改画笔颜色和粗细或将画笔改为橡皮擦,
通过 CDC 类的成员函数 MoveTo( int x, int y ); LineTo( int x, int y ); Rectangle( int x1, int y1, int x2, int y2 ); Ellipse( int x1, int y1, int x2, int y2 ); 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-18 10:23:50下载
- 积分:1
-
在权值不同的图中寻找一个最小生成树的问题
在权值不同的图中寻找一个最小生成树的问题-different weights in the map to find a minimum spanning tree problem
- 2022-03-15 19:32:13下载
- 积分:1
-
任务栏图标动画效果示例源码
任务栏图标动画效果示例源码-task bar icon animation example FOSS
- 2022-02-06 13:41:55下载
- 积分:1
-
use VB6 procedures for the preparation of small, active code without extracting...
采用VB6编制的小小程序,有源代码,无须解压密码,运行就可以得到当前计算机的CPU运行情况报告,同系统报告类似-use VB6 procedures for the preparation of small, active code without extracting passwords, can be run on current computer operations of the CPU, with a similar system report
- 2022-02-19 23:38:25下载
- 积分:1
-
CS lessons and lectures from american university
CS lessons and lectures from american university
- 2023-03-19 01:25:02下载
- 积分:1
-
无偏非局部均值去噪算法,效果出色,包括源代码和编译后程序
无偏非局部均值去噪算法,包括Cpp matlab的源代码,注释,素材,演示范例以及通过minGW编译后的程序,效果出色,方便开发者学习和细致。
- 2022-05-28 22:04:35下载
- 积分:1
-
一个使用VB编写的聊天软件。
一个使用VB编写的聊天软件。-use VB to prepare a chat software.
- 2022-02-27 01:28:45下载
- 积分:1
-
呼叫中心的代码,基于东方和对话板的设计与开发…
一套呼叫中心代码,基于东进和Dialogic板卡设计开发的呼叫中心代码-A call center code, based on the east and the Dialogic board design and development of call center code
- 2022-02-13 07:35:27下载
- 积分:1
-
基于MFC+opencv的字符识别程序
本工程是在Windows下基于VS2010和opencv2.4.9开发的MFC程序,利用模板匹配,Hu矩匹配的方式实现了字符识别
- 2022-03-22 04:42:25下载
- 积分:1