搜索资源列表
数据结构与算法:C_语言描述(中文)
- 数据结构与算法的学习对于软件开发的专业程序员而言是非常关键,本书为C#语言程序员提供了学习基础数据结构与算法的机会(Data structure and algorithm learning is very critical for professional programmers in software development. This book provides C# language programmers with the opportunity to learn basic data
遗传算法
- 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。(Genetic algorithm is a search algorithm used to solve the optimization in computational mathematics. It is one of the evolutionary algorithms. Evolu
数据挖掘中十大经典算法
- 机器学习十大算法、大数据、数据挖掘、机器学习(classic machine learning algorithm)
算法设计与分析基础.第3版
- 本书主要讲算法,啥平台都行。算法是计算机科学的基础。希望对大家有帮助!(This book mainly talks about algorithms, and all the platforms are all right. The algorithm is the basis of computer science. I hope to help you!)
数据结构与算法JavaScript描述
- 数据结构与算法Javascr ipt描述,前端面试的可以看看,数据结构还是很重要(Data structure and algorithm Javascr ipt descr iption)
基于粒子群算法的多目标搜索算法
- 本案例是基于粒子群算法的多目标搜索算法,对于多目标搜寻效果不错(This case is a multi target search algorithm based on particle swarm optimization, which has a good effect on multi target search.)
算法第四次作业
- 使用搜索算法实现的0-1背包问题和迷宫问题(0-1 knapsack problem and maze problem by search algorithm)
基于遗传算法的BP神经网络优化算法
- 基于遗传算法的BP神经网络优化算法,便于相关研究人员理解(BP neural network optimization algorithm based on genetic algorithm to facilitate the understanding of relevant researchers)
粒子群算法的寻优算法
- 粒子群寻优算法,通过粒子群算法寻找最优解的问题(Particle swarm optimization (PSO) algorithm and the problem of finding the optimal solution by particle swarm optimization)
基于动态粒子群算法的动态环境寻优算法
- 动态粒子群寻优算法,且通过matlab代码来实现(Dynamic particle swarm optimization algorithm, and realized through MATLAB code)
Prim+Kruskal 算法求最小生成树
- C语言 Prim Kruskal 算法求最小生成树(C language Prim+Kruskal algorithm for minimum spanning tree)
自然语言处理NPL-最大概率分词算法
- 自然语言处理NLP,最大概率分词算法,带有详细说明文档(Natural Language Processing NLP, maximum probability segmentation algorithm)
数据结构与算法分析:C语言描述
- 数据结构和算法分析以及相应书中代码和答案(data structure and algorithm analysis)
两个算法
- 实现了两种搜索算法,进行矩阵运算,可以在矩阵上查找出需要的若干行(Two kinds of search algorithms are realized and matrix operation is carried out)
Powell算法
- powell算法的实现,matlab语言实现方式,已经验证过了,供大家参考(The implementation of the Powell algorithm, the implementation of the MATLAB language, has been verified, for people to refer to)
遗传算法
- 实现了最佳路劲选择,而不遗漏任何一个坐标位置的遗传算法程序,c++.(A genetic algorithm program for the best choice of road strength without missing any one coordinate position, c++.)
蚁群算法
- 实现了最佳路劲选择,而不遗漏任何一个坐标位置的蚁群算法程序,c++.(An ant colony algorithm program for selecting the best road strength without missing any one coordinate position, c++.)
飞思卡尔__所有的算法
- 飞思卡尔__所有的算法,用于比赛及智能控制(Fly think of Carle __ all the algorithms for the game, and intelligent control)
数据结构与算法分析_Java语言描述
- 数据结构与算法分析一书的中文翻译,使用Java语言描述(Data structure and algorithmic analysis of Chinese translation of a book, described in the Java language)
JAVA经典算法90题
- JAVA经典算法90题,含源代码,非常经典 ,面试笔试必备(90 problems of the classical JAVA algorithm)