-
Golden section method for the minimum function of the operating point I refer to...
黄金分割法求函数极小值点本人的作业大家可以参考参考参考-Golden section method for the minimum function of the operating point I refer to the reference you can refer to ah ah ah ah
- 2022-06-12 20:00:14下载
- 积分:1
-
本程序包括5种数字滤波算法。
本程序包括5种数字滤波算法。-this program includes five digital filtering algorithms.
- 2023-01-03 11:10:04下载
- 积分:1
-
Vc++Romberg的,计算方法中romberg算法的c程序源码
Vc++Romberg的,计算方法中romberg算法的c程序源码-Vc Romberg, calculation method Romberg Algorithm c procedures FOSS
- 2022-11-19 20:45:03下载
- 积分:1
-
二维数组的冒泡排序
二维数组的冒泡排序-Bubble sort of Two-Dimensional Arrays
- 2022-12-20 04:00:03下载
- 积分:1
-
按照既定的步长,输入后筛选已有数据 程序1
按照既定的步长,输入后筛选已有数据 程序1-accordance with the established step, the imported data screening procedures have a
- 2022-02-12 08:34:52下载
- 积分:1
-
非递归解决斐波那契数列问题
递归的缺点:
–递归算法解题相对常用的算法如普通循环等,运行效率较低。因此,应该尽量避免使用递归,除非没有更好的算法或者某种特定情况,递归更为适合的时候。在递归调用的过程当中系统为每一层的返回点、局部量等开辟了栈来存储。递归次数过多容易造成栈溢出等
–执行时间长、占用空间多
–主要原因:递归调用时的现场保护与恢复(相对于迭代过程而言)
一个反复执行过程,可否用循环结构实现?
递归调用时,返回点怎么记录?
递归返回时,如何接着以前的断点继续执行?
返回值如何处理:若当前是较深一层的递归调用,如何将返回值返回到上一层递归过程的引用位置上?
系统栈:保护现场、保存返回值、返回地址
- 2023-01-28 00:35:03下载
- 积分:1
-
/ = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = /功能annot
//=== === === === === === === =
//函数说明
//函数名称:PolyFit
//函数功能:最小二乘法曲线拟合
//使用方法:double *x ---- 存放n个数据点的X坐标
// double *y ---- 存放n个数据点的Y坐标
// int n -------- 给定数据点个数
// double *a ---- 返回m-1次拟合多项式的m个系数
// int m -------- 拟合多项式的项数,即拟合多项式的最高次为m-1。要求m20,则本函数自动按m=min{n,20}处理
// double *dt --- dt[0]返回拟合多项式与各数据点误差的平方和;dt[1]返回拟合多
// 项式与各数据点的误差绝对值之和;dt[2]返回拟合多项式与各数据
// 点误差绝对值的最大值
//注意事项:拟合多项式的形式为 y = b0 + b1*(x-Xavr)...
-//=== === === === === ==== === === === === === === ==== === =// function annotations// function name : PolyFit// Function functions : Least Squares Curve Fitting// Use : double* x n-store data point coordinates of the X//* y double-storage n data point Y coordinates// int n-------- given the number of data points//* a double---- returned to the m-1 m fit polynomial coefficients// int m-------- polynomial fitting items , which is the highest polynomial fitting time for m-1. Request m
- 2023-07-25 11:15:03下载
- 积分:1
-
多用户mimo
多用户MIMO技术作为lte-a的支持技术,作为下一代通信网路的关键技术, 由于其能够提供更大的数据传输速率,适当的预编码能够减小用户间的干扰,减小小区间的干扰,本代码给出了但小区多用户下行链路的预编码,对于初学者又很好的借鉴作用。 &nb
- 2022-02-13 02:47:03下载
- 积分:1
-
BP神经网络的非线性系统建模--非线性函数的拟合
通过一个简单是二元二次函数,实现bps神经网络的非线性拟合,逼近真实值。非常适合初学者。
- 2022-02-09 16:21:35下载
- 积分:1
-
用vc 实现的计算理论的基本程序,该程序能判定一个输入的语言能否被有台确定型有穷自动机所接受。...
用vc 实现的计算理论的基本程序,该程序能判定一个输入的语言能否被有台确定型有穷自动机所接受。-vc used to achieve the theoretical calculation of the basic procedures, the program can determine an input language can be identified with Taiwan-based Finite Automata acceptable.
- 2022-07-08 03:47:19下载
- 积分:1