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

搜索资源列表

  1. Cpp1

    0下载:
  2. 利用高斯列主元消去法 计算方程组 可以计算任意N介方程组
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1135
    • 提供者:秋枫凌
  1. Cpp1

    1下载:
  2. 龙贝格求积公式也称为逐次分半加速法。它是在梯形公式、辛卜生公式和柯特斯公式之间的关系的基础上,构造出一种加速计算积分的方法。 作为一种外推算法, 它在不增加计算量的前提下提高了误差的精度.-Romberg quadrature, also known as successive half acceleration method. It is the trapezoid formula, formula and Cotes formulas Xinbo students the relations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:610
    • 提供者:liuchang
  1. Cpp1

    0下载:
  2. heap sort from one of my howeworks
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:796
    • 提供者:Tony
  1. Cpp1

    0下载:
  2. 单纯形法解决线性规划问题!!! 有过程!-Simplex method to solve linear programming problems!!! A process!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1524
    • 提供者:sy
  1. Cpp1

    0下载:
  2. 计算定积分的ROMBERG方法,提供给学习计算方法的朋友-ROMBERG definite integral calculation method, calculation methods available to study friends
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:671
    • 提供者:吴超超
  1. cpp1

    0下载:
  2. 共轭梯度法求解函数极小值,对于学习者将会有很大的帮助-Conjugate Gradient Method for the function minimum, the learners will be of great help
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:185777
    • 提供者:林林
  1. cpp1

    0下载:
  2. 通过VC++6.0实现了将字符型的数与整型数相乘,希望大家能熟悉操作界面-Implemented by VC++6.0 and the character of the number of integer multiplication, I hope you familiar interface
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1038
    • 提供者:zhuimengren
  1. Cpp1

    0下载:
  2. 牛顿迭代的c语言程序,牛顿迭代法是求方程根的重要方法之一,其最大优点是在方程f(x) = 0的单根附近具有平方收敛,而且该法还可以用来求方程的重根、复根,此时线性收敛,但是可通过一些方法变成超线性收敛。另外该方法广泛用于计算机编程中。 -Newton iteration c language program, Newton' s law is an important way to find one root of the equation, its greatest advantag
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:566
    • 提供者:liuchang
  1. Cpp1

    0下载:
  2. 龙格-库塔(Runge-Kutta)方法是一种在工程上应用广泛的高精度单步算法。由于此算法精度高,采取措施对误差进行抑制,所以其实现原理也较复杂。该算法是构建在数学支持的基础之上的。-Runge- Kutta (Runge-Kutta) method is widely used in engineering high-precision single-step algorithm. Because this algorithm is high precision, to take measur
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:557
    • 提供者:liuchang
  1. Cpp1

    0下载:
  2. 稀疏矩阵,实现转置利用三元组顺序表存储稀疏矩阵,实现其转置-Sparse matrix transpose using triples to achieve the order table stores sparse matrices, to achieve its transpose
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:784
    • 提供者:guoshuyuan
  1. Cpp1

    0下载:
  2. 实现100位大数的加减操作,包括正负号的运算-Addition and subtraction of large numbers to achieve 100 operations, including arithmetic sign
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1268
    • 提供者:尚帅
  1. Cpp1

    0下载:
  2. 简单计算器的设计,实现加减乘除和括号的操作,包含正负数小数-Simple calculator design, implementation, operation of addition, subtraction, and parentheses, include positive and negative numbers decimals
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1080
    • 提供者:尚帅
  1. Cpp1

    0下载:
  2. 输入一段数据,实现哈弗曼树的生成,并输出哈弗曼编码。-Enter a data to achieve Huffman tree generation, and outputs the Huffman coded.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1119
    • 提供者:尚帅
  1. Cpp1

    0下载:
  2. 输入指定个数的数据,对其进行快速排序,然后输入一个数据,在排序好序的数组中找到其位置。-Enter the specified number of data, its quick sort, and then enter a data sorted in order to find its place in the array.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:833
    • 提供者:尚帅
  1. Cpp1

    0下载:
  2. 大数据乘法,输入两个整数,正负均可,输出结果。-Big Data multiplier, input two integers, either positive or negative, the output result.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:620
    • 提供者:尚帅
  1. Cpp1

    0下载:
  2. 本代码是神经网络模型与学习算法(bp算法)的c++程序-bp algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1735
    • 提供者:王瑶
  1. Cpp1

    0下载:
  2. 采用带双步位移的QR方法,求解矩阵的全部特征值。-By using QR method with double step displacement, solving all the eigenvalues of the matrix.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2930
    • 提供者:luomenghao
  1. Cpp1

    0下载:
  2. 采用Newton迭代法求解非线性方程组,并用乘积型最小二乘法进行曲面拟合。-Newton iterative method is used to solve nonlinear equations, and curved surface fitting with the product type method of least squares.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3131
    • 提供者:luomenghao
  1. Cpp1

    0下载:
  2. 利用最小二乘法拟合多项式的算法,该算法适用于将任意一组数据拟合成任意次数的多项式-By least squares polynomial algorithm, which applies to any number of times to synthesize a set of data prepared by an arbitrary polynomial
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:766
    • 提供者:梁超
搜珍网 www.dssz.com