-
经典算法,递归的典型,汉诺塔的程序,vb版的。。。。。接着还有java版本的...
经典算法,递归的典型,汉诺塔的程序,vb版的。。。。。接着还有java版本的-classic algorithms, the typical recursive, HANOR procedures, vb version. . . . . Then there java version of the.
- 2022-04-01 18:25:56下载
- 积分:1
-
Optimized network selection scheme in heterogeneous wireless network
未来几代无线网络将;
- 2022-01-27 11:52:25下载
- 积分:1
-
n阶方阵的克劳特(crout)分解matlab实现
应用背景n阶方阵的克劳特(crout)分解matlab实现关键技术在矩阵分析课上学习了n阶方阵的三角分解或叫克劳特(crout)分解,便尝试着用MATLAB编程实现。给一个例子如下:
原矩阵a=[2 1 -5 1;1 -3 0 -6;0 2 -1 2;1 4 -7 6]
执行 [l,u]=crout(a);
分解后得:
l=[2 0 0 0;1 -3.5 0 0;0 2 0.4286 0;1 3.5 -2 -9]
u=[1 0.2 2.5 0.5;0 1 -0.7143 1.8571;0 0 1 -4;0 0 0 1]
- 2022-03-20 07:06:32下载
- 积分:1
-
分数阶傅里叶变换计算方面的文章,另附程序清单
分数阶傅里叶变换计算方面的文章,另附程序清单-Fractional Fourier transform calculation of the article, followed the list of procedures
- 2022-06-26 21:16:35下载
- 积分:1
-
C实现RS编码
用C实现RS码纠错仿真
RS码的编码程序 编码效率高,且经实际验证符合RS纠错码的要求-RS code using C realize simulation RS
error correction code encoding procedure coding efficient and practical
to verify compliance with the requirements of RS error-correcting codes
- 2023-05-05 14:10:03下载
- 积分:1
-
典型的解析器佛该控制台VX 400美元+发送pnano NMEA序列
Typical parser fo autocomp console vx 400+ that sends $PNANO NMEA sequence - utilizes some graphical from JVCL class. very useful for students that are wiling to see how rudder and thrust are set on console-Typical parser fo autocomp console vx 400+ that sends $PNANO NMEA sequence- utilizes some graphical from JVCL class. very useful for students that are wiling to see how rudder and thrust are set on console
- 2022-07-15 16:00:26下载
- 积分:1
-
c4.5算法java单机版
机器学习决策树经典C4.5java源码单机版 包括信息商计算 和决策树图打印两大部分
- 2022-04-17 11:36:10下载
- 积分:1
-
基于信号强度的垂直切换
本代码是主基础基于信号强度的垂直切换算法的一个仿真代码。其中考虑到影响信号强度的有大尺度衰落和小尺度衰落。本代码给出了一个简单的模型。代码如下:
- 2022-11-03 14:15:03下载
- 积分:1
-
实数DE代码
很实用的实数差异演化(DE)算法,实用类实现的,里面有几种不同的变异方案。
- 2022-03-23 14:07:29下载
- 积分:1
-
多峰值函数找最优解算法代码
本算法是在多峰值函数找最优解,粒子群算法收敛速度快 ,精度高的优点。 代码清晰明了,有注释,可以帮助初学者很好的掌握,能够看懂 !
- 2022-02-06 06:56:06下载
- 积分:1