搜索资源列表

  1. AllKindsOfCurve

    0下载:
  2. 在VC中使用OpenGL画七条曲线:Bezier曲线;3阶(2次)均匀B样条曲线;3阶(2次)准均匀B样条曲线;3阶(2次)分段B样条曲线;4阶(3次)均匀B样条曲线;4阶(3次)准均匀B样条曲线;4阶(3次)分段B样条曲线-in VC use OpenGL seven paintings curve : Bezier curve; 3-(2) uniform B-spline curves; 3-(2) quasi-uniform B
  3. 所属分类:OpenGL

    • 发布日期:2024-05-11
    • 文件大小:558080
    • 提供者:mimi
  1. BezierTest

    0下载:
  2. A simple Bezier spline implementation. Allows the user to select control points on a picture box and then draw a Bezier curve between them. -A simple Bezier spline implementation. Al lows the user to select control
  3. 所属分类:界面编程

    • 发布日期:2024-05-11
    • 文件大小:4096
    • 提供者:zddzhou
  1. SPLINEDRAWING

    0下载:
  2. 绘制样条曲线控件功能,实现算法简单,!包含例程-drawing spline curve control functions, simple algorithm that! Contains routines
  3. 所属分类:Windows编程

    • 发布日期:2024-05-11
    • 文件大小:154624
    • 提供者:jm
  1. TriSpline

    0下载:
  2. 三次样条插值程序。编译运行本程序后,程序会弹出窗口及问句:“input the number of intervals:”,输入插值的次数即可,程序将得到的次数保存在变量int n中。如果输入的插值次数正确(n>=2),程序会显示下一语句:"input the value of the variable:",此时输入插值点即可,程序将得到的插值点保存在变量double v中。若插值点正确(v>=0&&v<=6),则程序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:280576
    • 提供者:唐新猛
  1. 3spline

    0下载:
  2. 自己保存的很好的关于三次样条的c语言的程序-their preservation of the good of cubic spline procedure language c
  3. 所属分类:Windows编程

    • 发布日期:2024-05-11
    • 文件大小:625664
    • 提供者:lixu
  1. Spline12345

    0下载:
  2. 用参数样条曲线拟合型值点的算法。实现将11个型值点的拟和。在CAD中有广泛应用。用OpenGL绘制出图形。-parameters spline curve fitting data points algorithm. Implementation of 11-point values and the proposed. CAD is widely used. Drawn with OpenGL graphics.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:成熠
  1. B-splineapproachforempiricalmodedecompositions

    0下载:
  2. EMD的一种插值算法的文章,研究EMD算法改进的朋友可以看一下这个B-样条插值算法-a interpolation algorithm article, Improved algorithm research EMD friends can look at the B-spline interpolation algorithm
  3. 所属分类:文件格式

    • 发布日期:2024-05-11
    • 文件大小:397312
    • 提供者:张楠
  1. Code

    0下载:
  2. 用matlab编写的线性插值,最近邻域插值,和双三次样条插值。-using Matlab prepared by the linear interpolation, the recent neighborhood interpolation and bicubic spline interpolation.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:18432
    • 提供者:周萍
  1. bezierCurve

    0下载:
  2. B-spline曲線是包含Bezier曲線的通用數學表示法。-B-spline curve is a Bezier curve that contains a common mathematical expressions.
  3. 所属分类:文档资料

    • 发布日期:2024-05-11
    • 文件大小:119808
    • 提供者:wong
  1. dujunli_337

    0下载:
  2. 想学好计算机图形学的大学生,老师和工程人员内容:动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、bresenham、逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier,spline,Bspling,Hermite曲线生成算法;单线性,双线性,Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充,种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,原点对称,错切变换算法;
  3. 所属分类:文件格式

    • 发布日期:2024-05-11
    • 文件大小:38912
    • 提供者:隋毅
  1. SplineTester

    0下载:
  2. B样条鼠标绘制程序,供各位同仁相互学习。-B-spline drawing program the mouse for your colleagues learn from each other.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-11
    • 文件大小:705536
    • 提供者:彭亮
  1. B3_curves

    0下载:
  2. 三次B样条曲线是曲线学中一个重要的部分,它不但保留了Bezier曲线的优点,而且克服了其不具备局部性质的缺点,能更好地表示与设计自由型曲线曲面,通过几个控制点的移动能形成不同的曲线.-Three B-spline curve learning curve is an important part, it not only retains the advantages of Bezier curves, but do not have t
  3. 所属分类:C#编程

    • 发布日期:2024-05-11
    • 文件大小:162816
    • 提供者:厉鑫
  1. erik_ferner

    0下载:
  2. Erik Ferner采用VC++与OPENGL开发的三维漫游软件,效果十分棒,带全套源代码,程序将把你带到圣诞树、森林、房子中漫游,摄影机沿着 B-Spline 曲线运动,十分平滑。灯光、火焰效果也是非常不错的。-Erik Ferner used VC++ With OPENGL roaming developed three-dimensional software, the effect of a very stick, with
  3. 所属分类:OpenGL

    • 发布日期:2024-05-11
    • 文件大小:2205696
    • 提供者:vrmlcode
  1. CFoldPoint

    0下载:
  2. 曲线拟合函数 三个函数,SPLine 调用另外两个。用时候直接调用SPLine函数,入口pList是已知离散点链表,pDestList是生成的点的链表。SM是在两个点中间插入点的数目,continue=0是采样点无规律,要求生成闭合曲线。-Curve fitting function of the three functions, SPLine call the other two. Spline used when a direc
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:张华安
  1. BSpline

    0下载:
  2. 实现了均匀B样条曲线,准均匀B样条曲线,非均匀B样条曲线绘制-Realize the uniform B-spline curve, quasi-uniform B-spline curve, non-uniform B-spline curve drawing
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:132096
    • 提供者:林瑞
  1. Bspline

    0下载:
  2. 三次B_样条曲线源程序,坐标需要根据自己实际想要的图形进行修改-B_ three source-spline curve, according to their actual coordinates of the graphics you want to modify
  3. 所属分类:绘图程序

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:刘浩然
  1. Lee

    0下载:
  2. Lee的经典的多分辨率B样条拟合方法(multi-level B-spline fitting)的VC源代码。广泛应用于图形图像处理,CAD等领域。-Lee s classic multi-resolution B-spline fitting method (multi-level B-spline fitting) of the VC source code. Widely used in graphic image process
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:2721792
    • 提供者:yangocean
  1. B-splineApproximation

    0下载:
  2. B-spline曲线、曲面的插值和逼近算法以及B-spline曲线、曲面的显示。代码是matlab格式的。-B-spline curve, surface interpolation and approximation algorithm, as well as B-spline curve, surface display. Code matlab format.
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-11
    • 文件大小:8192
    • 提供者:yang
  1. spine

    0下载:
  2. 样条类的C++,该类包括三次样条的插值,拟合和B样条的插值,拟和等功能 。自己编写的简单适用的函数,粘上即可用。-Spline type of C++, Such including the cubic spline interpolation, fitting and B-spline interpolation, to be and functions. I have written a simple application of
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:5120
    • 提供者:饶宾
  1. point3Dspline

    0下载:
  2. 实现三维空间点的样条插值算法,point3D cubic spline-The realization of three-dimensional space point spline interpolation algorithm, point3D cubic spline
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:14862336
    • 提供者:qiaodong
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org