搜索资源列表
VCAlgorithm
- VC实现的常用数值计算方法,有许多算法,希望对大家有用-VC common numerical calculation method, there are many algorithms, we hope to useful
yuandaimabaogao
- 数值计算源代码,包括二分法,弦截法,龙贝格算法,下山法,牛顿迭代法-numerical source code, including the dichotomy, chord sheet, Lung Bergh algorithm, the mountain, the Newton iterative method
6_60
- 问题的提出:编程模拟抛硬币所得正面的频率图。假设每次抛10次为一事件, 记录每次得到正面的次数,共抛掷100000次,计算得到正面次数的概率发布,并绘图输出结果。 思路:数值概率算法常用于数值问题的求解,此类算法所得的往往是近似解,且近似解的精度 随计算时间的增加而不断提高,得到一定精度近似解就可以满足问题要求。-problem : Simulation Programming throwing coins from a positive frequency map. Assumin
matrix
- 适合数值计算中的大矩阵相乘的算法 两个矩阵相乘的源程序 标准的C语言编辑
Sorts
- 排序算法程序. 运用数值计算方法进行计算的完整函数,可以方便的调用.编程语言C-C
Cchangyongsuanfa
- C常用算法程序集 针对工程上常用的行之有效的算法而编写的C语言函数程序集,在第一版的基础上作了修改和扩充。书中包括了近几年出现的许多新算法。全书分为数值计算与非数值计算两部分。其中数值计算部分的内容包括:线性代数方程组的求解、矩阵运算、矩阵特征值与特征向量的计算、非线性方程与方程组的求解、插值、数值积分、常微分方程(组)的求解、拟合与逼近、数据处理与回归分析、极值问题、数学变换与滤波、特殊函数、随机数的产生、多项式与连分式函数的计算、复数运算;非数值计算部分的内容包括:排序、查找、图形模式下
BFS
- BFS变度量算法,.............用于工程中的数值计算
数值计算常用算法
- 由数值计算方法的一些常用算法,其中包括一些数值拟和-by numerical calculation of some common algorithms, including some numerical fitting
banker
- 银行家算法的MFC模拟程序,可输入MAX,ALLOCAT数值,计算安全序列-Banker s algorithm designed in MFC
numericalcalculate
- 数值计算程序 包括:变步长梯形公式算法、二叉树算法、二分法、高斯列主消去法、曲线拟合算法等-Numerical calculation procedures include: Variable Step-trapezoid formula algorithm, binary tree algorithm, dichotomy, Gaussian elimination method the main column, curve fitting algorithm
ACMtemplate
- acm学习资料,包括常用算法及数值计算的程序模板。-acm learning materials, including the commonly used algorithms and numerical calculation of the program template.
abc
- 数值计算的几种算法,用于数值计算的编程实现-Several numerical algorithm for numerical programming
47948813Cpp
- 计算机常用数值计算算法与程序--- ----- C++版-Commonly used numerical algorithms and computer programs----------- C++ Edition
stackcaculate
- 用栈实现数值计算的计算器,数据结构经典算法。-Numerical calculation with the calculator stack implementation, data structure the classical algorithm.
VC-algori
- 本代码集是用VC编写的关于数值计算的各种算法-The code set is written with VC on a variety of numerical algorithms
arithmetic
- 经典算法包,内含多种(几何、结构、数论、数值计算、图论等)算法的实现代码的txt文件;以及关于算法的应用。-Classical algorithm package, containing a variety of (geometry, structure, number theory, numerical calculation, graph theory, etc.) algorithm code txt file and on the application of algorithms.
clanguage-commonly-used-algorithm
- 这是用c语言写的,数据结构常用与数值计算算法,希望对大家有用。-c language commonly used algorithm
gauss
- 数值计算方法中的gauss算法,主要是编程的实现。-Numerical methods gauss algorithm is mainly programming implementation.
511968
- 再现数值计算里的秦九韶算法,此程序为控制台程序,()
wiistonce
- 研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务,这是Jacobi算法()