搜索资源列表
VCAlgorithm
- VC实现的常用数值计算方法,有许多算法,希望对大家有用-VC common numerical calculation method, there are many algorithms, we hope to useful
fordfulkers;
- 一般的Ford-Fulkerson方法具有迭代性质,我们把顶点u和v之间的流记作f(u,v)。那么在最开始,我们对所有的u,v∈V置f(u,v)=0。在每次的迭代过程中,通过找到一条增加路径来使|f|增加。在这里,我们可以简单地认为所谓的“增加路径”就是一条可以传送比当前更多流的从源点s到汇点t的路径,一旦找到了这样的路径,我们就可以得到一个比原流数值更大的新流。重复这个过程,直到不存在增加路径为止,这就是Ford-Fulkerson方法的主要过程,
xtj-002
- 数值计算用数学方法解方程组(习题集)没有答案哦-numerical solution methods using mathematical equations (Exercises Set) Oh no answer
背包问题的解决
- 背包问题的解决 :给定一个超递增序列和一个背包的容量,然后在超递增序列中选(只能选一次)或不选每一个数值,使得选中...解决0/1背包问题的方法有多种,最常用的有贪婪法和动态规划法。
lagelangri
- 数值计算方法中的知识,利用拉格朗日插值的方法,程序比较完整。
Sorts
- 排序算法程序. 运用数值计算方法进行计算的完整函数,可以方便的调用.编程语言C-C
DFPBFS
- DFPBFS方法源代码,... .用于工程中的数值计算
mergedistinct
- 利用归并排序检查输入的数值是否有相同值,方法是在归并排序的过程中边排边判断 -use Merging Sort of input have the same numerical value is in the process of merging sort Side judge Pai Pin
数值计算常用算法
- 由数值计算方法的一些常用算法,其中包括一些数值拟和-by numerical calculation of some common algorithms, including some numerical fitting
SpiralMetrix
- 打印如下规律的螺旋矩阵,尽管存在求数值规律的方法,但本代码的方法更为基本和通用。vc++ 2005环境。 1 2 9 10 25 4 3 8 11 24 5 6 7 12 23 16 15 14 13 22 17 18 19 20 21 -Print the following laws of the spiral matrix, despite the existence of the law for numerical methods, but this code
paixu
- 此程序时数值分析中的排序算法。有希尔排序,冒泡排序,快速排序,选择排序等诸多排序方法-Numerical analysis of this program in the sorting algorithms. There Shell sort, bubble sort, quick sort, selection sort, and many other sorted
segy1
- 地震波场数值模拟是研究复杂地区地震资料采集处理和解释的有效辅助手段,地震波场数值模拟的主要方法包括两大类,即几何射线法和波动方程法。有限差分法是波动方程法中非常重要的一种方法,它的主要优点是占用内存小,计算速度快。论文采用高阶交错网格差分技术对一阶速度-应力弹性波方程进行数值求解,并对差分方程稳定性条件、频散问题以及边界条件处理进行了讨论。-Numerical simulation of seismic wave is a effective auxiliary means for studyi
zuoye
- 龙哥库塔发,欧拉发是数值分析的一个分析方法。此程序是用来解决一个计算题的。-Long Ge Kuta hair, Euler made a numerical analysis of an analysis method. This procedure is used to solve a problem of calculation.
RK
- 实验RK算法,即利用Hash方法和素数理论,首先定义一个Hash函数(hash (r) = r mod q),然后将模式串P和文本串T中长度为m的子串利用Hash函数转换成数值。显然只需比较那些与模式串具有相同Hash函数值的子串。 当然因为Hash冲突的存在,还要进一步进行字符串比较,但只要选择适当的素数q, Hash冲突的概率就会很小 -Experimental RK algorithm, namely the use of Hash methods and prime number
computing-the-value-of-an--integrat
- 倒推法推导计算积分的数值(此方法可以使计算出来的数值积分和实际的误差更小)-the back ward of computing the vlue of an integrate
binaryTree
- 求二叉树中从根结点到叶子节点的路径 //实现功能: //2. 求二叉树中从根结点到叶子节点的路径 //需求分析: //对于二叉树,分别用递归和非递归的方法编写程序完成如下功能: //1. 输出所有的叶子结点的数据项值。 //2. 输出所有从叶子节点到根结点的路径 //3. 输出(2)中的第一条最长的路径 //程序存在的问题:数值只能输入0~9,其他基本满足要求 //测试数据先序输入:124 7 35 68 9-Find a binary tree from r
erweichashubianli
- 输入不同数值,应用不同的遍历方法,得到需要的排序。-Enter a different value, the application of different traversal methods, the need for sorting.
cloud-model
- 李德毅教授的文章《数值型数据的泛概念树的自动生成方法》很有研究价值-Professor Li Deyi article, " the concept of numerical data of the pan-tree method of automatically generated" great research value
TextWGL(DDA)
- 数值微分法(DDA)直线生成算法,算法实质:用数值方法微分方程,同时对x和y各增加一个小增量来计算下一步的x,y值。-Numerical differentiation (DDA) line generation algorithm, the algorithm in real terms: differential equations with numerical methods, while the x and y each increased by a small increment to
aars
- 一种数值方法解非线性方程组,可用于工程计算()