资源列表
myApp(1)
- it looks for a member in a population
Dijkstra
- Dijkstra算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。-Dijkstra algorithm
hufPP
- this code is used to generate huffman codes
CPP_STL
- C++标准库参考手册,包括经常用到的数据结构、算法等-C++ standard library reference manual, including the frequently used data structures, algorithms, etc.
KnightTour
- 数据结构中骑士游历问题的详细代码程序,开发环境为vc6-Data structure detailed code procedures, the development environment knight tour problem is vc6
C2A6E2_SortValues.cpp
- Sorts values in C++ using arrays
Data_Structure_Code
- 运用基本的数据结构操作,实现简单的功能。其中INVERSE代码实现了一组至多组整形数在单链表中的反序输出操作;mypoly代码实现了多项式在单链表的加减法输出;operation代码实现了利用穿拼接出最大的整形数;括号配对1代码实现了一组至多组括号字符的用顺序栈检查配对情况;身高排序插入代码实现单链表的插入操作。-Using the basic data structure operations to achieve some simple functions. INVERSE code set
sanfa
- 第二单元 8594 有重复元素的排列问题; 9718 整数因子分解; 11088 整数划分的扩展问题; 17082 两个有序数序列中找第k小 第三单元 8596 最长上升子序列; 10303 数字三角; 11077 最长公共子字符串; 11078 不能移动的石子合并 第四单元 8602 区间相交问题; 11079 可以移动的石子合并 第五单元 8600 骑士问题; 8603 子集和问题; 17085 工作分配
danlianbiao
- 1.产生随机数序列 2.建立一个单链表,将随机数序列中的数据存入该单链表 3.在该单链表的第i个位置插入节点 4.删除该单链表的第i个节点 -1. i-node generates a random number sequence 2. The establishment of a single list, the data stored in the random number sequence in the single node in the list 3. Insert
linkedStack
- C++语言封装了链式栈数据结构,实现了判断栈是否为空、压栈、出栈等函数。-C++ language encapsulates the chain stack data structure to achieve determine whether the stack is empty, push, stack and other functions.
DoubleList
- C++语言封装了循环双向链表数据结构,实现了任意位置插入、节点个数获取、删除元素、查找元素等函数功能。-C++ language package circular doubly linked list data structure to achieve an arbitrary position of the insertion, the number of nodes get, delete elements, find elements etc. Function.
shixi4
- 基于VC的编码:哈夫曼树及哈夫曼编码,供初学者使用-VC-based coding: Huffman trees and Huffman coding for beginners