资源列表
[人工智能/神经网络/遗传算法] TWSVM
说明:借助(线性)孪生支持向量机对二分类问题的求解程序。-Using twin support vector machines to solve binary classification problems.<> 在 2025-07-04 上传 | 大小:6kb | 下载:0
[数据结构常用算法] ordering-systems
说明:内排序系统,提供快速排序、冒泡排序、堆排序等常见排序代码。-Within the sorting system, providing quick sort, bubble sort, heap sort common sort code.<ci> 在 2025-07-04 上传 | 大小:6kb | 下载:0
[人工智能/神经网络/遗传算法] yichuansuanfa
说明:MATLAB语言编写的遗传算法优化算法求函数最优解-MATLAB genetic algorithm written in the optimal solution algorithm of a function<shengjizheng> 在 2025-07-04 上传 | 大小:6kb | 下载:0
[matlab例程] differentialequations
说明:利用matlab求解微分方程的实例,代码可以直接运行-Using matlab to solve differential equations instance, the code can be run directly<李绍兴> 在 2025-07-04 上传 | 大小:6kb | 下载:0
[数据结构常用算法] QuickSort
说明:步骤:设有一待排序的序列 1、分别设置low、high指向序列的最左端、最右端;从序列中选一个进行排序(通常选最左端的值low指向的值),存入到tmp; 2、从high端开始,查找比tmp小的,找到后将该值放入到low指向的存储位中;同时将high指向当前查到的值所在的位; 3、从low端开始,查找比tmp大的,找到后将该值放入到high指向的存储为中,同时low指向当前查到的值所在位; 4、若low位小于high位,返回步骤2;否则,将tmp值存入到空出来的low+1指向<马艳娟> 在 2025-07-04 上传 | 大小:6kb | 下载:0
[matlab例程] Localization
说明:机器人足球赛,人形机器人在足球场的定位问题。采用粒子滤波方法,此为模拟的文件。-Robot soccer, humanoid robot localization problem in football. Using particle filter, this is the simulation of the file.<贾子枫> 在 2025-07-04 上传 | 大小:6kb | 下载:0