搜索资源列表
draw_line
- 鼠标单击产生一个点,然后鼠标双击再产生一个点,实现二点之间的连线。-have a mouse click, then double-click the mouse again in a points, for 2:00 between the Alliance.
iplab
- 最小二乘法圆拟合.编译运行后随便打开一个图片,当然最好是全白的图片,然后就点吧,大于三个点后就会开始拟合。红线画的圆为拟合的圆,深蓝的点为鼠标点击设置的样本点。单击鼠标右键清空样本集。 -least squares fitting round. After running compiler casually open a picture, of course, the best are the white photographs, then on the point bar, more th
Drawing
- Windows MFC编程,实现了MFC绘图功能 1、单击鼠标右键可以选择绘制直线、椭圆、矩形或停止绘图\\n2、绘制的图像可以保存或打开曾经保存过的图像\\n3、单击工具栏的开始按钮可以开始播放动画,单击停止按钮可以暂停播放动画
MyDraw10
- 简单二维图形编程系统,通过鼠标拖动绘制矩形和椭圆,并通过鼠标单击选择一图形。-simple two-dimensional graphics programming systems, the mouse and drag drawing rectangular oval, and through a mouse click choose graphics.
如何对图形进行局部放大
- 对图形进行局部放大,在图形上移动鼠标放大显示图形的不同部位,单击左键减少放大倍率,单击右键增加放大倍率-right graphics partially magnified, in the mouse movement on graphics display graphics enlarge the different parts, click the button to reduce magnification, click the right to increase magnificatio
3-3(填充图形)
- 计算机图形学显示一个图像,当用户用鼠标左键单击图像上任何一点后,填充该图像。-computer graphics show an image, when users click with the left mouse button images of any point on, filled with the images.
VCMFCPictureimages
- 功能需求 : 1、可以打开BMP、PCX、TGA、JPEG及GIF图像。 2、打开的图像,用户均能另存为任意一种格式,以实现图像格式的转换。 3、实现图片的放大、缩小,还原。 4、可以对图像进行90度、180度旋转。 5、可以直接调用Windows画图程序打开图片并进行编辑。 6、软件提供“上一张”、“下一张”功能。 7、可以进行全屏幕浏览,并提供“幻灯片播放”的功能,自动显示当前文件夹下的所有图像。 8、在查看图片时,可以选择从当前目录删除该图片,并将其放入系统
DrawCoin
- 画硬币 通过鼠标单击来画硬币,也可以用菜单来发送消息-Draw coins
mouse_simulation
- 用此程序中您可以控制鼠标并单击或双击您想要的位置,而不必鼠标!这些项目有利于教学软件。这些程序中还用到C库!-With this program you can control mouse and click or double click anywhere you like without touching mouse ! also upload keyboard_simulation for controlling keyboard without touching it ! These
CMapSystem
- 1、用对话框形式显示用户对输入子图的选择,包括选择子图类型(子图库),子图线颜色以及子图区域填充颜色(颜色表)。 2、实现绘图区各图形的颜色属性的更改,具体是单击图形操作菜单项,在单击编辑区域参数,或编辑线参数。然后就可以对绘图区的各种类型的图形进行相应的参数编辑。具体是以上操作完成后,右击你所要编辑的图形,然后就弹出对话框(颜色表),对颜色进行编辑。同时颜色表对话框中各颜色可通过双击对应颜色项进行编辑。 3、可以在图上实施放大、缩小、移动。放大缩小是通过鼠标操作的。将你的鼠标位置置于所
Paint
- VC++编写的单文档,点击鼠标左键可以实现绘制线条功能,-VC++ to prepare a single document, click the left mouse button functions can draw lines,
drawLine
- vc ++中实现鼠标左键单击画直线,双击直线为选中状态,且直线变成虚线 -vc++ the left mouse button click the picture to achieve a straight line, double-click the line for the selected state, and the straight line into a dotted line
Click
- 单击鼠标后显示模拟时钟,功能基本完成只是不够完美,需要添加时钟的边框-Click the mouse after the display of analog clock, functions basically complete but not perfect, you need to add the clock border
BSpline
- 本应用程序,用户用鼠标左键单击的方式顺序输入控制点,鼠标左键双击代表结束,绘制以鼠标输入的点为控制点的4阶3次等距B样条曲线。具体实现功能 1. 绘制出控制多边形,标记控制点的位置; 2. 曲线以控制点序列的第一个点和最后一点为起点和终点,以控制多边形的第一条边和最后一条边为起点和终点的切线; 3. 改变其中的某一个控制点的位置,用另一颜色绘制新的曲线,与原曲线进行对比。-This application, the user left-click way to order input
BSpline
- 根据鼠标单击的点序列,自动生成B样条曲线,并绘制出来。vc6代码,可编译通过,可运行。-According to the mouse click point sequence, automatic generation of B-spline curve, and draw out. vc6 code can be compiled, can be run.
image-processing
- 实现图像的旋转放大与缩小,通过鼠标左键单击实现-Achieve the rotation of the image to zoom in and out, and click the left mouse button
rotating-windmill
- 在窗口中绘制一个旋转的风车,风车的3个风叶颜色不同,并在窗口中旋转,单击鼠标风车车停止旋转,再次单击风车开始旋转。-Draw in the window of a rotating windmill, three different colors windmill blades and rotates in the window, click the mouse car stops rotating windmill, windmill click again to start rotating
PtClr
- vc++ 获得指定像素点的颜色,如演示截图所示,用户可以用鼠标左键单击图片的某一处时,就会在图片的右侧以该点颜色填充一个实心的矩形。实现方法通过函数COLORREF CDC::GetPixel( int x, int y)可以得到指定点的颜色,其参数x、y 是指定点的坐标-When vc++ for the specified pixel color, as shown in the screenshot demonstrates, the user can use the left mouse
Windows下附件中的画图软件
- 本程序功能与Windows下附件中的画图软件功能相近。本程序是在VC6.0平台上用MFC所编,支持多文档和多视图结构,视图为滚动视图,允许分割窗口。绘制方面的功能主要包括绘制各种图元,包括直线、Bezier曲线、矩形、圆角矩形、椭圆(圆)、多边形,用笔或画刷自由绘图,橡皮擦擦除,颜料桶填充,取色和区域选取移动。绘图时可以选择各种画笔颜色和画刷颜色,各种线型和线宽,以及画封闭图元时是否填充,当然,还能设置背景色、清除图像及画布大小调整等,并且在绘图区单击右键会弹出快捷菜单。程序支持保存和读取位图格
Project
- 一个桌面桌面蝴蝶精灵,可以鼠标单击桌面控制飞行到目标位置。-A desktop desktop Butterfly Wizard, you can click the desktop to control the flight to the target location.