资源列表
fft2
- matlab实现快速傅立叶变换,采用了矩阵法
Gauss-Seidel_neliniara
- Algorithm for the Gauss–Seidel method, for numerical linear algebra
duifenfa
- 用对分法求非线性方程f(x)=0的实根.基本思想:逐步缩小这个有根的区间,当这个区间长度减小到一定程度是,就取这个区间的中点作为根的近似值-Use of sub-method of nonlinear equation f (x) = 0 the real roots. The basic idea: to gradually narrow the range of this well-established, when the interval length decreases to a ce
Newton
- 牛顿迭代法解方程组 写得比较简单 但是使用-Newton' s iterative method solution of equations written in relatively simple, but the use of
Polynomials
- Plynomials Functions: Legendre, Hermite, Laguerre and Chebycev
Code1
- 表结构,用分支语句计算过于繁琐,巧妙利用数组可以简化过程,下面以税收为例。-Table structure, calculated with the branch statement is too complicated, clever use of arrays can simplify the process, following a tax, for example.
rnd
- 以随机函数生成K线.验证投机品种的随机性原理-Random function to generate the K line. To verify the randomness principle of the speculative variety
Simpson
- 辛普森(Simpson)公式是牛顿-科特斯公式当n=2时的情形,也称为三点公式。辛普森公式是利用区间二等分的三个点来进行积分插值。其科特斯系数分别为1/6,4/6,1/6.-The paper points out the defects of the const pressure wave velocity method and do some improvements on it: rebuilding the expressions of the pressure wave velocit
dijkstra
- dijkstra算法实现,可得到最短路和左端路径节点向量-dijkstra algorithm that receives the most short-circuit and the left path node vector
calculator
- 简易的计算器,至少可继续简单的加减乘除及四则混合运算-a simple calculator
formats
- 类似于fortran语言的格式控制 用法: s=formats(n1,s1,n2,s2,...) s1,s2为字符型,n1,n2为整型,如果值等于1,可以忽略不写 例如用于控制输出: x=rand(1,5) y=[ hello where which ] z=1:3 sprintf([ x= ,formats(5, 5.2f , \n ), y= ,formats( s , \n ), z= ,formats(3, d )],x,y ,z) formats
ttt
- 题目描述】 给定一个R行C列的01矩阵,求一个最大的正方形全1子矩阵,并输出该最大正方形子矩阵的面积。 【输入】 第一行给出两个正整数R,C,表示矩阵有R行C列; 接下来R行C列给出这个01矩阵,行内相邻两元素用一个空格隔开。 【输出】 一个数,最大正方形子矩阵的的面积(即1的个数)。 输入输出样例】-Topic Descr iption Given a R rows C 01 column matrix, find