搜索资源列表

  1. Cubic-spline-interpolati

    0下载:
  2. 三次样条插值算法(压紧样条)及其图形绘制-Cubic spline interpolation algorithm (compression spline) and its graphics rendering
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:贾维
  1. Bi-cubic-Bezier-surface-algorithm

    0下载:
  2. 在Windows环境下用visual C++实现双三次Bezier曲面算法的编程-In the Windows environment using visual C++ to achieve bi-cubic Bezier surface programming algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-11
    • 文件大小:269312
    • 提供者:jack
  1. cubic-spline-interpolation

    0下载:
  2. 三次样条插值代码,适合matlab应用,纯属个人编写-cubic spline interpolation
  3. 所属分类:汇编语言

    • 发布日期:2024-05-11
    • 文件大小:10240
    • 提供者:xzsfw
  1. cubic-shader

    0下载:
  2. Cubic shader from Away3D engine
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-11
    • 文件大小:4096
    • 提供者:Willo Trees
  1. Cubic-and-Matlab

    0下载:
  2. 三次样条插值在Matlab上的实现。三次样条插值函数的构造与Matlab实现-Cubic and Matlab Cubic and Matlab Cubic and Matlab Cubic and Matlab Cubic and Matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:427008
    • 提供者:匿名
  1. Cubic-B-Spline-Curve-Refinement

    0下载:
  2. Cubic B-spline Notes
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-11
    • 文件大小:30720
    • 提供者:mindbender
  1. Validation-cubic-spline

    0下载:
  2. 验证三次样条函数插值是否具有几何不变性实验-Verify cubic spline interpolation with geometric invariance experiments
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:954368
    • 提供者:汪者
  1. Natural-Cubic-Splines

    0下载:
  2. Natural Cubic 插值,里面有一个经典实例,希望有用-Natural Cubic Splines interpolation, there are a classic example of the hope that useful. . .
  3. 所属分类:技术管理

    • 发布日期:2024-05-11
    • 文件大小:6144
    • 提供者:何枫
  1. CUBIC

    0下载:
  2. Cubic Spkine 輸入X,Y座標,產生三次內插-The Cubic Spkine input X, Y coordinates to produce three interpolation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:353280
    • 提供者:秦國銘
  1. cubic-spline

    0下载:
  2. note for cubic spline workout exams
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:1029120
    • 提供者:imranity
  1. cubic-spline

    0下载:
  2. 数值分析计算程序例子,三次样条插值法,边界条件:端点导数值已知。-Numerical the analysis calculation procedures example, cubic spline interpolation, boundary conditions: endpoint derivative
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:Zhang li
  1. cubic-spline

    0下载:
  2. Cubic spline algorithm
  3. 所属分类:视频捕捉/采集

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:ramsetii
  1. Cubic-spline-

    0下载:
  2. 本程序用于数值分析中,三次样条差值和最佳平方逼近,主要是先输入5个区间点,然后计算出单词样条的差值和最佳平方的逼近-The purpose of the procedures used for the numerical analysis, cubic spline difference and the best square approximation, to achieve the calculated
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:272384
    • 提供者:何弯弯
  1. Cubic-spline-interpolation

    0下载:
  2. 选择一曲线,本实例为正弦曲线,实现三次样条的插补-Select a curve, the instance of a sinusoidal curve, cubic spline interpolation
  3. 所属分类:C#编程

    • 发布日期:2024-05-11
    • 文件大小:3840000
    • 提供者:scorpion
  1. Cubic-Spline-interpolation

    0下载:
  2. 用三次样条插值法对少量样点进行插值计算和曲线拟合-Use Cubic Spline interpolation method to compute and fit the curve.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:
  1. cubic-spline-interpolation

    0下载:
  2. 大数据量中需找数据的统计规律,采用模拟退火算法,采用三次样条插值实现-Large amounts of data need to find the statistical regularities of the data, the use of simulated annealing algorithm, using cubic spline interpolation to achieve
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:陆欣慰
  1. Cubic-B-spline-curve

    0下载:
  2. 能实现三次B样条曲线的基本功能,对计算机图形学的初学者有一定的作用。-Can achieve the basic functions of cubic B-spline curve to a certain extent, the computer graphics beginners.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:刘通
  1. Cubic-spline-interpolation-

    0下载:
  2. 该程序是基于数值分析的计算的三次样条插值和最佳平方逼近,用c做的,有注释,代码简单,希望能对您有用-The program is based on the numerical analysis of the calculated cubic spline interpolation and best square approximation, with c do, Notes, code simple, hoping to be use
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:8192
    • 提供者:何弯弯
  1. cubic-equation-

    0下载:
  2. project about how to solve cubic equation
  3. 所属分类:.net编程

    • 发布日期:2024-05-11
    • 文件大小:203776
    • 提供者:nguy minh
  1. Drawing-cubic-function

    0下载:
  2. 三次函数画图。这是一个在matlab7.6 下写的小程序,十分简明易懂。不清楚的地方可以help哦-Cubic function draw. This is a matlab7.6 to write a small program, very easy to understand. Oh, do not know where you can help
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:33792
    • 提供者:
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org