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

搜索资源列表

  1. 画图系统

    0下载:
  2. 我的程序是用C语言编的一个画图软件,满足以下几点: 用某种方法实现圆的生成算法。 实现橡皮筋直线、圆、矩形。 实现多边形裁剪。 实现基本几何变换(平移、旋转、缩放)。 实现Bezier曲线或B样条曲线。 最终呈现的结果是一个小型的交互式图形系统,用界面把所有功能串连起来。-the procedures I used the C language is part of a drawing software to meet the following points : the use of a ce
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:5.19kb
    • 提供者:李玮玮
  1. 图行算法

    0下载:
  2. 原代码下载,我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理-download the original code, the computer graphics programming practice, including painting line, anti-aliasing straight Circle, pai
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:407.7kb
    • 提供者:wuxuegang
  1. 画图小程序

    0下载:
  2. 可以画直线、矩形、圆形和椭圆形。不可以画三角形和多边形。没有橡皮擦。-picturesque linear, rectangular, round and oval. Not painted triangle and polygon. No eraser.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:58.43kb
    • 提供者:相爱芹
  1. 小型CAD系统(做图程序)

    2下载:
  2. 用C语言编写的小型做图程序。它提供了对直线,矩形,圆,图形文本等对象的绘制。-C language so small graphic program. It provides a pair of linear, rectangular, round, graphic objects, such as text drawing.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:45.1kb
    • 提供者:hjxm
  1. Bresenham算法

    0下载:
  2. Bresenham算法演示程序。该例程使用Bresenham算法画出一个凸四边形。-Bresenham algorithm demonstration program. Routine use of the Bresenham algorithm to identify a convex rectangular.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:57.05kb
    • 提供者:蝌蚪
  1. CADdraw

    0下载:
  2. 本程序实现八种图形的绘图功能,分别是直线,圆弧,贝赛尔曲线,矩形,圆角矩形,椭圆和多边形。绘图步骤如下: 直线:点鼠标左键确定起始点,移动鼠标点左键确定终点。 圆弧:用鼠标左键依次点四点确定圆弧。 贝赛尔曲线:用鼠标左键依次点四点确定贝赛尔曲线。 矩形:点左键确定起始点,拖动鼠标再点左键确定对角点。 圆角矩形:点左键确定起始点,拖动鼠标再点左键确定对角点。 椭圆:点左键确定起始点,拖动鼠标再点左键确定对角点,便作出了与该矩形相切的椭圆。 多边形:点鼠标左键确定起始点,
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:58.55kb
    • 提供者:李萍
  1. jux23

    0下载:
  2. 矩形边加载图片旋转框-rectangular side loading Photo rotating frame
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:110.34kb
    • 提供者:李翔
  1. ex11

    0下载:
  2. 这个程序演示了通过矩形裁剪函数制造百叶窗效果显示位图-demonstration of the process of cutting through the rectangular function manufacture blinds effect Bitmap
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:394.22kb
    • 提供者:zqw
  1. MiniDrawPad

    0下载:
  2. 一个java做的画图小程序,可以画直线,椭圆,圆,长方形,还可以选择画笔的粗细,画笔的颜色,可以保存图形。-do a small drawing procedure could draw straight, oval, round, rectangular, and can also choose the size of the brush, brush the color and graphics can be preserved.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:34.47kb
    • 提供者:李碧初
  1. CcubeDissect

    1下载:
  2. 等值线的四边形剖分,如何画等值线以及用OPENGL显示。-contours rectangular mesh, how to draw contour lines and using OpenGL display.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:103.74kb
    • 提供者:hxh
  1. rectangular

    0下载:
  2. 长方体绘制函数; Height高;x1,y1,z, x2,y2,z, x3,y3,z, x4,y4,z,四个(底面的)顶点的坐标,四个点的z坐标相等。顺序为:俯视图的逆时针顺序; isTURE 是建立长方体是否成功的判定返回值,isTURE = 1则失败,isTURE = 0 则成功;-program for make a 3D rectangular filled red color,under MATLAB.
  3. 所属分类:Graph Drawing

    • 发布日期:
    • 文件大小:1000byte
    • 提供者:zhu
  1. rectangular

    0下载:
  2. 这是我们计算机图形学上的实习内容,利用OPENGL绘制矩形-This is our practice on the computer graphics content, the use of OPENGL drawing rectangular
  3. 所属分类:Fractal program

    • 发布日期:2017-03-29
    • 文件大小:352.62kb
    • 提供者:gaomouren
  1. RectangularMesh

    0下载:
  2. Program to form a rectangular mesh
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-11
    • 文件大小:967byte
    • 提供者:ak
  1. Rectangular

    0下载:
  2. 矩形截面偏心受压构件正截面抗压承载能力验算(沿腹部均匀配置纵向钢筋)-Rectangular eccentric compression is compression bearing capacity checking section (abdomen uniform configuration along the longitudinal reinforcement)
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:17.71kb
    • 提供者:刘礼标
  1. rectangular-analysis

    0下载:
  2. 利用 矩形分析法 解决分析最优值,还有最后生成矩形数据图,便于分析和使用-Using rectangular analysis method to solve the optimal value analysis,And the last generation rectangular data figure, facilitate analysis and use
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1.63kb
    • 提供者:wangdong
  1. JAVA2D-SQUARE-AND-RECTANGULAR

    0下载:
  2. HOW TO DRAW 2D RECTANGULAR AND SQUARE İ N JAVA ? (SOURCE CODE)
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-13
    • 文件大小:199.72kb
    • 提供者:SULEYMAN
  1. Rectangular-Detection

    0下载:
  2. 矩形检测,基于MATLAB的利用霍夫变换,自己弄的,很实用-rectangular detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1.71mb
    • 提供者:朱洲
  1. rectangular

    0下载:
  2. 绘制一个彩色的四棱锥并添加光照效果。可以通过控制物体对光的反射材质因子和不同光的因子达到不同的光照效果。-Draw a color of rectangular pyramid and add lighting effects.Can control the object to the light reflection material factor and different factors to reach different lighting effect.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:12.75kb
    • 提供者:张钦
  1. rectangular

    0下载:
  2. 一个在画不规则矩形的的源程序,在vc环境下开发,很好用-A picture of the source code for the irregular rectangular, in the vc environment development, very useful
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-14
    • 文件大小:3.33kb
    • 提供者:Enrkh
  1. Rectangular revcloud lisp

    0下载:
  2. rectangular, revcloud
  3. 所属分类:CAD

    • 发布日期:2018-05-02
    • 文件大小:330kb
    • 提供者:farseer
« 12 3 4 5 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com