资源列表
Bi_formula
- 二分法求方程的实根 很简单的一个程序 要不是为了下一个东西,我才不会上这么变态的网站!-dichotomy equation for the real roots of a very simple procedure but for the sake of the next one thing, I would not be such a metamorphosis on the website!
longgekuta
- 龙格库塔法的c++编程 n表示几等分,n+1表示他输出的个数-Runge - Kutta method of programming c said several sub n, n He said a number of output
code
- 偏微分方程的松弛迭代法,使用的是java编写的程序,和测试程序,非原创
trangle
- 对于符号三角形问题,符号三角形的第一行有n个符号。符号可以为“+”或“-”,以下每一行的符号由上行得到,2个同号下面都是“+”,2个异号下面都是“-”。如下图所示(第一行有4个符号的符号三角中的其中的一个): 符号三角形问题要求对于给定的n,计算有多少个不同的符号三角形,使其所含的“+”和“-”的个数相同。 Input 输入包含若干个测试用例。 对于每个测试用例,输入的一行是一个整数n(2<=n<=20),表示符
matlabmatrix
- 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Writ
lagran.rar
- 拉格朗日插值模拟曲线,基于matlab的程序,Lagrange interpolation simulated curve, based on the matlab procedure
dijkstra-java
- Dijkstra算法是典型的最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。 Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。Dijkstra算法是一种逐步搜索算法,通过为每个顶点n保留目前为止所找到的从m到n的最短路径来工作的。 -Dijkstra algorithm is a typical example of the most short-circuit algorithm, used
sortowanie
- The function shows the image
value_of_pi
- 利用圆方程判断点是否落在圆内,输出求出的π值 -Circle equation to determine whether the use of points fall within the circle, the output value of π calculated
Hanoi_Tower
- 汉诺塔问题求解中盘子的移动过程的c语言源码。-Tower of Hanoi problem-solving process in the mobile plate c language source code.
gaussme
- 数值分析, 矩阵分解实例 ,高斯分解方法-Numerical analysis, matrix factorization instance, Gauss decomposition method
my-methodes-nume
- an algorithm to solve a variety of problems using finite diferences