资源列表
1234567
- 递归下降法语法分析程序,用C++语言实现的递归下降法语法分析程序。-Recursive descent parser, C++ language using a recursive descent parser
hafuman
- 建立哈夫曼树的c/c++程序算法 根据字母出现频率作为权值而建立的哈夫曼树,字母的出现频率存在数组里面-The establishment of Huffman tree c/c++ program algorithm based on letter frequency as the weights established Huffman tree, the frequency of letters exists inside the array
distanceEdition
- 用动态规划的方法来实现的编辑距离问题。没了-Using dynamic programming methods to achieve the edit distance problem. Gone
T2
- 系统基础结构,大学数据结构。作业,用数据结构方法,参照模版写实验报告。-System infrastructure, university data structure. Methods with data structures, not with the database program debugging good teacher acceptance was sought after. Acceptance, the reference template to write lab rep
sjjg
- 数据结构课程的链表插入操作,输入单列表的结点数目,输入要插入的元素,输出插入元素后的单链表。 -Linked list data structure courses into operation, enter the number of single-node list, enter the inserted element, the element of the output into a single list.
huibian
- 无符号字数据的排序和查找,输入一组数据,按照用户指定的形式输出排序后的结果,并能查找输入的某个数据。-Unsigned character data, sorting and searching, input a set of data, in accordance with the output in the form specified by the user sort the result, and can find a data input.
fft
- 在C语言环境下的快速傅里叶变换算法-In the C language environment Lala Lala fast Fourier transform algorithm
shujujiegou
- 用c++实现数据结构的各种应用,内容非常详细。-Using c++ data structures to achieve a variety of applications, content is very detailed.
tingchechang
- 设停车场是一个可以停放n辆汽车的狭长通道,且只有一个大门可以供车辆进出。车辆按到达停车场时间的早晚依次从停车场最里向大门口处停放(最先到达的第一辆车放在停车场的最里面)。如果停车场已放满n辆车,则后来的车只能在停车场大门外的便道上等待,一旦停车场内有车开走,则排在便道上的第一辆车就进入停车场。停车场内如有某辆车要开走,在它之后进入停车场的车都必须先退出停车场为它让路,待其开出停车场后,这些车辆再依原来的次序进场。-Parking lots is a vehicle that can accomm
TREE
- 树型结构是以分支关系定义的层次结构,它是一种重要的非线性结构。树型结构在客观世界中广泛存在。而平衡二叉树因其特性,它在查找时拥有比普通二叉树更高的效率,所以它拥有很广泛的应用。 关键词:二叉树,平衡二叉树,查找 -Tree branch relations are defined hierarchy, it is an important non-linear structure. Tree is widespread in the objective world. The balanc
Data_struct
- Data_struct.rar 数据结构习题解析-Data_struct.rar Problem parsing data structures
Data_struct_1
- 数据结构课后设计题第一章 ◆1.16② 试写一算法,如果三个整数X,Y和Z 的值不是依次非递增的,则通过交换,令其为 非递增。 要求实现下列函数: void Descend(int &x, int &y, int &z) void Descend(int &x, int &y, int &z) { int temp if(x<=y){temp=x x=y y=temp } if(y<=z){temp=y y=z z
