资源列表
f16
- 16点的傅立叶算法,用标准C语言编写,并对计算速度进行了优化,比常规算法快很多
test
- 利用线性表表示一个集合,并实现两个集合的并交差和复合运算。
Kalman
- kalman滤波学习的Maltab程序,特点是简单清晰,过程噪声和观测噪声的方差可以设定,能够直观的学习滤波器的特点。
interpolation
- Neville插值算法,xa为自变量数组,xy为因变量数组;x为待插值的自变量
MST
- 最小生成树prim算法matlab实现,计算出总权值和最优连线。-Minimum spanning tree algorithm matlab prim implemented to calculate the total weight and the optimal connection.
sigproc2
- awgn simulation and constellation generation
beibaotanxinc
- 背包问题(Knapsack problem)是一种组合优化的NP完全问题。问题可以描述为:给定一组物品,每种物品都有自己的重量和价格,在限定的总重量内,我们如何选择,才能使得物品的总价格最高。问题的名称来源于如何选择最合适的物品放置于给定背包中。相似问题经常出现在商业、组合数学,计算复杂性理论、密码学和应用数学等领域中。也可以将背包问题描述为决定性问题,即在总重量不超过W的前提下,总价值是否能达到V?它是在1978年由Merkel和Hellman提出的。
qq
- 计算方法里的程序,积分上下限,然后求用户提供给的多为加。-The calculation method of the program, integral upper, and then ask for more than the user is add
gauss
- guass列主元素消去法,数值分析重要算法源代码-guass column element elimination method, numerical analysis algorithm source code
BP
- 实现了B+树的建立,查找,节点分裂,可以直接运行-Realized B+ tree establishment, find, node splitting can be run directly
myexp
- 数值的指数拟合分析-Index values fit analysis
doolittle
- 数值分析中的带型矩阵压缩Doolittle分解法-Numerical analysis of the tape-type matrix compression Doolittle decomposition