资源列表
[人工智能/神经网络/遗传算法] eight八数码
说明:我做的的八数码游戏!!学人工智能的用vc编写的-the eight digital game! ! Using artificial intelligence study prepared by the vc<> 在 2025-11-22 上传 | 大小:80kb | 下载:0
[人工智能/神经网络/遗传算法] Genetic_Ant_Algorithms
说明:一种运用蚂蚁算法和遗传算法解决旅行商问题的混合优化程序-an ant algorithm and the use of genetic algorithms to solve the traveling salesman problem hybrid optimization procedures<陈雷> 在 2025-11-22 上传 | 大小:80kb | 下载:0
[人工智能/神经网络/遗传算法] ars.scr
说明:JAVA版的蚂蚁算法(Ant Colony Optimization Algorithms) -JAVA version of the ant algorithm (Ant Colony Optimization Algorithms)<张强> 在 2025-11-22 上传 | 大小:80kb | 下载:0
[数据结构常用算法] 图的操作界面
说明:图邻接表的建立,深度优先遍历,.广度优先遍历,最小生成树,拓扑排序,单源点到其余各个顶点的最短路径等对图的操作!VC界面!-plans to establish the adjacent table, depth-first traversal. Breadth priority traversal, the minimum spanning tree, topological sorting, single-source all of the rest of the vertices such<陈青侠> 在 2025-11-22 上传 | 大小:80kb | 下载:0
[数值算法/人工智能] 一维黄金 插值 格点法
说明:本程序可以对任意输入的一元二次函数,算法利用了黄金分割法,插值法,格点法求出最小值-the arbitrary procedures for the importation of a quadratic function, the algorithm using the Golden Section, interpolation, the lattice method, the minimum<杜莉> 在 2025-11-22 上传 | 大小:80kb | 下载:0
[人工智能/神经网络/遗传算法] C++GA
说明:遗传算法的开发包,外网上好不容易下下来的,功能很齐全-genetic algorithm development kits, external hard-line down under the feature is complete<渴望飞翔> 在 2025-11-22 上传 | 大小:80kb | 下载:0
[数据结构常用算法] SORT---bubble
说明:冒泡排序:从第一个元素起依次将相邻两数比较,大的调到后面,小的调到前面, 直到第n-i(第i趟排序时)个元素。-Bubble sort: successively from the first element of the adjacent two numbers compare transferred back big and small front transferred until the first ni (i-trip sort) elements.<陈幻> 在 2025-11-22 上传 | 大小:80kb | 下载:0
[数据结构常用算法] SORT---selection
说明:选择排序 每趟选出一个最值和无序序列的第一个数交换,n个数共选n-1趟。第i趟假设i为最值下标,然后将最值和i+1至最后一个数比较,找出最值的下标,若最值下标不为初设值,则将最值元素和下标为i的元素交换。-The first number selection sort elect one of the most value per trip and disordered sequence exchange, choose the number n of n-1 times. I assume<陈幻> 在 2025-11-22 上传 | 大小:80kb | 下载:0