资源列表
[数据结构常用算法] link
说明:单链表是一种顺序存取的结构,为找第 i 个数据元素,必须先找到第 i-1 个数据元素。因此,查找第 i 个数据元素的基本操作为:移动指针,比较 j 和 i -Linked list structure is a sequential access for the data elements to find the first i must first find the first i-1 data elements. Therefore, the first i find the basic o<zn> 在 2025-06-21 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] Ant
说明:求解TSP问题的高质量的蚁群算法,非常的不错,适用于各种情况-Problem Solving TSP Ant Colony Algorithm for high-quality<许阳> 在 2025-06-21 上传 | 大小:4kb | 下载:0
[数据结构常用算法] finding
说明:折半查找的算法思想是将数列按有序化(递增或递减)排列,查找过程中采用跳跃式方式查找,即先以有序数列的中点位置为比较对象,如果要找的元素值小于该中点元素,则将待查序列缩小为左半部分,否则为右半部分。通过一次比较,将查找区间缩小一半。 折半查找是一种高效的查找方法。它可以明显减少比较次数,提高查找效率。但是,折半查找的先决条件是查找表中的数据元素必须有序。 -Binary search algorithm idea is to sequence by ordering (ascending or<zn> 在 2025-06-21 上传 | 大小:1kb | 下载:0
[matlab例程] MATLAB-junor-image-code
说明:适用于利用matlab做图像处理的初学者学习的代码-MATLAB junor image code<frank> 在 2025-06-21 上传 | 大小:255kb | 下载:0
[matlab例程] example_circle
说明:Matlab擦除重绘动画——小球绕跑道运动 -Matlab Erasemode animation- ball movement around the track<孟天天> 在 2025-06-21 上传 | 大小:1kb | 下载:0
[matlab例程] Matlab-and-CSharp
说明:混合编程C#与matlab,完成复杂程序算法的调用-Mixed Programming C# with matlab, the call complex program algorithm<林哲> 在 2025-06-21 上传 | 大小:1.07mb | 下载:0
[人工智能/神经网络/遗传算法] YIQUNSUANFA
说明:解TSP问题的蚁群算法,实用高效,文件中已包含TSP城市坐标-Ant colony algorithm for TSP problem solutions, practical and efficient, the document already contains TSP city coordinates<许阳> 在 2025-06-21 上传 | 大小:3kb | 下载:0
[matlab例程] example_clock
说明:Matlab擦除重绘动画——时钟演示,包含时针、分针和秒针,日期。-Matlab Erasemode redraw animation- Clock<孟天天> 在 2025-06-21 上传 | 大小:1kb | 下载:0
[数值算法/人工智能] siganjigou
说明:程序是关于四杆机构的运动学计算,包括位移速度,加速度-Program is on the four-bar kinematics calculations, including the displacement velocity, acceleration<林哲> 在 2025-06-21 上传 | 大小:91kb | 下载:0
[人工智能/神经网络/遗传算法] ant_colony
说明:很好的蚂蚁算法,绝对的高质量,其中已付TSP坐标文件-A good algorithm, absolute quality, which paid TSP coordinate file<许阳> 在 2025-06-21 上传 | 大小:3kb | 下载:0
[matlab例程] ASK-OOK-FSK-BPSK
说明:二相相移键控(BPSK)是用二进制基带信号(0、1)对载波进行二相调制。BPSK是最简单的PSK形式,相移大小为 180°,又可称为2-PSK。在群点聚集的地方,其实都不是非常有关系,在该图像中,群点分布在水平轴上的0°和180°上。由于BPSK使用严重的失真致使解调器作出错误的判断,所以该调制方式是所有PSK中最强的。但它只能以1bit/symbol调制而不适合高数据率应用情况。 -bpsk modulation<王文洁> 在 2025-06-21 上传 | 大小:62kb | 下载:0