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

Search list

[Otherrectangle.cpp

Description: 假定矩阵大小为4×5(整型数组表示); 定义矩阵初始化函数,可以从cin中输入矩阵元素; 定义矩阵输出函数,将矩阵格式化输出到cout; 定义矩阵相加的函数,实现两个矩阵相加的功能,结果保存在另一个矩阵中; 定义矩阵相减的函数,实现两个矩阵相减的功能,结果保存在另一个矩阵中; 定义三个矩阵:A1、A2、A3; 初始化A1、A2; 计算并输出:A3 = A1加A2,A3 = A1减A2。
Platform: | Size: 1707 | Author: 100339133@qq.com | Hits:

[Graph programUndoRedoSrc

Description: 在对一个矩形进行操作之后能够对其执行类似word里的undo/redo的操作-A rectangle in the operation to its implementation after a similar word in the undo/redo operation
Platform: | Size: 3719168 | Author: 陈凯迪 | Hits:

[GUI Develop橡皮区矩形

Description: 怎样编程实现橡皮区矩形- How programs the realization rubber area rectangle
Platform: | Size: 1932288 | Author: 右别林 | Hits:

[Graph program橡皮条法

Description: 橡皮条画线、矩形等-rubber of the line drawing, rectangle, etc.
Platform: | Size: 41984 | Author: 阿风语 | Hits:

[Windows DevelopMenuItemToolTip

Description: MFC Tool tip control(CToolTipCtrl) is easy to use with a window, such as a child window, or an application-defined rectangular area within a window s client area. However, in some situations you may not know in advance for which controls or rectangle area you will be displaying the tool tip. In this case, you have to dynamically display the tool tip depending on where your mouse position is. For e.g. you may have a window which display some graphics and you may want to display the tool tip on the graphics depending on where the mouse position is.
Platform: | Size: 18432 | Author: 日报 | Hits:

[Special Effectsgui16_draw

Description: 计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等-computer graphics programming practice, including painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3D transformation, lighting, textures, etc.
Platform: | Size: 325632 | Author: | Hits:

[JSP/JavaDiagramEditor

Description: 一个图形编辑器,可绘制圆形、矩形、直线等 可选择、删除-a graphics editor, can be drawn circle, rectangle, line, etc., to choose to delete
Platform: | Size: 54272 | Author: 张海青 | Hits:

[assembly languagerbanding

Description: 拖动鼠标画线,圆,矩形的例子-Drag painting line, circle, rectangle example
Platform: | Size: 12288 | Author: 蓝天涯 | Hits:

[GUI DevelopSdiSquares1

Description: 应用WindowsMFC文档视图结构,根据一本书上的例程结果编写,选择菜单上相应颜色选项点击矩形就可使视图矩形变成指定颜色,同时可以保存修改结果,达到异曲同工的效果。-WindowsMFC View structure, a book based on the results of routine preparation, choice menu click on the corresponding color options can make rectangular View rectangle into designated color changes can also save the results to achieve similar results.
Platform: | Size: 35840 | Author: 西去 | Hits:

[GDI-BitmapPrimitive

Description: 绘制长方条的方法-drawing rectangle of the way
Platform: | Size: 71680 | Author: kaixinzqw | Hits:

[Graph Drawing简单cad平面画图

Description: 简易的CAD平面画图(圆、线、框)-This is a simple cad system ,witch could draw line circle and rectangle etc.
Platform: | Size: 83968 | Author: 东东 | Hits:

[OpenGL program01图形学课设

Description: 包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做通用处理。还包含一个OpenGL教程-including painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3D transformation, lighting, textures, etc.. Because of the limited energy, the original code did not make any notes. To simplify programming for consideration, in many places designated constant, GM declined to handle. Also includes an OpenGL Guide
Platform: | Size: 1077248 | Author: 花阿花 | Hits:

[GDI-BitmapCad3.0

Description: 一个简单的画图程序,可以画线、矩形、圆等图形,并可进行相关操作。-a simple drawing program, line drawing, rectangle, circle and other graphics, can be associated operations.
Platform: | Size: 245760 | Author: 张松伟 | Hits:

[Embeded-SCM Developgfdds

Description: 本原代码集是对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。出于简化编程的考虑,许多地方指定了常数,未做通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之外执行程序,必须复制所需位图及模型文件。内含-primitive code of computer graphics programming practice, including painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3D transformation, lighting, textures, etc.. To simplify programming for consideration, in many places designated constant, GM declined to handle. Decompress gui16 established after the catalog under the original code and engineering documents. Established in gui16 release directory, under which an executable file and the necessary bitmap, and model documents. If the release catalog implementation procedures, must copy the necessary bitmap and model documents. Intron
Platform: | Size: 325632 | Author: 耿均 | Hits:

[Graph Drawingcutedraw1

Description: 画图工具L c R G NONE End Enum Dim graph As Graphic Private Type Lnode’定义一个节点类型来 保存每个图形的信息 Sx As Single Sy As Single Tx As Single Ty As Single Bch As Graphic Color As Long End Type 画图:直线,圆跟矩形都用Line方法来实现,封装在Public Sub-drawing tools c R L G NONE End Enum Dim graph As Graphic Private Type Lnode 'definition of a node to preserve each type of graphical information Sx As Sy As Single Single Single Tx As Ty As Single Bch As Long As Graphic Color End Type Painting : linear , round rectangle with both methods to achieve Line, the Public Sub Packaging
Platform: | Size: 31744 | Author: 魏衍斌 | Hits:

[GDI-Bitmap计算机图形算法演

Description: 计算机图形算法演示 包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。-computer graphics algorithms demonstration included painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3D transformation, lighting, textures, etc..
Platform: | Size: 269312 | Author: 张春民 | Hits:

[Otherbnch_rct1

Description: Random Rectangle drawing and timing Random Line drawing and timing
Platform: | Size: 2048 | Author: hwei | Hits:

[Graph DrawingGraphProg

Description: 能够绘制直线,椭圆,图形,矩形和填充等等,有调色能力。-to draw straight, oval, graphics, and filled rectangle, a palette capacity.
Platform: | Size: 5120 | Author: 哲瑜 | Hits:

[GDI-Bitmap如何产生复杂线条

Description: 直线,圆,矩形等都属于规则的图形,本程序教你产生任意折断的线条,多边形等图形-straight line, circle, rectangle belong to the rules of graphics, this program will teach you have any broken lines, polygons, etc. Graphics
Platform: | Size: 35840 | Author: 卢本陶 | Hits:

[GDI-BitmapWPOcxTest

Description: 类似画笔的绘图控件 它主要完成的功能有画直线、曲线、圆、椭圆、矩形、多边形;支持剪贴板的操作;支持撤销、重复;保存成位图文件;打开位图文件。这个例子是用MFC开发的,为了方便使用,最后将转换成控件。-similar brush drawings complete control of its main functions painting line, curve, circle, oval, rectangle, polygon; Clipboard support of the operation; To support the revocation, duplication; Preservation into bitmap file; Open bitmap file. This example is the development of the MFC, in order to facilitate the use, the final will be converted into control.
Platform: | Size: 13312 | Author: syf | Hits:
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »

CodeBus www.codebus.net