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

搜索资源列表

  1. LaserResonator

    0下载:
  2. 此程序在别人的源代码基础上改进了很多,提供了一维,平面,三维画图,并提供了位图保存的功能,能够自动显示系统时间.-this procedure in other people's source code to improve on the basis of a lot of one-dimensional, flat, three-dimensional drawing, and provided bitmap preserve the function to automatically
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:699227
    • 提供者:朱卫华
  1. DrawJinganshi

    0下载:
  2. 设计实现直线的DDA算法或BRESENHAM算法,并在此基础上进行下面的实验: 绘制金刚石图案 -Design linear algorithms or DDA BRESENHAM algorithm, and on this basis for the following experiments : Drawing diamond logo
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:91737
    • 提供者:沈丽华
  1. 35738593basicdraw

    0下载:
  2. 笼统, 简单介绍给大家一点画图所要的基础。-general, simple introduced to the 1:00 drawing to be the basis.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:54277
    • 提供者:lusang
  1. led_demo

    0下载:
  2. 很有意思的LED VC实现,在些基础上进行修改可以得到很多意想不到的效果.-very interesting LED VC, on the basis of these changes can be a lot of unexpected results.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:50197
    • 提供者:宁炳武
  1. Bresenham_Circle

    0下载:
  2. 本程序实现了Bresenham的画圆算法,并且在此基础上实现了圆的填充-the realization of the Circle Bresenham algorithm, and on this basis to achieve a round filled
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:69919
    • 提供者:李真
  1. vb_drwa_code

    0下载:
  2. 学习VB的绘图程序设计,比较简单,这里有一个很易学的程序.可以在此基础上编写出很多实用的程序啊.-learning VB mapping program design, relatively simple, Here is a very easy to learn the procedures. This can be prepared on the basis of many practical procedures ah.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:6435
    • 提供者:董轻
  1. chap7all

    0下载:
  2. Chapter 7 Rational B-spline (NURBS) Surfaces basis.c tbasis.c Calculates the B-spline basis functions. frbsurf.c tfrbsurf.c Calculates and test the fast B-spline surface algorithm. knot.c tknot.c Calculates an open knot vector. rbspsu
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:12446
    • 提供者:陈小明
  1. chap6all

    0下载:
  2. Chapter 6 B-spline Surfaces basis.c tbasis.c Calculates the B-spline basis functions. bsplsurf.c tbsurf.c Calculates a B-spline surface. bspsurfu.c tbsurfu.c Calculates a periodic B-spline surface. dbasis.c tdbasis.c Calculates the B-
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:12799
    • 提供者:陈小明
  1. 图形编辑

    0下载:
  2. 实现四个功能:一、图和图素1. 定义屏幕坐标2. 在屏幕中心作下列图素:点 • ; 小方块 ■ ;大方块 ■ ; 圆点 ● 。以上述图素画线二、3. 用DDA法画线段;4. 用DDA法画圆。三、已知如图所示的多面体,其各棱边长均相等。要求1. 用步进法(即+1比较法)编写AB线段生成程序;2. 用法线法编写消隐程序;3. 编写让多面体绕其中心轴线旋转30o、45o、60o的程序四.在三的基础上自动绘制各棱边,自由旋转任意角度-realization of the four funct
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:251954
    • 提供者:张帆
  1. NURBS-curve

    4下载:
  2. 这是NURBS曲线的绘制程序,在MATLAB-2008a环境下进行编写,包含了几个基函数子程序。可以通过调节控制顶点和点的权重来调节曲面形状。 -This is a NURBS curve drawing program, in the MATLAB-2008a environments prepared, including a number of basis function subprogram. Can be controlled by adjusting the weight o
  3. 所属分类:绘图程序

    • 发布日期:2012-11-29
    • 文件大小:14991
    • 提供者:小胡
  1. StaticDraw

    0下载:
  2. 基于Static控件的实时曲线绘制程序,在此基础上可用于任意曲线绘制-Static real-time control curve drawing program, for any curve drawn on this basis can be
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3828612
    • 提供者:wangps
  1. ZH01

    0下载:
  2. 功能:画平面人工挖孔灌注桩.用于结构专业绘制基础详图.-Features: Flat painting hand-dug pile. The basis for the structure of professional mapping details.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:1621
    • 提供者:li
  1. gethatchbj

    0下载:
  2. AUTOCAD自动获取所有填充的边界并在重心处输出填充的面积数值,对于填充极多,并要根据填充的面积数值和边界节点进行编辑有很大的好处。在此基础上可以实现很多的功能(只支持2007,略修改可以自由输出面域或多段线的边界)(代码很精简,对初学者有很大好处)(操作为加载后运行“bj”和“tcmj”)-AUTOCAD automatic access to all the filling in the center of gravity of the border and fill the output
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:1472
    • 提供者:xielei
  1. DRAWCLI

    0下载:
  2. 这是一个绘图程序,可以在此基础上增加内容。-This is a drawing program, you can increase the content of this basis.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:158554
    • 提供者:chjizheng
  1. huihuadianziqi

    0下载:
  2. 非常经典!完整的系统,可以作为AutoCAD软件的基础模型学习应用到实际工程中!-Very classic! Complete system can be used as the basis of AutoCAD software learning model applied to the actual project!
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-29
    • 文件大小:233139
    • 提供者:轩辕剑
  1. Complex.curve.drawing.program

    0下载:
  2. 复杂曲线的绘图程序,可以绘制参数样条曲线,贝齐埃曲线 ,B样条曲线,实现绘制,修改,删除等多种功能并显示基函数。CAGD专业非常经典的程序-Complex curve drawing program, you can map parameters spline curve, Pui Maiziere curve, B-spline curve, realize mapping, modify, delete and display a variety of functions, such as
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:70430
    • 提供者:王帅
  1. GDI_1

    0下载:
  2. GDI绘图,绘制矩形、椭圆等,是学习GDI图形编程的基础。-GDI drawing, draw rectangle, ellipse, etc., is to study the basis of GDI graphics programming.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:12096
    • 提供者:msdn2100
  1. DRAW3013

    0下载:
  2. 一个简单的绘图程序,实现类的继承。可以画直线、圆、矩形。并实现简单的图形保存。直线画法为DDA,圆的画法为中点画圆法,矩形在直线基础上画。程序比较适合初学者。-A simple drawing program to achieve class inheritance. Can draw a straight line, round, rectangular. And to achieve a simple, save the drawing. Straight-line painting for
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:4020613
    • 提供者:李干
  1. first

    0下载:
  2. Program on the basis of the object-oriented programming. Executes drawing of drawings primitives: point, line, rectangle, circle and ellipse.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:235003
    • 提供者:evgeniuss07
  1. Graphic

    0下载:
  2. 使用C语言编写的一些简单的图形算法基础,其中有中点直线算法,中点画圆,种子填充和裁剪算法。-Using the C language written in the basis of some simple graph algorithms, including the midpoint of a straight line algorithms, the mid-point Circle, seed filling and clipping algorithms.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-17
    • 文件大小:58358
    • 提供者:周拓
« 12 3 »
搜珍网 www.dssz.com