CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - chord

搜索资源列表

  1. yuandaimabaogao

    0下载:
  2. 数值计算源代码,包括二分法,弦截法,龙贝格算法,下山法,牛顿迭代法-numerical source code, including the dichotomy, chord sheet, Lung Bergh algorithm, the mountain, the Newton iterative method
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6948
    • 提供者:顾婷婷
  1. jsff123

    0下载:
  2. 计算方法中的五种算法: 二分法、简单迭代法、快速弦截法、龙贝格算法、弦截法。 附说明-calculation algorithm of five : dichotomy, a simple iterative method, rapid chord sheet, Lung Bergh algorithm string sheet. Annotated
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:111218
    • 提供者:Snake
  1. xiejie

    0下载:
  2. 弦截法——数值分析,程序代码,参考数值分析课本,很简单的程序,大家一定看得懂-chord sheet -- numerical analysis code, the numerical analysis of reference books, a very simple procedure, we must understand the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:798
    • 提供者:m
  1. ksxjf

    0下载:
  2. 快速弦截法——数值分析,程序代码,参考数值分析课本,很简单的程序,大家一定看得懂-rapid chord sheet -- numerical analysis code, the numerical analysis of reference books, a very simple procedure, They must understand the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7498
    • 提供者:m
  1. chord

    0下载:
  2. 解非线性方程的双点弦截法的c程序,在Turbo C上可运行,内含源程序和一个例子以及实验报告。-Solution of nonlinear equations of two-point string c cut-off law procedures, the Turbo C can be run, including source code and an example and experimental report.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:26101
    • 提供者:白文静
  1. exp5

    0下载:
  2. Newton弦截法求根 初值设为x为 0.1,0.2,0.9,9.0.可在程序中更改 -Root chord Newton method initial cut-off set x to 0.1,0.2,0.9,9.0. May change in the procedure
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:719
    • 提供者:苍月
  1. shuzhijisuan

    0下载:
  2. 数值计算,利用newton迭代法和弦截法计算插值多项式-Numerical calculation, using newton iteration method chord intercept method to calculate the interpolation polynomial
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:597
    • 提供者:chen
  1. YcYf

    0下载:
  2. 计算翼型的最大厚度弦向位置以及对翼型的点坐标进行均匀差值-Calculate the maximum thickness of airfoil chord and the airfoil to the location coordinates of the point difference between uniform
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:367041
    • 提供者:大波
  1. xianjiefaqiujiefangcheng

    0下载:
  2. 运用数学中弦截法求解方程解,效率较高,算法执行效率良好-Solving equations using chord intercept solutions, more efficient
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:727
    • 提供者:zjjjjj
  1. chordsol

    0下载:
  2. CHORDSOL Chord method code for scalar equations. This code terminates on small relative-absolute errors, function [X, HIST] = CHORDSOL(X, F, TOLA, TOLR) Inputs: X = initial iterate F = function TOLA = absolute error tolerance TOLR
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1025
    • 提供者:devdvl
  1. djhsajdh

    0下载:
  2. Gauss 消元法 — 不选主元 Gauss 消元法 — 列选主元. 插值法 lagrange .cpp 插值法 lagrange .cpp 二分法.txt 二分法和简单迭代法以及埃特金.txt 复化辛卜生公式.txt快速弦截法 gauss-seidel选代.txt牛顿迭代法.txt-Gauss elimination method- do not choose the principal component Gauss elimination method- principal c
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:7536
    • 提供者:贾斌
  1. SECANT_ALGORITHM

    0下载:
  2. 非线性代数方程的求解的Mathematica的代码,割弦法,可以解决任意的代数方程,代码清晰,方便用户修改代码,使之成为自己的东西。-Non-linear algebraic equations of the Mathematica code, cutting chord method, can solve any algebraic equation, the code clear, user-friendly modify the code, making our own things.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1129
    • 提供者:he
  1. numerus

    0下载:
  2. 数值算法的相关算法实现,包括单点弦法迭代法 牛顿迭代法 二分法 拉格郞日插值 牛顿法插值等算法-Numerical algorithm related algorithms, including the single-point chord iteration Newton' s iteration method dichotomy Rugby Lang on Newton interpolation algorithm for interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:74544
    • 提供者:
  1. ExpandingRods

    0下载:
  2. 题意:已知一个圆的弦长l0及这条弦所在的弧长l1,求弦的中心点到弧的中心点的距离 思想:这是一个列方程然后利用二分法解方程的题目,令该疑弧所对的圆心角为anlg, 半径为r,根据题意有两个方程:l1=anlg*r l0=2*r*sin(anlg/2) 两个方程两个未知数, 通过化简有:2*l1*sin(anlg/2)-anlg*l0=0 因为角度的值是从0到2*pi,题目中讲到过 弧的长度不可能大于弦的两倍,所以角度不可能取到2*pi,但是有可能为0,把零特殊考虑, 再从0到
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:861
    • 提供者:yangxiuyi
  1. tmrecog

    0下载:
  2. A template matching algorithm for Chord Recognition. It matches a given chroma with 180 chord patterns
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:979
    • 提供者:MC
  1. chord

    0下载:
  2. chord 算法 chord的c++源代码 -chord algorithm chord of c++ source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:388000
    • 提供者:王鹏
  1. OFG1

    0下载:
  2. chord transparition
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:38640
    • 提供者:varlee
  1. OGF2

    0下载:
  2. chord recognition ,major chord,minor chord and transporition of text document.
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:39138
    • 提供者:varlee
  1. Chord

    1下载:
  2. 弦切法求根。该函数为用利用弦切法求方程根的方法。-String cutting method root finding. The function Equation Root chord cutting method.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-09
    • 文件大小:644
    • 提供者:lisa
  1. chord measurement

    2下载:
  2. 三点偏弦测法理论说明文献 弦测法传递函数及黄金分割点遍历程序(Theory and Research of Asymmetrical Chord Offset Method)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:1352704
    • 提供者:菜碗碗
« 12 3 »
搜珍网 www.dssz.com