Welcome![Sign In][Sign Up]
Location:
Search - Rectangle

Search list

[GDI-BitmapRectTracker

Description: MFC 带有一个 CRectTracker 类. 用来画出所谓的橡皮条矩形. 但在 WTL 里面, 没有对应的类. 所以,自己写了一个非常简单的 mix-in class, 在 WTL 里面使用, 将这个类作为您的窗口的基类即可让窗口具有画橡皮条矩形的行为.上载的压缩文件包含两个源文件, RectTracker.h 即为这个 mix-in class. SnapShotWnd.h 为使用这个类的一个窗口. 还有一张屏幕抓图, 从图片可以看出这个窗口的功能, 他实现类似透明窗口的功能. 注意那个虚线框, 就是 CRectTracker 画出来的.-MFC with a CRectTracker category. To draw of the so-called rubber rectangle. The WTL, there's no corresponding category. So they want to write a very simple mix-in class, the WTL is used to this category as your window so that the base class can be painted with rubber window the behavior of the rectangle. on the compressed file contains two sources, namely the RectTracker.h mix-in class. SnapShotWnd.h for the use of this kind of a window. Previously there a screen, pictures can be seen from the window of the function, he achieved similar functions transparent window . Note that dash is the CRectTracker painting.
Platform: | Size: 50176 | Author: 肖吉 | Hits:

[Graph programWangmeng_java347883355

Description: 很简单的图形编辑工具,1. 支持直线、矩形和椭圆三种基本图元,并且支持这些图元的组合图形; 2. 支持彩色填充和多种线型; 3. 具有文件的打开、保存、另存、退出功能; 4. 支持鼠标,键盘操作; 5. 具有选择、复制、镜像、旋转、删除等编辑功能,并且通过扩展机制(plugin)增加新功能; 6. 人机界面友好,帮助文件完整; 7. 设计文档齐备。 -very simple image edit tool,1,line, rectangle ,ellipse drawing,and support these meta compositing.2 support color fill and muti_type line.3, with the founction of opening file,saving file ,saving as ,exiting.4,support mouse and keyboard controlling.5,with the founction of selection,copying,mirror,rotating,using the plugin to add founctions.6,well interface,full help document.7,complete design document .
Platform: | Size: 5120 | Author: 李元俊 | Hits:

[OpenGL programopen_z

Description: 一个delphi 下 opengl的演示程序 可根据参数画出线 圆 矩形,可作为delphi下 opengl的入门参考 程序有详细注释,运行要opengl库文件支持 在压缩包内已有 放了system文件夹下就行-an opengl under the demonstration program under the parameters of painting Cup round rectangle, as delphi under opengl entry procedures are detailed reference notes run to opengl support for the document compressed within the system has been put folder on the line
Platform: | Size: 519168 | Author: ng | Hits:

[OtherRectangle

Description: 在考虑平面上“点类”和“矩形类”的关系时,由于出发点不同,可以有多种方式,例如:可以认为一个矩形对象由两个点类对象组成(左上角和右下角),也可以认为矩形是在点的基础上加上宽和高构成的,-considering the plane "in category" and "rectangle" in the relationship, as the starting point will be different, a variety of forms, such as : a rectangle that can be targeted by the two types of objects composed points (upper left and lower right), could also be considered in rectangular points on the basis of added width and high consisting of,
Platform: | Size: 248832 | Author: 刘洁 | Hits:

[2D GraphicPainterDemo.java

Description: 一个简单的Java画图程序,能画直线、椭圆和矩形,单击鼠标既可操作。-a simple Java drawing, and painting can be straight, oval and rectangle, click of the mouse can operate.
Platform: | Size: 1024 | Author: 吴志海 | Hits:

[2D GraphicShape_rar~

Description: 一个简单的画图板,可以画圆,矩形,多边形,等等。-a simple drawing board, Circle, rectangle, polygon, and so on.
Platform: | Size: 2115584 | Author: lucyliuu | Hits:

[Graph programWindowedHough

Description: This paper proposes a new technique for rectangle detection using a windowed Hough Transform. Every pixel of the image is scanned, and a sliding window is used to compute the Hough Transform of small regions of the image.-This paper proposes a new technique for rec tangle detection using a windowed Hough Transf Vector. Every pixel of the image is scanned. and a sliding window is used to compute the Hough Transform of small regions of the image.
Platform: | Size: 159744 | Author: 石决明 | Hits:

[GDI-BitmapCopyBMP

Description: VC/MFC 用鼠标绘制矩形 将矩形内的区域形成图像在另一个区域中显示-VC/MFC drawing rectangle with the mouse to the rectangular region of the image displayed in another region
Platform: | Size: 344064 | Author: 朱某某 | Hits:

[assembly languageRectangle

Description: 设计并测试一个名为Rectangle的矩形类,其属性为矩形的左下角与右下角两个点的坐标,能计算矩形的面积-design and test a rectangular called Rectangle category, its attributes to the lower left-hand corner of the rectangle with 2 points lower right coordinates, which calculates the rectangular area
Platform: | Size: 8192 | Author: luyou | Hits:

[Graph Drawingvc_simple_draw

Description: VC编写简单的绘图程序,可绘制直线,矩形和圆,通过该程序,可使初学者快速入门-VC to prepare a simple drawing program, can draw a straight line, rectangle and round, through the program, will enable beginners to get started quickly
Platform: | Size: 306176 | Author: asdf | Hits:

[Graph programGDIimgae

Description: 一款开源的完整矢量绘图控件源码,支持直线、弧线、矩形、圆角矩形、椭圆、多边形、星形、文本和图片等的绘制,支持旋转、缩放、选择、排列等操作,总的说来功能还是不错的!其实如果稍微懂点计算机图形学的知识要做出比这个还要完善的矢量绘图软件应该是没有问题的。 VB6本身对于绘图的支持是非常弱的,因此一般直接通过其内置方法实现的绘图效率都成很大的问题。解决方法之一是采用Windows API来进行底层GDI的绘制,更好的方法是采用GDI+来绘图,这样效果会更好。 -A complete open source vector graphics controls in support of a straight line, arc, rectangle, rounded rectangle, ellipse, polygon, star, text and pictures, such as rendering, support for rotation, zooming, selection, arrangement and other operations, the total to function or that good! In fact, if a little point of computer graphics to understand the knowledge to make than that perfect vector drawing software should not be any problem. VB6 their support for the graphics are very weak, so the general method of directly through its built-in graphics to achieve efficiency into a big problem. One solution is the use of Windows API for the underlying GDI rendering, and better way is to adopt GDI+ To graphics, so the effect will be even better.
Platform: | Size: 77824 | Author: dingchao | Hits:

[Special EffectsFaceDetection

Description: 完成人脸检测、人眼定位和嘴巴定位.把得到的人脸区域用绿色矩形标注,处理竖直的两条边-Complete face detection, the human eye and mouth positioning positioning. To get face region marked by the green rectangle, deal with the two vertical edges
Platform: | Size: 3262464 | Author: 李旭锋 | Hits:

[DocumentsRectangle

Description: 1.设计一个时间类(年、月、日、时、分); 设计一个通知类,包含时间,地点和事件;其中时间用时间类的对象; 通知类中包含构造函数、输入通知和打印通知等功能函数。 在主程序中测试。 2.设计一个矩形类,数据成员是对角线上顶点。矩形类可以计算面积。-1. To design a time-type (year, month, day, hour, minute) the design of a notification type, including time, place and incident time to time which kind of object notice category contains constructor, enter the notice and print notice function and other functions. Tested in the main program. 2. The design of a rectangular-type, data members are diagonal vertex. Rectangular type can calculate the area.
Platform: | Size: 1024 | Author: sky | Hits:

[File FormatRctangle

Description: 编写4个类:Rectangle、Circle、Geometry、Exa,具体要求如下: ① Rectangle类有double型成员变量表示矩形左上角的位置坐标及矩形的宽和高,要求提供修改和返回各成员变量的方法。 ② Circle类有double型成员变量表示圆心坐标和圆的半径,要求提供修改和返回各成员变量的方法。 ③ Geometry类有Rectangle类和Circle型的成员变量rect和circle。即Geometry类创建的对象由一个矩形和一个圆组合而成。要求该类提供修改rect、circle位置和大小的方法;提供显示rect和circle位置关系的方法,并能够显示圆是否完全坐落于矩形中。 ④ 要求能对创建的Rectangle类和Circle类对象数目进行统计。 ⑤ Exa类含有main方法,在main方法中用Geometry类创建对象,该对象调用相应的方法设置圆和矩形的位置及大小并输出圆是否包含在矩形中。输出当前Rectangle和Circle对象数目。 -err
Platform: | Size: 7168 | Author: 小吴 | Hits:

[Game ProgramRectangle

Description: VC++制作的方块小游戏 游戏方法有点儿像祖马宝石方块,希望对希望做小游戏的朋友有用-VC++ Produced box game game method somewhat similar to Zuma Bejeweled, and they hope to hope to do game friends useful
Platform: | Size: 122880 | Author: 刘宇波 | Hits:

[Graph DrawingPaint

Description: opencv中的鼠标事件响应例子,拖动鼠标可以在opencv窗口的图像上画出矩形。 在VS2005下做的,运行需要opencv库。-opencv response of the mouse event example, drag the mouse in the window image opencv draw rectangle. VS2005 to do in the next, and run opencv library needs.
Platform: | Size: 3163136 | Author: cwl | Hits:

[Windows DevelopGraphic

Description: 绘图程序,实现画线,矩形,椭圆,并能实现保存功The cartography procedure, the realization linedraw, the rectangle, the ellipse, and can realize the preserved merit-Mapping procedures, the realization of drawing a line, rectangle, ellipse, and can achieve the goal of preserving Zhigong The cartography procedure, the realization linedraw, the rectangle, the ellipse, and can realize the preserved merit
Platform: | Size: 106496 | Author: raphel | Hits:

[GDI-BitmapDrawShape

Description: GDI绘图程序,可绘制直线、矩形、椭圆,支持跟踪矩形调整大小。 开发工具:VC.net 2003-GDI drawing program, can draw a straight line, rectangle, oval, rectangular support tracking resized. Development Tools: VC.net 2003
Platform: | Size: 92160 | Author: 杨天 | Hits:

[GDI-BitmapGRAph

Description: Rectangle GetDC SetROP2 ReleaseDC CreateRectRgn SelectClipRgn DeleteObject SelectObject CreatePen CreateSolidBrush SetTextColor SetBkColor SetRect LockResource UnlockResource GetCursor LoadCursor GetStockObject LineTo SetCursor ShowCursor DrawText LoadString MessageBox CreateFontIndirect GetTextMetrics ClientToScreen SetCursorPos GetMessageTime GetKeyState GetClientRect SetWindowPos BeginPaint EndPaint DefWindowProc
Platform: | Size: 2931712 | Author: 安新军 | Hits:

[matlabMATLABThree

Description: 第三章 MATLAB 图形对象 3.1 图形对象 3.1.1 Root 对象 3.1.2 Figure 对象 3.1.3 Uicontrol 对象 3.1.4 Uimenu 对象 3.1.5 Axes 对象 3.1.6 Image 对象 3.1.7 Line 对象 3.1.8 Patch 对象 3.1.9 Rectangle 对象 3.1.10 Surface 对象 3.1.11 Light 对象 3.1.12 Text 对象 -Chapter III of MATLAB graphic objects 3.1 graphic object 3.1.1 Root object 3.1.2 Figure object 3.1.3 Uicontrol object 3.1.4 Uimenu object 3.1.5 Axes Object 3.1.6 Image Object 3.1.7 Line object 3.1.8 Patch Object 3.1. 9 Rectangle object 3.1.10 Surface Object 3.1.11 Light Object 3.1.12 Text Object
Platform: | Size: 3072 | Author: 王万国 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net