资源列表
link
- 是一种数据结构的编程代码,程序实现一块链表的管理每个人资料-Programming code is a data structure, the program achieved a list of management information for each person
ctree
- 平衡二叉树生成 输入任意个节点 如 2 6 8 0为显示 可自动生成平衡二叉树 bf为平衡因子 h给深度 可插入删除 计算转动次数-Balanced binary tree to generate arbitrary input nodes as 2680 to show a balanced binary tree can be automatically generated for the balance factor bf depth h to calculate the number o
17
- 建立快速傅利叶变换 C 语言源代码 17K-Establishment of Fast Fourier Transform C language source code for 17K
test
- Floyd算法,数据结构中的图的经典算法,用以计算图中各点的最短路径-Floyd algorithm, the data structure of the classic algorithm to calculate the shortest path graph of each point
DP
- 动态分配法解决背包问题,自己设置物品总数,背包总容量-Dynamic allocation method to solve the knapsack problem, the total number of items set up their own backpack with a total capacity
shujujiegou
- 数据结构学习基本资料 初学者必看的PPT资料 让你更好更快的学习数据结构相关知识-Beginners learn the basic information data structure must-see PPT information for you to learn better and faster data structure knowledge
10-Number-of-sorts
- 题目:对10个数进行排序 程序分析:可以利用选择法,即从后9个比较过程中,选择一个最小的与第一个元素交换,下次类推,即用第二个元素与后8个进行比较,并进行交换。-Topic: 10 Number of sorts for the program analysis: selection method can be used, that is, from the nine comparison process, select a minimal exchange with the firs
Algorithms
- 一些算法的C++实现,开发平台为vs2008-Some algorithms C++ achieve development platform for vs2008
2
- 有序链表的合并,将2条有序单链表进行合并为1条有序单链表-Ordered list of the merger, the two merge as a single list ordered an orderly single list
the-static-binary-tree-and-input
- 建立一个静态二叉树,并对他进行先序遍历,已在vc6.0上运行通过。-To establish a static binary tree, and carries on his first sequence traversal, has run through in vc6.0
The-establishment-of-a-static-queue
- 定义了一个循环队列,并对其进行处理,包括初始化,输入,输出,删除等等,已经在vc6.0上运行通过。-Defines a circular queue, and carries on the processing, including initialization, input, output, delete, etc., has been run through in vc6.0
The-definition--of-an-array
- 定义一个数组,并对其进行各种处理,如插入,删除,排序等等,已运行通过。-Define an array, and carries on the various operations, such as sorting, insert, delete, etc., has passed the program is running