搜索资源列表
sbxy
- 通过键盘鼠标响应程序设计, 掌握应用程序的一般交互方法与用户命令响应的常用技术, 能够熟练应用键盘与鼠标消息-through keyboard and mouse response procedures for the design, mastering the application of the general procedures and user interaction methods order to respond to the commonly used techniques, w
image_design
- 基于纺织应用的图案设计系统。设计了大量VC++中的编程方法和编程技巧,如图像处理,坐标映射,滚动条,对话框邓常用控件的编程和对鼠标按钮的消息响应的编程。
Paint
- opencv中的鼠标事件响应例子,拖动鼠标可以在opencv窗口的图像上画出矩形。 在VS2005下做的,运行需要opencv库。
表格设计器
- 一个表格图像绘制程序,主要展现如何使没有事件的Line控件响应鼠标操作。
huaxian
- 利用OpenCV函数库编写的实现响应鼠标操作并进行画线的功能。-Prepared using OpenCV library implementation of response to the mouse to draw lines to operate and function.
drawRect
- Cstatic 上绘图响应鼠标消息 -Drawing on the response of the mouse message Cstatic
MidCircle
- 使用中点画圆算法,应用鼠标响应,确定中心和半径,就可以拖动鼠标画出我们需要的圆-Using the midpoint circle algorithm, application mouse response, determine the center and radius, you can drag the mouse to draw the circle we need
DDACircle
- 使用直接画圆算法,运用鼠标响应函数,只要确定圆的中心与半径就可以画出所需的圆-Algorithm using direct circle, using the mouse response function, just make sure the center circle and the radius of the circle needed to be drawn
FILL
- 使用填充算法,运用鼠标响应函数,就能将我们所需的程序填充给显示-Using the filling algorithm, using the mouse response function, the program will be able to fill we need to show
simpleDraw
- 把鼠标的三个事件响应函数OnLButtonDown,OnMouseMove,OnRButtonUp封装在同一个类Controller中。MFC程序中的M-V-C,控制器编程-Three mouse events response function OnLButtonDown, OnMouseMove, OnRButtonUp, packaged in the same class Controller. The MFC program MVC, controller programming
计算机综合实训
- 本系统是基于vs2015环境编写的,根据大体功能,编写工作就是定好大框架,然后按照每个小功能独立编写调试。也就是一步一步写好每个消息响应函数。对于这个题目大致的认识是通过单文档界面的许多控件,实现设置图形绘制、读取保存图片、建立工具箱、图形区域复制、文字输入和橡皮擦的一系列功能。通过鼠标左键的按下抬起和鼠标的移动消息相应模仿windows 自带的画图功能的用户体验,并配合菜单栏进行功能选择,通过菜单栏实现可以存入位图文件的读取,从而实现的基本功能。(The system is based on
