资源列表
[数据结构常用算法] Ab201702125
说明:1.随机的选取K个种子点作为初始聚类中心 2.然后求出所有的点到K个聚类中心的距离,找出离每个点最近的聚类中心作为该点的种群中心。 3.经过前两步就形成了K个点群,然后更新K个点群的中心。 4,重复步骤2和3直到满足一定的阈值。-wo zhidao zenme zuo<王近两> 在 2024-11-06 上传 | 大小:2048 | 下载:0
[数据结构常用算法] Astar_Romania
说明:通过Astart算法了解对图结构、堆栈、队列、优先级队列等数据结构,并通过回溯过程解决罗马尼亚假日问题。问题内容是通过Astart算法,遍历所有节点(地点),寻找最短路径。-Astart algorithm to understand the structure of the map, stack, queue, priority queue and other data structures, and through the back<qjq> 在 2024-11-06 上传 | 大小:193536 | 下载:0
[数据结构常用算法] Minimax_niujiaoqi
说明:利用极小极大算法实现简单的零和博弈;利用递归算法实现博弈树搜索的方法,并解决牛角棋问题。-Using minimal algorithm to achieve a simple zero-sum game the use of recursive algorithm to achieve the game tree search method, and solve the horns chess problem.<qjq> 在 2024-11-06 上传 | 大小:856064 | 下载:0
[数据结构常用算法] DataStruct
说明:关于数据结构中排序二叉树及堆栈的实现及其具体实例。-Realization of Sorting Binary Tree and Stack in Data Structure and Its Concrete Example.<吴俊> 在 2024-11-06 上传 | 大小:1413120 | 下载:0
[数据结构常用算法] Ant-Colony-algorithm-for-solving-TSP
说明:蚁群算法是一种群智能算法,可用于求解图模型最优化路径的计算问题.本代码为蚁群算法tsp求解。-Ant Colony algorithm is an algorithm of swarm intelligence and calculation model of optimal path can be used to solve problems. the code for the Ant Colony algorithm for sol<姜明> 在 2024-11-06 上传 | 大小:27648 | 下载:0
[数据结构常用算法] Supervisory-Control
说明:在两个控制器之间组合形成一个模糊监督控制(FSC)克服非线性系统中PID控制的限制。 本文提出了一种PID控制器的模糊监控技术。 此技术旨在在线调整PID参数以自动提高性能。 模拟结果表明,模糊监控调谐的性能优于PID控制器的经典调谐方法的性能。-it is a good idea to combine between the two controllers to form a fuzzy supervisory control (FS<西山> 在 2024-11-06 上传 | 大小:370688 | 下载:0
[数据结构常用算法] Algorithms
说明:包含了很多经典算法。包括动态规划、图问题、合并排序、快速排序、旅行商问题、最长公共子序列、背包问题等。-It contains many classical algorithms. Including dynamic programming, graph problems, merge sort, quick sort, traveling salesman problem, the longest common subsequence<张晶> 在 2024-11-06 上传 | 大小:78848 | 下载:0
[数据结构常用算法] polynomial-arithmetic
说明:基于c的多项式各项运算,包括:和差积商、求导、求积分、求余数等各项运算-Based on the polynomial of the polynomial computing, including: and the difference between the product, seeking, seeking integral, seeking the remainder and other operations<tuantaun1234> 在 2024-11-06 上传 | 大小:4096 | 下载:0
[数据结构常用算法] TestLinkNode
说明:一个单链表的算法实现及测试,亲测好使,希望大家喜欢-A single list and algorithm testing, pro-test so that, I hope you like<贺奇> 在 2024-11-06 上传 | 大小:2023424 | 下载:0
[数据结构常用算法] football_team_linear_list
说明:Implementation of football team players with linear list on c<Midou Bordji> 在 2024-11-06 上传 | 大小:3072 | 下载:0