-
veins发送CAM消息源码
veins发送CAM消息源码
- 2022-09-21 21:00:03下载
- 积分:1
-
通过奇异值分解的最小二乘拟合算法…
通过奇异值分解实现的最小二乘拟合算法
inear least-squares fit by singular value decomposition-through the singular value decomposition of the least squares fitting algorithm inear least-squares fit by singular value decomposition
- 2022-04-20 14:07:19下载
- 积分:1
-
基于改进的LANDMARC 算法的空间定位实验
资源描述摘 要:利用HIK-RFM104 型UHF 嵌入式读写模块和中电海康提供的圆极化天线,搭建了
基于UHF RFID 的直线式测距实验平台。在室内进行测距实验,应用MATLAB 将在实验中
测得的数据进行非线性拟合处理,得到RSSI 与距离的转换模型。基于测距实验,对应用于平
面的LANDMARC 算法进行改进,使改进后的算法适用于空间定位系统。改进算法解决了基
于平面的LANDMARC 算法应用于空间时存在误差的问题,降低实验模型成本的同时,提高
了空间定位精度
- 2022-08-18 19:58:06下载
- 积分:1
-
Phep toan Dai so tuyen tinh
这是关于Dai so tuyen tinh的资料,请参阅附件。这是关于Dai so tuyen tinh的资料,请参阅附件文件。这个是否向供应商提供有关Dai so tuyen tinh的信息,请参阅随附文件
- 2023-08-16 13:55:02下载
- 积分:1
-
基于的PCA故障诊断方法
一个基于主元分析的故障诊断的程序,是一个数值仿真实验
- 2022-07-26 18:41:40下载
- 积分:1
-
回溯法解N后的C++源码(Visual Stdio2010环境测试通过)
#include #include #include #include using namespace std;class Queen{ friend int nQueen(int);private: bool Place(int k); void Backtrack(int t); void Output(); int n,//皇后个数 *x;//当前解 long sum;//当前已找到的可行性方案数};bool Queen::Place(int k){ for (int j=1;jn) { sum++; Output(); } else { for (int i=1;i
- 2022-02-06 19:11:54下载
- 积分:1
-
有限元算法。平面绗架结构的有限元分析,包括计算每个节点的作用力。可以实现不同位置,不同载荷力的有限元分析。文件中的word文档,包括有具体实例计算。请阅读后使用...
有限元算法。平面绗架结构的有限元分析,包括计算每个节点的作用力。可以实现不同位置,不同载荷力的有限元分析。文件中的word文档,包括有具体实例计算。请阅读后使用。-Finite element method. Planar lattice structure of finite element analysis, including the calculation of the force on each node. Can be achieved at different locations, different power load finite element analysis. Document word document, including specific examples of the calculation. Please read before use.
- 2022-01-25 21:40:38下载
- 积分:1
-
非定常解的程序
Program for solving the unsteady one-dimensional convection/diffusion equation using FD method and various discretization schemes for convective and diffusive terms and for time integration.
- 2023-04-05 21:05:03下载
- 积分:1
-
井底压力计算软件
井底压力计算软件,用Vb编写,可以用来计算油井沿程压力变化,温度变化;程序中含有说明,主要根据两相流的一些相关知识编写。
- 2023-08-18 22:00:03下载
- 积分:1
-
computing in matrixs,It Includes the plus and multiply and so on,It can realize...
矩阵计算,包括了矩阵的加减乘除,还可以实现对角化,对一次解方程组非常有帮助-computing in matrixs,It Includes the plus and multiply and so on,It can realize the diagonalize,that will be very helpfull for one result equation
- 2022-03-18 13:45:57下载
- 积分:1