资源列表
[matlab例程] TIP2013Gong
说明:文章Fuzzy C-Means Clustering With Local Information and Kernel Metric for Image Segmentation的代码实现(the code of Fuzzy C-Means Clustering With Local Information and Kernel Metric for Image Segmentation)<开心@~~~~ > 在 2025-04-23 上传 | 大小:1.23mb | 下载:0
[matlab例程] myVMDtest
说明:含有最新VMD算法,计算信号特征值,频谱分析,检测故障信息点(The latest VMD algorithm, the eigenvalue of the signal, the spectrum analysis, the detection of the fault information point)<Annabella1993 > 在 2025-04-23 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] igafem-nguyen
说明:等几何分析MATLAB程序包,有着丰富的例子,其中fem包内为传统的拉格朗日插值有限元, iga包内为nurbs插值的等几何有限元(This is the README file for the Isogeometric Analysis (IGA) Matlab code. The code supports one, two and three dimensional linear elasticity problems. E<BITWYH > 在 2025-04-23 上传 | 大小:4.82mb | 下载:1
[matlab例程] RADAR_PULSE_COMPRESSION_MultipleType
说明:Source code for MULTIPLE RADAR PULSE COMPRESSION: barker, frank, costas, polyphase(P1--> P4), polytime (T1--> T4), Linear Frequency Modulation (LFM). CHECKED & WORKED for me<lonelyghost198 > 在 2025-04-23 上传 | 大小:7kb | 下载:1
[人工智能/神经网络/遗传算法] CNN_matlab
说明:卷积神经网络(CNN)是一种深度学习方法,它可以对图像进行识别和特征分类等优点。(The convolution neural network (CNN) is a deep learning method which can identify and characterize the image.)<大东东 > 在 2025-04-23 上传 | 大小:14.03mb | 下载:0
[数据结构常用算法] uglynumber
说明:构造一个集合,里面的数都是丑数,那么任意取一个集合内的数,假设为k,那么2k,3k,5k,7k也是丑数,丢进集合中。因为要求第n小,那么考虑优先队列取前n小数,从1开始扩展集合,重复n次操作,最后的数便是答案。(Construct a set whose numbers are all ugly numbers, then take the number of a collection arbitrarily, assuming tha<姚任性 > 在 2025-04-23 上传 | 大小:49kb | 下载:0
[数据结构常用算法] movewindow
说明:建立一个单调递增队列,元素从左到右依次入队,入队之前必须从队列发问开始删除那些比当前入队元素大或者相等的元素,直到遇到一个比当前入队元素小的元素,或者队列为空为止。若此时队列的大小超过窗口值,则从队头删除元素,直到队列大小小入窗口值为止。然后把当前元素插入队尾。(The establishment of a monotonically increasing queue elements from left to right in the<姚任性 > 在 2025-04-23 上传 | 大小:10kb | 下载:0
[数据结构常用算法] FrequentValue
说明:求出现最多的数: 给定n个数,已按从大到小顺序排列好,一共有q个询问,每次询问一个区间,问这个区间中出现次数最多的数是什么。(Find the most of the number: Given the number of N, it has been arranged in order from big to small. There are Q queries, asking for an interval each t<姚任性 > 在 2025-04-23 上传 | 大小:50kb | 下载:0