搜索资源列表
最小费用最大流1
- 本文用C语言实现了优化算法-最小费用最大流算法,主要用于图论领域-Using C programming language, the optimization algorithm-minimum cost maximum flow algorithm, mainly for the field of graph theory
线索树
- 本文用C语言实现了有关线索二叉树的一系列算法-Using C language of the clues to a series of binary tree algorithm
mintree(C)
- kruskal算法的c语言版本,里面的中文用拼音,程序易于理解,是理解kruskal算法的一个好程序-Kruskal Algorithm c language version, the Chinese inside using phonetic symbols, the program is easier to understand, Kruskal understanding is a good algorithm procedures
BinTreeExp
- 二叉树的创建、前序递归遍历、中序递归遍历、后序递归遍历、层次遍历、前序非递归遍历、中序非递归遍历、后序非递归遍历算法。里面包含了顺序栈和队列的实现代码。-Binary tree creation, pre-order recursive traversal, recursive in order traversal, postorder recursive traversal, traverse the level, pre-order traversal non-recursive, in t
43680504sort
- C++排序算法,希望对大家有所帮助,谢谢支持-C++ Sorting algorithm, I hope all of you help, thank you support
yichuan
- 人工智能算法中的遗传算法,使用c++编程-Artificial intelligence algorithm genetic algorithm, the use of c++ programming
tsp
- 使用蚁群算法解决TSP问题的C++算法描述-use ant to solve travelling salesman problem
CurveFittingTest
- C++多项式拟合曲线源代码,选用多项式方法,纯C++算法-C++ CURVEFITTING CODE
c-code
- 可变分区管理/时间片轮转算法/位示图管理磁盘存储空间 操作系统基本算法实现,亲测可用 -Variable partition management/time slice Round Robin/diagram Management disk storage space the operating system the basic algorithm, pro-test available
c-mean
- c-means,算法实现,适合学习机器学习的初学者,非常不错-C-means, algorithm, suitable for machine learning for beginners, very good
ten-important-althgrim-of-C-code
- 十大变编程学者应该掌握的算法,有利于初学者熏醋掌握算法的精髓-ten kinds of code althgrim
car
- c++大学算法实验源码,停车场管理系统(c++算法实验)-University of algorithm c++ source experiment, parking management systems
ysfhcPP
- 约瑟夫环,大学的c++算法实验,做一个约瑟夫环的源码-Josephus, the University of c++ algorithm experiment, make a source of Josephus
C5.0-------
- C4.5决策树算法,C++算法,通过仔细阅读,可以很方便的了解跟学习决策树算法。-C4.5 decision tree algorithm, C++ algorithm, by reading carefully, you can easily understand the decision tree algorithm with learning.
POAsuanfa
- poa算法,关于梯级水电调度的c#算法源程序。适合梯级水电站短期优化调度-The algorithm, on the dispatch of cascade c# algorithm source program. For the short-term optimal scheduling of cascade hydropower stations
classical-algorithm-on-C
- C语言基本算法,包括数据结构与基本算法总结。-C language basic algorithms, including summary data structures and basic algorithms.
main
- C++ STL算法:STL算法元素计数、STL算法最小值和最大值、STL算法查找算法1、STL算法查找算法2、STL算法查找算法7-C++ STL<algorithm>
王敬贤-SA16168143-第5次作业
- 设计算法解决拉丁矩阵问题,将n种不同形状的宝石排列成m行n列的一个矩阵,每一行每一列的宝石都没有相同形状,求宝石排列方案数(Latin matrix design algorithm to solve the problem, the gem n different shapes arranged in m rows n columns of a matrix, each row of each column of gems don't have the same shape, strives
王敬贤-SA16168143-第3次作业
- 关于两个字符串s1,s2的差别,可以通过计算他们的最小编辑距离来决定。用C++设计动态规划算法解决此类问题(The difference between the two strings s1, s2, can be determined by calculating their minimum edit distance.Using c + + design dynamic programming algorithm to solve these problems)
十大算法时间与空间比较
- 对于十大算法进行时间复杂度与空间复杂度比较,源程序,模块化设计语言,C++编程