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

搜索资源列表

  1. vbNumerical10

    0下载:
  2. 最小平方近似法 (least-squares approximation) 是用來求出一組離散 (discrete) 數據點的近似函數 (approximating function),作實驗所得的數據亦常使用最小平方近似法來達成曲線密合 (curve fitting)。以下所介紹的最小平方近似法是使用多項式作為近似函數,除了多項式之外,指數、對數方程式亦可作為近似函數。關於最小平方近似法的計算原理,請參閱市面上的數值分析書籍-least square approximation (least-
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.22kb
    • 提供者:三米
  1. traveljinshi

    0下载:
  2. 旅行售货员问题的近似算法 数据结构 算法 NP完全问题-traveling salesman problem approximation algorithm data structure algorithms NP-complete problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.06kb
    • 提供者:agi995
  1. RamdomMincut

    0下载:
  2. 最小切割的近似算法。希望能够对大家有所参考-Minimum cut approximation algorithm. We hope to be able to reference
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:9.89kb
    • 提供者:phil
  1. quxiannihe

    0下载:
  2. 数据结构。曲线拟合算法。通过曲线拟合法求曲线近似方程-Data structure. Curve fitting algorithm. Demand curve by curve fitting approximation equation
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3.42kb
    • 提供者:lh
  1. ANewLlarge-scaleNetworkAapproximationAalgorithmFor

    0下载:
  2. 一种新的大规模网络最短路径的近似算法 不错的论文-A new large-scale network approximation algorithm for the shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:185.23kb
    • 提供者:范莎
  1. golden_cut_method

    0下载:
  2. 2. 黄金分割法的的核心思想是逼近,而最终结果的精确程度取决于相对精度e的大小,e越小,结果越精确,迭代次数越多,这一点从图一的程序运行结果中可以很明显的看出。 3. 程序运行过程中首先输入初始区间[0,1],然后输入迭代后最后区间的长度0.2,最后得出极小值和极小值点。 -2. Golden section method is the core idea of approximation, while the final result depends on the precise re
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:784byte
    • 提供者:陈卫亮
  1. string_structure

    0下载:
  2. 关于字符串的数据结构应用,有kmp,扩展kmp,单词前缀树的近似kmp,后缀数组。求最多重复子串。-On the string data structure applications, kmp, expansion kmp, word prefix tree approximation kmp, suffix array. Seeking up to repeated substring.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:4.02kb
    • 提供者:Mr.Only
  1. Approximate1

    0下载:
  2. 近似算法;最优适宜装箱问题的实现,用C++语言编写-Approximation algorithm optimal implementation of appropriate packing problem, using C++ language
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:530byte
    • 提供者:康遵强
  1. assemble

    0下载:
  2. 装箱问题是大家经常碰到的问题,也有很多解决方法,这里使用近似算法解决。-Packing problem is that we often encounter the problem, there are many solutions, approximation algorithm is used here to solve.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:644byte
    • 提供者:yuyangyang
  1. approxIndep

    0下载:
  2. 求独立集的近似算法,使用C++描述,供算法设计学习者参考-For independent set approximation algorithm, using C descr iption
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1.24kb
    • 提供者:zhixiwang
  1. sy3

    0下载:
  2. 实验题目:Hermite插值多项式 相关知识:通过n+1个节点的次数不超过2n+1的Hermite插值多项式为: 其中,Hermite插值基函数 数据结构:三个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y=f(x)的一张表(其中 ): x 0.10 0.20 0.30 0.40 0.50 y 0.904837 0.818731 0.740818 0.670320 0.606531
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1.17kb
    • 提供者:pang
  1. lvxingjisi

    0下载:
  2. 旅行售货员问题,近似算法实现,算法分析是习题源码,可以调试通过,实习时做的-Traveling salesman problem, approximation algorithm, algorithm analysis exercises the source code, you can debug through, to do an internship at the
  3. 所属分类:Data structs

    • 发布日期:2017-12-10
    • 文件大小:233.16kb
    • 提供者:yangyu
  1. songchi

    0下载:
  2. 超松弛迭代算法用于线性规划中求解最优解,而且属于近似算法。-Over-relaxation iterative algorithm for solving linear programming optimal solution, but also belongs to the approximation algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-11-08
    • 文件大小:469.95kb
    • 提供者:yangli
  1. probaility-of-coin-drop

    0下载:
  2. 对投币过程进行模拟,采用近似算法,绘制正态分布概率分布-Simulate the process on the coin, the use of approximation algorithms, rendering normal probability distribution
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:8.55kb
    • 提供者:Xixi
  1. lvyoubeibao

    1下载:
  2. 旅游背包问题,采用近似算法BF、CF算法。题目:第i个物体大小为 Si, 箱子尺寸为c(maxSi<c). 现在有n个物体和m个箱子。请问,我们最少需要多少个箱子来储存这些物体? 要求: 输入 文件名 输出:最少箱子数量 文件名对应的文件内容是 第一行 物体数量n 箱子尺寸C 第二行 用空格分隔的i个物体的大小 其中的数字都是整数,物体和箱子均不能分隔-Travel knapsack problem, the use of approximation algor
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.07kb
    • 提供者:zrx
  1. Market_C

    0下载:
  2. NP问题的近似算法实现,VC++ 6.0开发环境 / C++语言,关于超市选点-NP problem to achieve approximation algorithm, VC++ 6.0 development environment/C++ language, on the supermarket site selection
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:240.38kb
    • 提供者:Lura
搜珍网 www.dssz.com