资源列表
list1
- 数据结构基础-顺序表的有序输出,可以学习和参考-Basic data structure- an ordered sequence of output table, you can learn and reference
test
- 这是一个链表,含链表排序,双链表排序合并等功能-This is a list, including list sorting, merging sorted doubly linked list functions
quicksort.tar
- 快速排序的代码和一些简单应用,自己写的代码,交流而已,请多多指教-Quick Sort
Data-structure-descripted-by-CPP
- C++描述的数据结构教程。 殷人昆主编,本书着重介绍面向对象数据结构设计。-C++ data structures described in tutorial. Yan Renkun editor, finished the book for learning C++ language and continue to strengthen the C++ syntax and object-oriented data structure design.
Signal-enhancement-device
- 信号增强装置问题要求对于一个给定的信号传输网络,计算如何放置最少的信号增强装置来保证网络传输的畅通。 对于给定的带权树,计算放置信号增强装置最少数量。 -Signal enhancement device for a given problem requires the signal transmission network, calculating how to place a minimum of signal enhancement device to ensure the smo
0-1-knapsack-problem
- 01背包是在M件物品取出若干件放在空间为W的背包里,每件物品的体积为W1,W2……Wn,与之相对应的价值为P1,P2……Pn。求出获得最大价值的方案。在本例中所有数值均为整数-01 M items in the backpack is out of a number of pieces on the space W of the backpack, the size of each item as W1, W2 ... ... Wn, corresponding to the value of
Stones-merger
- 在一个圆形操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的2 堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。 试设计一个算法,计算出将n堆石子合并成一堆的最小得分和最大得分。 【输入文件】 包含两行,第1 行是正整数n(1<=n<=100),表示有n堆石子。 第2行有n个数,分别表示每堆石子的个数。 -Around in a circular playground placed n heap stones. Ston
LargeNumber
- 大数运算包括加、减、乘、除四则运算 MFC-Large number
datastructrue
- 数据结构中一个统计程序中代码、注释和空行的行数以及函数的个数和平均行数,并评定程序设计等级的实习报-Data structure in a statistical program code, comments and empty lines lines and the number and function of the average number of rows, and assess levels of training program design report
gblb
- 归并链表:将两链表合并为同一链表。MFC-Merge linked list: the two lists into one list.
khpp
- 括号匹配:利用栈实现括号是否匹配的判定。MFC-Bracket matching: the use of parentheses stack implementation to determine whether the match. MFC
Heap-sort
- 堆排序 MFC 显示初始化的堆和排序后的堆。-Heap sort heap and initialize MFC display sorted heap.
