资源列表
[数据挖掘] Top-10-Algorithms-in-Data-Mining
说明:在2006年9月召开的ICDM会议上,邀请了ACM KDD创新大奖(InnovationAward)和 Top 10 Algorithms in Data Mining IEEEICDM研究贡献奖(Research Contributions Award)的获奖者们来参与数据挖掘10大算 法的选举,每人提名10种他认为最重要的算法-Classification,Statistical Learning,Top 10 Algorithms in Data Mining,material<yz> 在 2025-07-22 上传 | 大小:1.75mb | 下载:0
[数据结构常用算法] BInsertSort
说明:折半插入排序在查找记录插入位置时,采用折半查找算法 折半查找比顺序查找快, 所以折半插入排序在查找上性能比直接插入排序好 -Binary insertion sort to find records insertion position, using a binary search binary search algorithm is faster than the sequential search, binary insertion sort on so look better pe<郑白> 在 2025-07-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] QuickSort
说明:任取待排序记录序列中的某个记录(例如取第一个记录)作为基准(枢),按照该记录的关键字大小,将整个记录序列划分为左右两个子序列: 左侧子序列中所有记录的关键字都小于或等于基准记录的关键字 右侧子序列中所有记录的关键字都大于基准记录的关键字 -Take any sequence of records to be sorted in a record (for example, take the first record) as a reference (pivot), in accor<郑白> 在 2025-07-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] ShellSort
说明:首先取一个整数 gap < n(待排序记录数) 作为间隔, 将全部记录分为 gap 个子序列, 所有距离为 gap 的记录放在同一个子序列中 在每一个子序列中分别施行直接插入排序。 然后缩小间隔 gap, 例如取 gap = gap/2 重复上述的子序列划分和排序工作,直到最后取gap = 1, 将所有记录放在同一个序列中排序为止-First, take an integer gap < n (the number of records to be sorted) as t<郑白> 在 2025-07-22 上传 | 大小:1kb | 下载:0
[matlab例程] Alpha_flospwvd
说明:脉冲噪声下跳频信号的时频分析,低阶SPWVD,抑制噪声并且得到其参数估计。-Impulse noise time-frequency analysis, frequency hopping signals under low SPWVD and suppress noise and get its parameter estimation.<武艳凤> 在 2025-07-22 上传 | 大小:1kb | 下载:0
[matlab例程] IADM_NNLS_v0
说明:IADM_NNLS:不精确的交替方向方法核标准正则化最小二乘问题,可以解决正则项是核范数的公式,例如低秩表示算法-IADM_NNLS: inexact alternating direction method nuclear standard regularized least squares problem, can solve the formula of regularization is nuclear norm, such as low rank said algorithm<dulu> 在 2025-07-22 上传 | 大小:76kb | 下载:0
[matlab例程] PeriodicBeam
说明:Periodic Beam Vibration Problem<fmatczak> 在 2025-07-22 上传 | 大小:2kb | 下载:0