资源列表
shy
- 教学计划编制问题,内有详细报告,源代码,还有实验结果代码,总之是非常的详细.这是一份数据结构的课程设计,花了很长时间弄整理出来的-Teaching programming problem, there are detailed reports, source code, there are experimental results code, as long as it is very detailed. This is a data structure of the curriculum de
sadgf
- 编写一个程序algo7-1.cpp,实现二叉树的各种基本运算,并在此基础上设计一个主程序完成如下功能:-Write a program algo7-1.cpp, a variety of basic operations to achieve a binary tree, and on this basis, the design of a main program to complete the following functions:
neixuanzhuzhen
- 生成内旋矩阵的源代码,希望对大家有帮助,该源代码是我的数据结构课程上的练习题目-Rotation matrix to generate the source code, we would like to help, the source code of the data structure of my courses on the subject of practice
huffman_tree
- 数据结构中huffman树的C++实现 希望对大家有用吧-Huffman tree data structure in C++ to achieve the desired useful to everyone bar
Jorseve
- 用于解决约瑟夫问题。堆栈方法。约瑟夫问题是个有名的问题:N个人围成一圈,从第一个开始报数,第M个将被杀掉,最后剩下一个,其余人都将被杀掉。例如N=6,M=5,被杀掉的人的序号为5,4,6,2,3。最后剩下1号。 -Joseph used to solve the problem. Stack method. Josephus problem is a well-known problem: N individual circle, starting from the first report n
zifutongji
- 一个用于统计输入字符串各种字符个数的C语言程序-A string of characters used for statistical input number of the C language program
lianbiao
- 一个模拟简单进栈出栈的单向链表,先进后出,调用一次压栈函数压栈一次,调用删除,删除一次-A simple simulation of the stack into the stack of one-way linked list, first-out, a stack function push a call, call delete, delete a
ArrangeCount
- 会场安排问题!用贪心算法做的,c语言编写的。-The arrangement for the meeting! Use the greedy algorithm, written in c language.
Search_Bin
- 使用折半查找在数组 中查找数据。成功时,返回数据在数据序列中的位置,否则返回0-Use binary search to find data in the array. Successful, the return data in the data sequence position, otherwise return 0
TWO
- 动态查找表,二叉树的应用动态查找表,对初学者是非常有用的一个程序,可以帮助他学习好数据结构的动态查找表! -Dynamic look-up table, binary tree using dynamic lookup table, is very useful for beginners, a program that can help him learn good dynamic look-up table data structure!
clist-1.5.4-release
- CList是一个标准C++的列表存储和维护的模板库,它所有的类都在一个头文件里,而且位于同一个命名空间。压缩包里有详细的文档说明怎么使用这个库。-CList is a list storage and manipulation template library written in standard C++. All classes can be included with#include <ta0kira/clist.hpp> after the library is instal
Order-Form
- 用C语言实现的一个算法。是顺序表的实现代码的-C SOURCE FOR SOME BODY WANT IT
