资源列表
[数值算法/人工智能] ALIF-master
说明:非线性非平稳信号的时频分析是一项非常具有挑战性的工作。为了捕获这些信号中的特征,分析方法必须是局部的、自适应的和稳定的。近年来,不同的研究小组开发了基于分解的分析方法,如Huang等人首创的经验模态分解(EMD)技术。这些方法将信号分解成有限数量的分量,在这些分量上可以更有效地应用时频分析。在本文中,我们考虑迭代滤波(IF)方法作为EMD的替代方法。我们在滤波器上提供了充分的条件,保证了对任意l2信号的中频收敛。然后,我们提出了一种新的技术,自适应局部迭代滤波(ALIF)方法。此外,我们设计了光<天天1230611> 在 2025-08-27 上传 | 大小:189kb | 下载:0
[数值算法/人工智能] ABC-MRCPSP
说明:Excel数据文件包含多达350个不同规模的算例。上传的matlab程序使用人工蜂群算法求解,之后大多数算例结果达到当今世界已知最优值。(The Excel data file contains up to 350 instances of different sizes. The uploaded matlab program uses the artificial bee colony algorithm to solve the problem. After that, most of t<张三小鸡> 在 2025-08-27 上传 | 大小:1.04mb | 下载:0
[人工智能/神经网络/遗传算法] spectra_data
说明:一个简单的BP神经网络模型,可以用于数据预测(A simple BP neural network model that can be used for data prediction)<18156283574> 在 2025-08-27 上传 | 大小:167kb | 下载:0
[人工智能/神经网络/遗传算法] 遗传算法代码
说明:遗传算法的一些MATLAB代码,有详细的代码注释(Genetic algorithm of some MATLAB code, with detailed code notes)<yangshao> 在 2025-08-27 上传 | 大小:3kb | 下载:0
[数值算法/人工智能] matlabprogram
说明:智能优化算法及其MATLAB仿真实例,包括进化类算法,群智能算法,模拟退火算法,禁忌搜索算法,神经网络算法等程序源码(Intelligent optimization algorithm and MATLAB simulation examples, including evolutionary algorithm, swarm intelligence algorithm, simulated annealing algorithm, tabu search algorithm, neural<白桦树> 在 2025-08-27 上传 | 大小:72kb | 下载:0
[数据结构常用算法] 二叉排序树_17281183_刘梦婷
说明:1.构造一棵二叉排序树并对其进行中序遍历输出; 2.在二叉排序树中查找某一关键字,若存在,显示查找成功;若不存在,将其插入到二叉排序树中,再中序遍历输出。(1. Construct a binary sort tree and output it through middle order traversal; 2. Find a keyword in the binary sort tree. If it exists, the search is successful. If it doe<lmt19990807> 在 2025-08-27 上传 | 大小:2.1mb | 下载:0
[数据结构常用算法] 哈希表_17281183_刘梦婷
说明:采用除留余数法构造哈希表,要求装载因子不超过0.7,线性探测再散列解决冲突,输出哈希表;任意输入关键字,判断是否在哈希表中,若存在显示查找成功并显示查找次数;若不存在,插入到哈希表中,再显示哈希表中的关键字序列。(The hash table is constructed by using the method of removing and reserving remainder. The loading factor is required to be no more than 0.7. T<lmt19990807> 在 2025-08-27 上传 | 大小:2.09mb | 下载:0
[数据结构常用算法] 二叉树_17281183_刘梦婷
说明:按先序遍历的扩展序列建立二叉树的二叉链表存储结构,实现二叉树先序、中序、后序遍历的递归算法,实现二叉树中序遍历的非递归算法,实现二叉树层次遍历的非递归算法,求二叉树的结点个数,求二叉树的深度。(The binary list storage structure of binary tree is established according to the extended sequence of traversal in the first order, the recursive algorit<lmt19990807> 在 2025-08-27 上传 | 大小:2.07mb | 下载:0
[数据结构常用算法] 树_17281183_刘梦婷
说明:建立树的孩子兄弟链表存储结构,求树的深度。 要求: 1)自上而下输入树中每条边(例如#A,AB,AC,BD,##),不要转换成二叉树输入。 2)按树中由根至叶子结点层次遍历顺序(每层中自左至右输入),输入结点序列及每个结点的度,构造孩子兄弟链表。(Establish the storage structure of the tree's child and brother list, and find the depth of the tree. Requirement: 1) Inp<lmt19990807> 在 2025-08-27 上传 | 大小:1.46mb | 下载:0