资源列表

« 1 2 ... .91 .92 .93 .94 .95 25996.97 .98 .99 .00 .01 ... 28523 »

[matlab例程bisection

说明:Step 1: Set i=1 FA=f(a) Step 2: while i≤ No do step 3-6. Step 3 set p=(a+b)/2 FP=f(p) Step 4 if FP<TOL or (b-a)/2<TOL then OUTPUT(p) STOP. Step 5 set i=i+1 Step 6 if FA.FP > 0 then set a=p FA=FP else set b=p. Step 7 OUTPUT (‘
<jesslyn> 在 2025-11-04 上传 | 大小:1kb | 下载:0

[matlab例程bisection_new

说明:Step 1: Set i=1 FA=f(a) Step 2: while i≤ No do step 3-6. Step 3 set p=(a+b)/2 FP=f(p) Step 4 if FP<TOL or (b-a)/2<TOL then OUTPUT(p) STOP. prepared by Razana Alwee 24 Algorithm Step 5 set i=i+1 Step 6 if FA.FP > 0
<jesslyn> 在 2025-11-04 上传 | 大小:1kb | 下载:0

[matlab例程linear

说明:RSSI线性化求解坐标,三维的RSSI的值,构成RSSI的矩阵,计算循环K次的误差曲线-Solving linear coordinates RSSI
<刘京> 在 2025-11-04 上传 | 大小:1kb | 下载:0

[数学计算/工程计算LS3P

说明:最小二乘法(LS)仿真三个参考节点定位一个定位节点,包括仿真参数和过程数据收集-Least squares (LS) simulation of three reference nodes positioning a positioning node, including the simulation parameters and process data collection
<刘京> 在 2025-11-04 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法sap

说明:使用有监督的近邻传播聚类算法进行特征波段选取-Neighbors using a supervised clustering algorithm for propagation characteristics of selected bands
<李静> 在 2025-11-04 上传 | 大小:1kb | 下载:0

[数据结构常用算法stack

说明:展示了如何用栈实现迷宫功能,体现了回溯思想-Shows how the stack functions to achieve the maze, reflecting back ideas
<黄伟> 在 2025-11-04 上传 | 大小:1kb | 下载:0

[数据结构常用算法array

说明:动态二维数组,实现数组的动态构造,运行时分配,C语言实现-Dynamic two-dimensional array, to achieve a dynamic array structure, run-time distribution, C language
<黄伟> 在 2025-11-04 上传 | 大小:1kb | 下载:0

[matlab例程1.1

说明:噪声中正弦信号的频谱分析,包括不同周期不同长度不同信噪比情况-Sinusoidal signal in the noise spectrum analysis
<wangbin> 在 2025-11-04 上传 | 大小:1kb | 下载:0

[数学计算/工程计算LS6P

说明:最小二乘法(LS)仿真6个参考节点定位一个定位节点,利用RSSI与距离转化的公式求解距离。-Least squares (LS) simulation 6 reference node positioning a positioning node, the use of RSSI and distance into the distance formula to solve.
<刘京> 在 2025-11-04 上传 | 大小:1kb | 下载:0

[matlab例程1.2

说明:噪声信号中正弦信号的频谱分析,包括不同信噪比不同周期不同长度-Sinusoidal signal in the noise signal spectrum analysis, including the different cycles of different lengths in different SNR
<wangbin> 在 2025-11-04 上传 | 大小:1kb | 下载:0

[matlab例程LS3P

说明:线性化法仿真三个参考节点定位一个定位节点,随机噪声均方差随机分布在[4,10],多径效应,权重分布在[0.85,1]。-Linearization method simulation of three reference nodes positioning a positioning node, the variance of random noise are randomly distributed in [4,10], multi-path effects, the weight distr
<刘京> 在 2025-11-04 上传 | 大小:1kb | 下载:0

[matlab例程matrictridi

说明:选四个或者五个参考节点(已知节点)到一个未知节点的RSSI的平均数据,构成RSSI值矩阵。-Select four or five reference node (known nodes) to an unknown node, the average RSSI data, constitute the RSSI value matrix.
<刘京> 在 2025-11-04 上传 | 大小:1kb | 下载:0
« 1 2 ... .91 .92 .93 .94 .95 25996.97 .98 .99 .00 .01 ... 28523 »

源码中国 www.ymcn.org