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

搜索资源列表

  1. ddaline.c

    0下载:
  2. ddaline.c 在Turboc2下编写DDA画直线算法。本程序实现的是数值微分画线算法。-ddaline.c prepared under the DDA Turboc2 painting linear algorithms. This program is the numerical differential line drawing algorithm.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1020byte
    • 提供者:Sungol
  1. GuangShanHuiTuYanShi

    0下载:
  2. 这是计算机图形学课程设计程序,实现Breasham、中点、数值微分画线画圆,种子填充、活化边表填充、边填充、Sutherland线段裁减、中点线段裁减、Liang-Basky线段裁减。-This is the computer graphics curriculum design procedures, Breasham, midpoint, numerical differential line drawing Circle, seed filling, side table filled w
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:33.72kb
    • 提供者:张楠
  1. ADDline

    0下载:
  2. 直线生成算法之DDA DDA称为数值微分画线算法,是直线生成算法中最简单的一种。原理相当简单,就是最直观的根据斜率的偏移程度,决定是以x为步进方向还是以y为步进方向。然后在相应的步进方向上,步进变量每次增加一个像素,而另一个相关坐标变量则为Yk_1=Yk+m(以x为步进变量为例,m为斜率)
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1.5kb
    • 提供者:xieying
  1. 实验报告2

    0下载:
  2. 重点撑握数值微分法.此法主要内容为先算出直线的斜率 k=△y/△x 其中, △x=x1-x0, △y=y1-y0,(x0,y0)和(x1,y1)分别是直线的端点坐标。然后,从直线的起点开始,确定最佳逼近于直线的y坐标均为整数,让X从起点到终点变化,每步递增1,计算对应的y坐标,y=kx+B,并取象素(x,round(y))。用这个方法既直观,以可行,然而效率低。-focus on shoring grip numerical differentiation. This method is mai
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:27.2kb
    • 提供者:news
  1. shiyan

    0下载:
  2. 画直线的方法:数值微分法,中点划线法,bresenham划线算法-Draw a straight line method
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-14
    • 文件大小:3.34kb
    • 提供者:vivianjia
  1. line

    0下载:
  2. 计算机图形学 line 数值微分画直线 和园 -Computer graphics line drawing a straight line and the numerical differentiation Park
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-09
    • 文件大小:1.78mb
    • 提供者:baby
  1. MATLABSOLUTION

    0下载:
  2. MATLABSOLUTION包含了偏微分方程的MATLAB数值解法以及一百个数值计算实例,有益于初学者。-MATLABSOLUTION contains the numerical solution of partial differential equations in MATLAB, as well as 100 numerical example, useful for beginners.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-04
    • 文件大小:1.21mb
    • 提供者:李成
  1. Differential_geometry

    0下载:
  2. 微分几何是基于数值计算的一门学科,是计算机图形学的更深入研究,本书简单易懂,概念清晰-Differential geometry is based on numerical calculation of a discipline, is more in-depth study of computer graphics, the book easy to understand the concept of a clear
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-07
    • 文件大小:684.38kb
    • 提供者:Alex Stocks
  1. draw(vc)

    1下载:
  2. VC6.0实现画图功能,包括基本图形:直线(数值微分法、中点画线法,Bresenham画线算法),圆与椭圆(中点画圆法、Bresenham画圆算法、椭圆生成算法),区域填充(边填充算法、种子填充算法、圆与椭圆的填充、图案填充),裁剪、线宽与线型的处理。还有简单的图形变换,以及简单曲线和曲面的实现-VC6.0 implement drawing functions, including basic graphics: linear (numerical differential method, t
  3. 所属分类:Graph Drawing

    • 发布日期:2017-02-19
    • 文件大小:28.58mb
    • 提供者:鈞天下
  1. DDALine

    0下载:
  2. 数值微分法即DDA法(Digital Differential Analyzer),是一种基于直线的微分方程来生成直线的方法。-Numerical differentiation method that DDA (Digital Differential Analyzer), is based on linear differential equations to generate the straight line method.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:555byte
    • 提供者:孙玲
  1. Compare

    0下载:
  2. 直线和圆生成算法,包括逐点画圆法、数值微分法、中点画线法、Bresenham划线法;Bresenham画圆法、正负画圆法。-Straight line and round generation algorithm, including drawing by numerical differential method.as the, the, the picture line method, Bresenham crossed method Bresenham.as the painting,
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-24
    • 文件大小:246.77kb
    • 提供者:常克思
  1. Permanence

    2下载:
  2. 脉冲微分方程-生物数学模型持久性和灭绝的数值仿真MATLAB程序-The pulse differential equations- bio-mathematical model of persistence and extinction of numerical simulation of MATLAB program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-01
    • 文件大小:989byte
    • 提供者:yjt
  1. ODE-with-Numerical-Methods

    1下载:
  2. (单步和多步)数值方法求解一阶常微分方程。 方法包括: 1.欧拉方法 2.修的方法 3.四阶龙格库塔方法 4.Adams-Bashforth方法 5.Adams-Moulton方法-Numerical Methods (single step and multi step) for solving First Order Ordinary Differential Equations. Methods included: 1. Euler s Method
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-16
    • 文件大小:6kb
    • 提供者:付晓强
  1. 1266016

    0下载:
  2. MATLAB数学实验之数值微分与数值积分,里面有课件以及作业,-MATLAB mathematical experiment and the numerical integration and numerical differentiation of courseware and assignment,
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-13
    • 文件大小:2.12mb
    • 提供者:gdo+6079
搜珍网 www.dssz.com