资源列表
[数据结构常用算法] link
说明:用带表头的链表存放输入的数据,每读入一个数,按升序顺序插入到链表中,链表中允许两个结点有相同值。链表的头结点存放链表后面的结点个数,初始化时就生成头结点(初值为0)。链表翻转是把数据逆序(变成降序),注意,头结点不动。翻转后要再翻转一次,恢复升序后才能插入新元素,否则会出错。-Using the list with the first table input data storage, each read a few, according to ascending order of insert<brian> 在 2025-07-09 上传 | 大小:184kb | 下载:0
[数值算法/人工智能] Ant_Colony
说明:94年发表的蚁群算法,模拟蚂蚁觅食过程,重要的近似算法之一-94 years published by ant colony algorithm, simulated ant foraging process, one important approximation algorithm<Goliath> 在 2025-07-09 上传 | 大小:402kb | 下载:0
[matlab例程] clipping_ccdf
说明:降低OFDM中PAPR的方法clipping的MATLAB源码 -Reduce the PAPR of OFDM method of clipping the MATLAB source code<高启> 在 2025-07-09 上传 | 大小:1kb | 下载:0
[数据结构常用算法] SequenceList
说明:以数组为存储结构保存线性表,并实现线性表创建、清空、增加、删除、修改、查找等基本操作。-Array for the storage structure in order to preserve the linear form, and realize the creation of a linear table, empty, add, delete, modify, search and other basic operations.<> 在 2025-07-09 上传 | 大小:2kb | 下载:0