搜索资源列表
subsum.rar
- 回溯法求子集和问题, 在回溯过程中利用了剪枝 ,The back track method to solve the sub sum problem
ssd.m
- SSD - Sum of squared Differences
Matrix
- 一些矩阵运算的函数,包括两个矩阵相加,两个矩阵相减,两个矩阵相乘,矩阵复制,矩阵求逆的全选主员高斯-约当法,矩阵的三角分解(LU分解),求Hessenberg矩阵全部特征根的QR法,约化一般实矩阵为Hessenberg矩阵的初等相似变换-A function of a number of matrix operations, including the sum of two matrices, subtract two matrices, the two matrices, matrix dup
Rayleigh_fading
- In this program, several statistical fading channel simulators using the Sum-of-Sinusoids (SoS)has been implemented.A Rayleigh fading channel impulse respose using jakes model has been generated in matlab -In this program, several statistical fadin
null_beamform_cf
- MATLAB function that performers delay and sum beamforming on two input signals in the frequency domain.
BP
- Belief Propagation (BP) Implementations gabp.m, run_gabp.m => Gaussian BP - parallel version asynch_GBP.m => Gaussian BP - serial version sparse_gabp.m, run_sparse_gabp.m => Gaussian BP - sparse version, optimized, tested on sparse
LDPC_BSN
- matlab仿真实现LDPC码编码译码(1/2)-LDPC Decoder for rate=1/2 Min-Sum, Sum-Product, Scaling Min-Sum Layered Decoding for Matlab Code
simulation_results_wimax_1152_075_MinSum
- simulation results of Wimax min-sum
sum
- 求矩阵对角线上元素之和,用C#语言实现对N*N矩阵的对角线元素之和的求法。-sum
SumAbsDiff
- code to get optical flow using sum of absolute differences matching
SumSqDiff
- code to get optical flow using sum of square difference method
sum
- 此程序写了,任意给定两个数,互相作为底数和指数,再求和。如果不满足条件,报错。-This program was made, any given two numbers to each other as the base and index, and then sum. If does not meet the conditions, an error.
pattern
- beamfoming pattern for microphones using delay and sum beamformer
clus
- 极小化误差平方和算法聚类源代码,下载后直接运行就可以了-Minimizing the error sum of squares clustering algorithm source code can be run directly after downloading the
Sum
- 本段程序简单的描述了一下C++教程上关于求和的算法-This section describes the procedures for a simple tutorial on what C++ algorithm on the sum
The-sum-of-Multinomial
- 数据结构中的一元多项式相加,多于考研算法实现很重要。后续部分将在后期上传!-The sum of Multinomial
sum
- This program return the sum of the digits of number you entered.
sason1
- the sum-rate inner bound of sason on two-user interference channel
linked-list-polynomial-sum
- 用链表表示一元多项式,写一算法完成两个一元多项式相加。-Represents a polynomial with a linked list, write an algorithm to complete two one-polynomial sum.
iterative--subset-sum
- 子集和的迭代算法,一个序列,序列中得子集和等于给定数的所有解答-subset sum :iterative method