搜索资源列表
矩阵运算的程序
- 本程序能完成矩阵的输入,输出。方阵的乘法,方阵的求逆,矩阵的求专置等的运算。-this procedure can be completed matrix of input and output. The matrix multiplication, the matrix inversion and matrix specifically for the home, such as arithmetic.
imp.tar
- 一个求网络K最短路的计算程序,用Fortran语言写的。-a network K for the most short-circuit the computational procedures used to write the Fortran language.
svdandnetwoks
- 逆矩阵相关算法,包括svd求奇异矩阵,高斯约旦法等-inverse matrix algorithms, including seeking SVD singular matrix, Jordan and France as Gaussian
devotion
- 利用数组求任意椭圆的长轴,中心点坐标,以及相应的下标。-arbitrary use of arrays for the long axis of the ellipse, the center coordinates and the corresponding indices.
javawebemail1
- 使用JAVA开发EMAIL工具的发送邮件源代码可以通过测试求接受邮件的源代码-use Java development tools EMAIL mail source code can be tested to accept mail for the source code
youthcyinfo
- 一套现成的分类信息网站发布系统,可为网民提供招租、招聘、求购、求租、搬迁、运输、二手交易、招生培训、婚介交友等各类信息的发布和查询,拥有功能强大的信息搜索引擎,适合于做城市门户网站的综合信息发布、查询平台-a ready-made website of information delivery system that can provide for lease to Internet users, recruitment, purchase, Hal, relocation, transport
20060824
- 最大团解决方案的PDF文件,学位论文! 名字:一种借助邻接矩阵求任意图最大团的方法.rar-largest corporations solutions PDF files, graduate thesis! Name : using a matrix adjacent to the largest group plans arbitrary way. rar
crzy
- 此程序用来求离散时间序列的自相关函数,希望能有所帮助-the procedure used for discrete-time sequence of the autocorrelation function, hope can be helped
trial4
- 求出laguerre滤波器的分子分母系数,绘出其幅频响应图并与FIR滤波器作比较。该程序为19阶Laguerre低通滤波器和22阶带通滤波器-obtained laguerre filter coefficient of molecular denominator, chart its amplitude frequency response plans with the FIR filter for comparison. The procedure for the 19-Laguerre l
calculateW1
- 频率弯折小波中根据小波的截至频率求laguerre参数的MATLAB程序。该值需要限制在正负1之间-Frequency Warped wavelet wavelet as the frequency laguerre parameters for the MATLAB program. The need to limit value plus or minus one between
speechfile3
- 将原始语音经过预处理,利用频率弯折小波进行特征提取,该程序为求语音信号的Laguerre系数的程序-original voice after pretreatment, the use of the frequency characteristics of Meander wavelet extraction, The procedure for the sake of the voice signal Laguerre coefficient procedures
ajifjijfio
- 用二分法求方程2.x.x.x-4.x.x+3.x-6=0在(-10,10)之间的根;给定整数I,请求出另一个整数J,使I和J在用8位二进制表示时互为逆序;抓交通肇事犯-dichotomy with Equation 2.x.x.x - 4.x.x 3.x-6 = 0 (-10, 10) between the root; given integer I, request another integer J, so I and J in with eight binary representati
riritur
- 捕鱼和分鱼;用逆推法求EX=1+x+x.x/2!+x.x.x/3!......的值;找出一个二维数组的“鞍点”-fishing and the fish; Backstepping method used for EX x.x x = 1 / 2! x.x.x / 3 !...... value; find a two-dimensional array of the "saddle"
BA 求其邻接矩阵和聚类系数
- 复杂网络BA无标度网络的C++代码,可求其邻接矩阵和聚类系数。-Complex network of BA scale-free network of C++ code, rectifiable its adjacency matrix and the clustering coefficient.
smx
- 水面线推求,自下游到上游,操作简单,程序易于理解(water surface curve, from downstream to upstream, simplicity of operator, easy to understand)
main
- 求取一个数组或者矩阵的伪逆在图像处理中非常有用(it is very imporatant to get the pseudo-inverse of a matrix)
Matlab求梯度
- 基于matlab的梯度算法,直接用算子计算梯度的角度(Gradient algorithm based on MATLAB)
CC_method
- 求时间延迟,lorenz系统为例子,重构相空间,选取维数(Time delay, Lorenz system as an example)
粒子群求极值
- 给定一个函数并给定区间,求该区间上函数的极值。(Given a function and given the interval, find the extreme value of the function on the interval.)
二叉树中+后 求先
- 首先理解概念: 前序遍历:访问根结点的操作发生在遍历其左右子树之前。 中序遍历:访问根结点的操作发生在遍历其左右子树之中(间)。 后序遍历:访问根结点的操作发生在遍历其左右子树之后。 eg:后序遍历为DBCEFGHA,中序遍历为EDCBAHFG,求前序遍历(网上例子) 解:首先 看后序遍历DBCEFGHA,A为总根节点 然后 寻找中序遍历EDCBAHFG中A位置,则EDCB在A的左枝,HFG在A的右枝; 重复前两步,从后序遍历最后一位找,在中序遍历寻找对应点,得出左右分枝...