CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - rectangle c

搜索资源列表

  1. c program4.rar

    1下载:
  2. 利用rectangle函数制作多个不同大小的矩形,利用ellipse函数制作多个大小不同的椭圆中,形成一个具有透视效果的图形。
  3. 所属分类:图形图象

    • 发布日期:
    • 文件大小:614byte
    • 提供者:
  1. jxglTracker

    0下载:
  2. This code shows how we can perform rubber-banding in an OpenGL application The source code here includes a simple C++ class called jxglTracker. The two main member functions in the class are DrawTrackRect() and Track(). In the DrawTrackRect() funct
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2.78kb
    • 提供者:吴婷
  1. Animate

    0下载:
  2. 用Visual C++实现动态画直线,三角形,圆的算法.而非面向直接调用MFC的RECTANGLE ,CIRCLE
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1.31kb
    • 提供者:123456
  1. cutedraw1

    0下载:
  2. 画图工具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 Di
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:31.18kb
    • 提供者:魏衍斌
  1. Draw

    1下载:
  2. 基于Visual C++ 6.0开发系统,仿制Windows画图软件,实现如下功能: 1. 动态绘制文本、直线、矩形、圆(椭圆)、多边形等基本图形; 2. 可以改变图形的颜色、粗细、线型(实线、虚线、点划线等); 3. 可以实现图形的剪切、复制、粘贴、缩放(全部或指定区域)等基本编辑功能; 4. 基本的图形保存、打开、显示等功能;-Based on Visual C++ 6.0 development system, generic Windows drawing softwar
  3. 所属分类:Graph Drawing

    • 发布日期:2014-12-15
    • 文件大小:3.82mb
    • 提供者:李超
  1. dayandnight

    0下载:
  2. opengl c++ 键盘鼠标交互 画圆 椭圆 矩形 三角形 旋转移动-opengl c++ keyboard and mouse interaction Circle Oval Rectangle Triangle rotational movement of the
  3. 所属分类:Graph program

    • 发布日期:2017-05-24
    • 文件大小:7.74mb
    • 提供者:xuhuihui
  1. MyDrawing

    1下载:
  2. C++Builder 制作的画板,可绘制矩形、椭圆、线和任意图形。可采用多种填充效果和线条粗细。有橡皮擦功能。-C++ Builder produced Sketchpad can be drawn rectangle, ellipse, line and arbitrary graphics. Can be filled with a variety of effects and line thickness. There eraser function.
  3. 所属分类:Graph Drawing

    • 发布日期:2015-07-13
    • 文件大小:335.48kb
    • 提供者:huanglizhen
  1. C

    0下载:
  2. 绘图程序,打印输出杨辉三角形,画椭圆ellipse,利用ellipse and rectangle 画图,等等  -Drawing program, printouts Yang Hui triangle painted oval ellipse, the use of ellipse and rectangle drawing, etc.
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2.57kb
    • 提供者:陈颖
  1. myhough_1degree

    1下载:
  2. Hough算法检测矩形的长,并给出矩形的四个顶点坐标,极坐标中角度精度为1度。-Hough algorithm Detect long rectangle, and give the four vertices of rectangular coordinates, polar coordinates in the perspective of an accuracy of 1 degree.
  3. 所属分类:Special Effects

    • 发布日期:2015-07-08
    • 文件大小:354.61kb
    • 提供者:七禾
  1. d2200904

    0下载:
  2. 本原代码集是我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等-Primitive code set is my practice of computer graphics programming, including painting a straight line, anti-aliased line, circle, draw an oval, rectangular painting, drawing poly
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-13
    • 文件大小:1.78kb
    • 提供者:chenhao
  1. pic

    0下载:
  2. 作业名称: 简易的图形编辑器 实现功能:A: 有一些图元(例如:点,线,矩形,园...) B: 可以在任意位置任意方向作图 C: 填充方式至少有四种(实的,网格,竖线,横线等) D:可以扩充图元课填充的方法 -Operating Name: simple graphics editor to achieve function: A: there are some graphic elements (such as: point, line, rectangle, P
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:2.33kb
    • 提供者:zhangbin
  1. C-and-retchange

    0下载:
  2. 用C语言代码画图,矩形.以此类推,可以画其他图形-UsingC language C draw rectangle.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:611byte
    • 提供者:凌聿辉
  1. Marksdetection

    2下载:
  2. 自己曾经做的一个项目,基于几何特征的模式识别。可以有效的识别等边三角形,矩形,六角形 和圆形。 基于c++和OpenCV 编写的程序。是学习OpenCV的好代码。 图像处理&模式识别。-Marksdetection for equilateral triangles,rectangle, regular hexagon, special orthogonal polygons and circles Based on C++ and OpenCV good source code f
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-05-20
    • 文件大小:4.79kb
    • 提供者:Norbert
  1. rectangle

    0下载:
  2. sample rectangle program in c-sample rectangle program in c++
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:770byte
    • 提供者:lasi
  1. my

    0下载:
  2. c#语言 Devexpress设计的界面。 基于ArcEngine的基础设计 包括:打开、保存、另存地图文档, 地图的放大、缩小、平移等, 图层的移动、删除、显示属性表等, 绘制图形:画线、画面、画圆、画矩形等, 空间数据的导入等。-c# language Devexpress design interface. ArcEngine based on the design include: Open, Save, Save the map document, ma
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-24
    • 文件大小:7.48mb
    • 提供者:小馍
  1. c

    0下载:
  2. 用虚函数求圆,矩形,三角形的周长和,面积和-Seeking to use virtual functions round, rectangle, triangle perimeter and area and
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:889byte
    • 提供者:opentwing
  1. detected-rectangle

    1下载:
  2. 利用opencv测量矩形的C++程序,可以直接检测出矩形,即使背景很复杂-Measured using a rectangle opencv C program, you can directly detect the rectangle, even if the background is very complex
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:2.63kb
    • 提供者:azure
  1. rectangle

    0下载:
  2. C++ MFC程序 用彩色线条在界面不同地方绘出不同的矩形-Draw different rectangles with colored lines in different places of the interface using MFC
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-11
    • 文件大小:2.39mb
    • 提供者:rivulet
  1. CSimpleDrawer

    0下载:
  2. 设计一个简易的画图程序,能够绘制直线、矩形与椭圆,并运用序列化对所绘图形进行保存与打开。(Design a simple drawing program, can draw straight line, rectangle and ellipse, and use serialization to save and open the drawing.)
  3. 所属分类:绘图程序

    • 发布日期:2018-01-10
    • 文件大小:197kb
    • 提供者:玉兰
  1. 基于粒子滤波器的目标跟踪算法及C++实现

    0下载:
  2. 基于粒子滤波器的目标跟踪算法及C++实现,运行方式:按P停止,在前景窗口鼠标点击目标,会自动生成外接矩形,再次按P,对该选定目标进行跟踪。(The target tracking algorithm based on particle filter and C++ implementation, operation mode: stop by P, click the target in the foreground window, automatically generate the oute
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:1.17mb
    • 提供者:KQ_QK
« 12 3 »
搜珍网 www.dssz.com