资源列表
Genetic-algorithm-neural-network-
- 运用遗传算法优化神经网络结构,提高训练速度,运算精度-Genetic algorithm optimization of neural network structure, improve training speed, the precision
algorithm-about-resource-allocation
- 关于资源分配问题的改进算法,可以根据自己需要修改。-The improved algorithm about resource allocation problem, you can modify according to their own needs.
QuickSort
- C++编程中的快速排序Quick Sort算法的实现。-The realization of quick sort Quick Sort algorithm in C++ programming.
Floyd
- Floyd算法又称为插点法,是一种用于寻找给定的加权图中多源点之间最短路径的算法。-The Floyd algorithm is also known as the insertion point method, is used to search for a given weighted graph between different points in the shortest path algorithm.
TopolSort
- 拓扑排序算法的C++程序,根据输入的结点的入度和出度,对图中结点进行排序。-Topological sorting algorithm C++ procedures, according to the type of the node in degree and out degree of nodes in the graph, sort of.
HeapSort
- 堆排序,利用堆结构给指定数列排序。时间复杂度为nlog(n)。无辅助空间。算法效率稳定。-Heap sort, utilizing a stack structure to specify the number of columns to sort. The time complexity is nlog (n). No auxiliary space. Stable efficiency of the algorithm.
Data-structure-
- 数据结构与算法分析程序演示:包括线性表,串,栈和队列,树,图-Data structure and algorithm analysis program demonstrates: including linear tables, strings, stacks and queues, trees, graphs
MyStack
- 用堆栈的数据结构实现十进制转化为八进制.例如:十进制数(1348)转换后为2504-Implement decimal to octal using the stack data structure
slope
- Say no more vector algorithm, very valuable -Say no more vector algorithm, very valuableSay no more vector algorithm, very valuable
poj-3984
- poj 3984的ac代码-the code is accepted.
POJ1915_bfs
- poj1915双向bfs.-poj 1915
poj3268(SPFA)
- poj 3268 ac代码-ac code spfa