资源列表
[matlab例程] Bisection
说明:he basic idea of the method of bisection is to start with an initial interval, [a0,b0], that is chosen so that f(a0)f(b0) < 0. (This guarantees that there is at least one root of the function f(x) within the initial interval.) We then iteratively<sarah> 在 2025-06-29 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] NeuralNetwork_RBF
说明:用于分类与回归的RBF神经网络-Classification and regression for the RBF neural network<徐善智> 在 2025-06-29 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] shenjingwangluo
说明:神经网络的MATLAB的实现,是对BP神经网络的改进,可用于模式识别-The MATLAB neural network implementation is the improved BP neural network can be used for pattern recognition<chen bin> 在 2025-06-29 上传 | 大小:2kb | 下载:0
[matlab例程] source-localization1
说明:beamforming, capon, 和music 三种波达方向定位算法的matlab仿真源代码。(出三维图)-Code source sous matlab de SOURCE LOCALIZATION ALGORITHM(beamforming, capon, and music) (3D)<Ma hua> 在 2025-06-29 上传 | 大小:2kb | 下载:0
[matlab例程] source-localization2
说明:beamforming, capon, 和music 三种波达方向定位算法的matlab仿真源代码。(出二维图,频率和DOA的对应关系)-beamforming, capon, and music of three DOA positioning algorithm matlab simulation source code. (A two-dimensional diagram, the corresponding frequency and DOA Relations)<Ma hua> 在 2025-06-29 上传 | 大小:2kb | 下载:0
[数据结构常用算法] WinnerTree
说明:常见的实现方法是使用两个数组, t[n-1]和e[n],数组e存放所有的参加排序的元素,在完全二叉树中是叶子结点,t[]存放 的是比赛的阶段性胜者的编号,再进行n趟比赛排序结束,时间复杂度是O(n*log2(n)), 其实我觉得也可以只通过一个数组A[2*n-1]也可以实现,只是标号的换算有点复杂而已. -Common implementation approach is to use two array, t [n-1] and e [n], the array storage<liyuansong> 在 2025-06-29 上传 | 大小:2kb | 下载:0