搜索资源列表
Strassen_8
- Strassn关于两个矩阵相乘的算法,同过分治原理把两个n*n的矩阵阶各分解成四个n/2*n/2阶的矩阵,当分解出来的矩阵阶数等于2时,求借各个小矩阵,若阶数大与2,就递归的调用前面方法,直到分解成2*2的子矩阵为止。-Strassn on two matrix multiplication, the algorithm, with the governing principle over two n * n matrix of the band decomposed into 4 n / 2
JnS-1.2
- 著名的Jade算法,利用高阶累积量盲分离。法国Cardoso发明的算法。-famous algorithm, using Cumulant Blind separation. France Cardoso invented the algorithm.
lattice_filter_Matlab
- 格型滤波器(lattice filter)Matlab的实现帖子,只用于2阶。请高手看看。不过我还是不会编更高阶的格型滤波器。欢迎一起探讨!zhoujoejx@163.net-lattice filter (lattice filter) Matlab achieve posts. only for the two bands. Look at 19:56. However, I will not write more advanced lattice filter. Welcome to ex
TGKT(2)
- 变步长是一种很好的数值求解方法。 c语言编程,求解龙哥库塔的四阶 初值给定的常微分方程组-variable step is a good numerical solution method. C programming language, for Mangge Kuta initial four bands to the Ordinary Differential Equations
xg
- fortran 编写的三维fdtd计算程序,用于计算散射场,2阶Mur边界
rels_riv_rls
- 本人用matlab编写的rels(最小二乘法),rls(递推增广最小二乘法),riv(辅助变量法递推算法)的程序,都是2阶的,稍改动就可以变成其它阶次
奇数N 阶魔方阵
- 奇数N 阶魔方阵问题: 奇数N 阶魔方阵的构造规则如下: 1、在第一行的正中间填入1; 2、如果左上角能够移动,则往左上角填入后继的数;如果左上角不 能移动,则顺移到该列最下方左边的一列中最靠近该列的位置; 3、如果左上角不能移动,同时在该列位置的最下方左边最靠近的位 置处也不能填入数,则往该位置的上一行的最右边的位置处填入 后继数; 4、每次尽可能地往左上角填数,如果发现左上角已经填满了数,则 从当前填的数的位置下方填上后继数。 要求: 无。 输入: 用户从键盘任意输入一个正奇数。 输出: 打
2)
- 一阶500s模型的模糊控制,用matlab 实现
three_spline
- 对于给定(n+1)个节点上的函数值,采用三次样条的方法进行差值,这是一个高阶的插值方法,它既有良好的收敛性又比较光滑。它实际上是由分段三次曲线连接而成,在接点处有2阶连续导数。
任意基数阶魔方块
- 基本算法为:先将1填入第一行中间位置;再依次将2-n方按如下规律填写://1,填入上个数上一行的右边位置,如果没有上一行则转到最后一行,如果右边没有方格//则转到最左边的方格。2,如果要填的位置上已经有数,则转填到它上一个数的下边方格//3,对于第一行的最后一个数的下一个数应填在该数下边的空格处-basic algorithm : a first Enter the middle of the first line; Another will be followed by 2-n-law fil
AniMatrix
- 用c写的对矩阵求逆的算法,采用直接迭代,适合2阶和3阶矩阵-used to write the right matrix inversion algorithm, the introduction of direct iteration, for two bands and three bands Matrix
四阶龙格库塔法解一阶二元微分方程
- 四阶龙格库塔法解一阶二元微分方程 //dxi/dt=c*(xi-xi^3/3+yi)+K*(X-xi)+c*zi //dyi/dt=(xi-b*yi+a)/c //i=1,2,3 //X=sum(xi)/N
WENO
- 用于CFD的,二维WENO格式的求解器,NS方程,二阶龙格库塔方法。-2D solver for NS equation using WENO method, 2 order Runge-kutta mehtod.
bianjietiaojian
- 一阶弹性波方程交错网格差分法(时间2阶空间4阶,带边界条件) 最基础的波长快照-Elastic wave equation of first order staggered-grid difference method (time 2-order space of order 4 with boundary conditions) the wavelength of the most basic snapshot
SeDuMiInt104
- 这是matlab解2阶锥工具包,找了很久才找到-This is a solution of 2-order cone matlab toolkits, looking for a long time to find
GenPN
- 生成PN序列(伪随机噪声序列),阶数包括2阶,3阶,4阶,5阶,6阶,7阶,8阶。并在前面补0后形成相应的2的幂次长的序列。-Generated PN sequences (pseudo-random noise sequence), including the orders of 2 order, 3 order, 4 order, 5 order, 6 order, 7 order, 8 order. And fill in front of 0 after the formation of
2-jiedaolibai
- 使用神经网络实现2阶倒立摆的控制。包含simulink连接图、神经网络程序、最终结果。-Second order inverted pendulum control using neural network. Contains the simulink connection diagram, neural network program, the final result.
zd530003514 (2)
- 一个matalb的四阶龙格库塔法解二阶微分方程的案列,附带一个FFT变换程序,供初学者参考(A MATALB four order Runge Kutta method for solving the two order differential equations for reference for beginners)
MATLAB高阶累积量工具箱
- matlab高阶统计量工具箱,用于计算2阶累积量,3阶累积量,4阶累积量等(sorry,it is too hard for me to introduce this fucking program,look at my introduction in chinese!)
dingjie (2)
- 实现AR模型的定阶,使得预测更加有效,从而建立模型(Realizing Order Determination of AR Model)