资源列表
fft_accumulation_method
- 关于循环谱的FAM算法,用于快速计算循环谱-FAM
shuzhifenxi3
- 实验题目:曲线拟合的最小二乘法 相关知识:已知C[a,b]中函数f(x)的一组实验数据(xi,yi)(i=0,1,…,m),其中yi=f(xi)。设 是C[a,b]上线性无关函数族。在 中找函数f(x) 曲线拟合的最小二乘解 ,其法方程(组)为: 其中, k=0,1,…,n 特别是,求函数f(x) 曲线拟合的线性最小二乘解 的计算公式为: 数据结构:两个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y
Practice1_19
- 连接两个链表,就是将第一个链表的最后连接到第二个链表的开头。-concatenate two list
juzhenhanshu
- 传输矩阵法用于计算光纤光栅的有效折射率,是一种经典的数学算法-Matrix function
undigraph
- 随即生成的任一简单无向图G的邻接矩阵,并判断其连通性-Then generate any simple undirected graph G adjacency matrix and determine its connectivity
EstimationAndDetection_1
- 系统建模,通信信号处理课程项目,基于matlab环境的系统建模,希望有用-System modeling, communication signal processing program
sha1
- 常用哈希算法sha1,c语言 纯自己编写的-sha1 hash function c source code
T4_Hough
- Finding circles in image with Hough Transform Matlab Code.
LFM_multiple-ambg
- 线性调频信号脉冲串的模糊函数,运行LFM_multiple_ambg-LFM ambg
PengRobinson
- 计算气体密度,不同温度压力下气体的密度,甲烷,二氧化碳等,计算超额吸附-Calculate gas density, gas density under different temperature and pressure, methane, carbon dioxide, etc., calculate the excess adsorption
distance
- C++编写的用友元函数和成员函数实现两点间的距离计算。-C to achieve the function of the realization of the function of the member and the realization of the distance between two points
母牛递归
- 这个程序用于计算母牛递归的问题,属于c语言基础方面的题目,新手可以看看