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

搜索资源列表

  1. 解线性的迭代法

    0下载:
  2. 这是计算方法中用的解线性方程的迭代法,具有很强的实用性!-This is the calculation method used for solving linear equations of the iterative method, and has a strong practical!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3728
    • 提供者:xjs
  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. 预测

    0下载:
  2. 数据预测算法,主要是一元n次方程的回归预测实现。* 预测分析--本算法只适用于有明显线性趋势的数据 * 默认为一元二次曲线方程法 * * 本程序主要涉及有两个算法 * 1.用最小二乘原理找到线性方程组的系数和常数。 * 2.解线性方程组 * 本程序在解线性方程组中,由于考虑到收敛性问题未采用迭代法,而是采用Gauss-Jordan消去法来解决。-data prediction algorithm is mainly one yuan n equation forecast to achieve
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2141
    • 提供者:吴名
  1. 高斯-赛德尔迭代法解线性方程组的C++程序

    0下载:
  2. 这是高斯-赛德尔迭代法解线性方程组的C++程序,适合程序设计初学者和大学生课程设计-This is the Gauss- Seidel iterative method for solving linear equations of the C++ program, designed for beginners and students of the program curriculum design
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-21
    • 文件大小:2760
    • 提供者:wade
  1. 4

    0下载:
  2. ACM经典算法源码:三对角线追赶法,雅克比迭代-ACM classical algorithm source: to catch up with the three diagonal method, iterative Jacobian
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1489
    • 提供者:hjx
  1. FibIterative

    0下载:
  2. This is fibonacci code in an iterative method done by c
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:34657
    • 提供者:Abdosebo
  1. CPPK-means

    0下载:
  2. K均值聚类首先需要确定聚成几类,然后按照迭代的方法,计算类的重心,然后按照向量和类重心的聚类重新分类,反复重复,直到分类稳定或者重心稳定。-K means clustering first need to identify clustered into several categories, and then follow the iterative method to calculate the focus of the class, and then follow the center of
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3211
    • 提供者:zdl
  1. bbbbbbb

    0下载:
  2. 求一个集合的所有子集,迭代方法实现,非常简单,一看就懂-Find a collection of all subsets, iterative method implementation is very simple to understand at a glance
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:91849
    • 提供者:
  1. simple-grad-desend

    1下载:
  2. 简单梯度下降法,用于迭代求极值,是一种最速下降法-Simple gradient descent method for the iterative extremum is a steepest descent method
  3. 所属分类:Data structs

    • 发布日期:2015-07-27
    • 文件大小:111616
    • 提供者:王涵
  1. iterative

    0下载:
  2. 利用VC++实现公式的迭代求解方法,计算速度比较快-Using VC++ implementation of the iterative formula method to calculate faster
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:919930
    • 提供者:张琴
  1. structures-and-algorithm-analysis

    0下载:
  2. 数据结构经典问题和算法分析如迭代法、穷举搜索法等-Classic problem in data structures and algorithm analysis, such as iterative, exhaustive search method
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:159207
    • 提供者:李有
  1. Huffman_coding

    0下载:
  2. 哈弗曼树的构建,迭代法实现对哈弗曼树的遍历及用哈弗曼编码实现简单文件压缩-Hafu Man tree, iterative method Hafu Man tree traversal and Hafu Man coding simple file compression.
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:2125724
    • 提供者:
  1. cPP

    0下载:
  2. 求解方程各种方法 迭代法 牛顿迭代 二分法 都有 c++源文件 绝对正确-Solving the equation of a variety of methods iterative method Newton iterative dichotomy has C++ source file is absolutely correct
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1021
    • 提供者:远远
  1. space-resection

    2下载:
  2. 摄影测量单像空间后方交会C语言程序,采取读文件方式读入数据,采用间接平差法,将共线方程逐点法化,组成法方程,迭代求解外方位元素。-Photogrammetric space resection programming assignments alone, take the reading of papers read into the data, using indirect adjustment method, the total line of the equation-by-point m
  3. 所属分类:Data structs

    • 发布日期:2015-05-29
    • 文件大小:9216
    • 提供者:李若
  1. zuisuxiajiang

    0下载:
  2. 在求解线性方程迭代中的,采用最速下降方法,-Linear equations, iterative solution of the steepest descent method
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:700243
    • 提供者:何巧
  1. erchaserch

    0下载:
  2. c++语言写的二叉法搜索的迭代版,数据结构搜索内容-C++ language write binary method search iterative edition, data structure search content
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:798
    • 提供者:韩非
  1. kechengshejione

    0下载:
  2. C++实现牛顿迭代法,可以用于求较精确的数值解。-C++ achieve Newton iterative method can be used to find more accurate numerical solution.
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:1594
    • 提供者:高原
  1. Newton-iterative

    0下载:
  2. 计算方法中一种牛顿迭代法的算法,C程序代码-Calculation method one kind Newton iteration algorithm, C code
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:991
    • 提供者:laviequev
  1. FDM-any-accuracy

    0下载:
  2. 电磁波、声波或地震波等数值模拟中常常会用到有限差分法,但是很多文章都只是泛泛而谈时间2阶,空间4阶等等如何用公式,本文给出了任意阶精度的泰勒展开与迭代公式。-Numerical simulation of electromagnetic, acoustic or seismic waves will often use the finite difference method, but many articles are just generalities time two bands, spa
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:504587
    • 提供者:suboy
  1. diedaijiefangchengzu

    0下载:
  2. 矩阵三角分解法解方程 雅可比迭代法、高斯赛德尔迭代法、SOR迭代法解线性方程组。(Matrix triangulation method for solving equations Jacobi iterative method, Gauss Seidel iteration method and SOR iterative method are used to solve linear equations.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:536536536
搜珍网 www.dssz.com