搜索资源列表
yinhangjiasuanfa
- 模拟银行家算法 银行家可以把一定数量的资金供多个用户周转使用,为保证资金的安全银行家规定: 本程序包括:银行家算法 -simulation algorithm bankers bankers can be a certain amount of funds for a number of users working capital use, To ensure the safety of funds bankers : The procedures include : Banke
tic-tac-toe
- 一个简单的用二叉树实现的极大极小指算法人工智能井字棋游戏,使用C++的类,和STL模版库中的vector-A simple binary tree the minimax means algorithm artificial intelligence tic-tac-toe game of chess the class of C++, and STL template library in the vector
PSOtofMatlab
- 微粒群算法是新近发展起来的智能优化算法,结合matlab快速简洁的开发特点,让你更加方便的使用微粒群算法-Particle swarm optimization is a newly developed intelligent optimization algorithm, matlab combination of the characteristics of the rapid development of simple, more convenient and allows you to
euler-algorithm
- 给定一个无向图,找该图的欧拉环游。算法快可以执行好-Given an undirected graph, find the graph Eulerian tour. Fast algorithm can perform well
abc
- 模拟退火算法解决TSP问题 输入格式(城市坐标.in): 第行:1个整数N,表示城市的数量 第..N+1行:每行有个空格分开的整数x,y,第i+1行的x,y表示城市i的坐标-Simulated annealing algorithm to solve TSP Input Format (city coordinates in.): The first line: an integer N, the number of cities S .. N+1 lines: eac
Sequence-Alignment-Algorithm
- 基因比对算法,Python,基于动态规划算法-Gene alignment algorithm, Python, based on dynamic programming algorithm
ReliefF-2
- 由于Relief算法比较简单,运行效率高,并且结果也比较令人满意,因此得到广泛应用,但是其局限性在于只能处理两类别数据,因此1994年Kononeill对其进行了扩展,得到了ReliefF作算法,可以处理多类别问题。该算法用于处理目标属性为连续值的回归问题。-Because Relief algorithm is relatively simple, high efficiency, and the results are more satisfactory, so widely used, b
Huffman_encode
- 该程序是利用哈夫曼算法实现对文件的压缩,编程语言是C++,平台是windows。(The program uses the Huffman algorithm to compress the file, the programming language is C++, and the platform is windows.)