资源列表
8632889
- 《数据结构与算法分析》(java版)-Data structures and algorithm analysis (java version)
121
- 用C的链表去实现大整数的加法运算的.能够有效的解决问题.-With the C list to achieve large integer addition operation . To effectively solve the problem.
2011tangfagen_data_structure
- 数据结构课件,唐发根著作!里面有完整的学习数据结构的知识-Data structures courseware, Tang hair root works! Which has complete knowledge of data structures.
bagtest
- 背包容量为T,有N件物品,重量分别为V1,V2V3......Vn,找出m见物品,使m件物品的重量正好等于T。-Backpack capacity for T, N items, weight were V1, V2V3...... Vn, find out m see goods, to make m items is exactly equal to the weight of the T.
09data_structure
- 数据结构源码,内含链表,栈,二叉树,遍历图,排序算法-Source of data structures, containing linked lists, stacks, binary trees, traversing the graph, sorting algorithms
c3
- 我们所设计的程序是《小学生四则运算》。此程序由加减乘除法构成,每种算法又由一位数与一位数运算,一位数与两位数运算,两位数与两位数运算组成。本程序由我,罗莹,韩磊,分工完成其中我负责加减法的编制。在这里,我们涉及到了多种函数的调用。-We are design program is the primary school students arithmetic ". This procedure by add, subtract, multiply and divide method constit
Huffman
- 哈弗曼编码c语言下二叉树的实现方法!-Hafu Man coding c language! Hafu Man coding c language
haxi-(2)
- 哈希表的功能实现的,可具有电话功能查找的功能-Hash table functions, can have the phone function to find the function
shuxubiao
- 问题描述 顺序表经常进行的运算包括:创建顺序表、销毁顺序表、求顺序表的长度、在顺序表中查找某个数据元素、在某个位置插入一个新数据元素、在顺序表中删除某个数据元素等操作。试编程实现顺序表的这些基本运算。-descr iption The order of operations including table often creates order form, destroyed the sequential list, let the length of the sequence ta
ordering-model
- 排序法是教学过程中最常见的算例,通过三种不同的排序方式,体会排序思路不同对编程产生的影响-The sorting method is the most common example of the teaching process, through three different sort to appreciate the impact of sorting ideas for programming
shizilianbiao
- 一、 设计要求 1.问题描述 设计程序用十字链表实现稀疏矩阵的加、乘、转置。 2.需求分析 (1)设计函数建立稀疏矩阵,初始化值。 (2)设计函数输出稀疏矩阵的值。 (3)构造函数进行两个稀疏矩阵相加,输出最终的稀疏矩阵。 (4)构造函数进行两个稀疏矩阵的相乘,输出最终的稀疏矩阵。 (5)构造函数进行稀疏矩阵的转置,并输出结果。 (6)退出系统。-A, the design requirements 1. The problem statement D
yiyuanduoxiangshi
- 要求选用线性表的一种合适的存储结构来表示一个一元多项式,并在此结构上实现一元多项式的加法,减法和乘法操作。 1.程序的输入 在设计程序的要求输入两个多项式。 2.程序的输出 输出两个多项式相加,想减,相乘的结果。-Requirements of a linear list chooses appropriate storage structure to say a unary, and on this structure realize a yuan polynomial
