资源列表
huffmancode
- 哈弗曼编码的多媒体文件压缩,计算压缩比,输出编码结果-Hafu Man coding
Exp2_1
- 分数转换成小数,非常重要啊,要用数据结构-Fraction into a decimal
Anorldi
- 关于Arnoldi算法的今年来的中文资料,希望能够给有兴趣编写这方面算法的人提供帮助-Arnoldi algorithm on the Chinese data this year, hoping to write this algorithm are interested in helping people
bubble-sort
- 用c++写一个冒泡排序程序,输入10个整数,输出排序结果-With c++ to write a bubble sort program, enter 10 integers, output sequencing results
c1
- 顺序表源代码(自编)首先创建一个顺序表:从键盘读入一组整数(长度小于11),按输入顺序放入顺序表,输入以-1结束(注意-1不放到顺序表内);将创建好的顺序表元素依次输出到屏幕上。 2)在已创建好的顺序表中插入一个元素:从键盘读入需插入的元素值和插入位置,调用插入函数完成插入操作;然后将顺序表元素依次输出到屏幕上。 3)在已创建好的顺序表中删除一个元素:从键盘读入欲删除的元素位置(序号),调用删除函数完成删除操作;然后将顺序表元素依次输出到屏幕上。 4)删除顺序表中元素值为负数的所有元
node
- 1)键盘输入一组元素,建立一个无头结点的单向链表(无) (2)遍历(打印)单向链表。 (3)把单向链表中元素逆置(不允许申请新的结点空间)。 (4)在单向链表中删除所有的偶数元素结点。 (5)对链表排序,排序后链表元素按照非递减 方式排列 (注意:排序时如果要交换两个结点的顺序,不得通过交换结点的内容,而需要使用改变指针的方式交换结点的位置。建议使用直接插入排序算法)。 (6)利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。 (7)利用算法1建立的链表
sort
- 各种排序算法的比较 性能比较 复杂度分析 -Comparison of the performance of various sorting algorithms more complex analysis
chengxu
- 在VC的环境下,设计出一个实现可连通的随机迷宫!大家参考一下!-In the VC environment, design an implementation can be connected random maze! Your reference!
josephus
- 约瑟夫问题c语言解决方法 数据结构方法解决问题-The solve of the josephus problem by c language Data structure method Solve problems
danlian
- 基于c语言数据结构中单链表方法解决多项式相加问题-Based on c language data structure in anonpolar liquid.thus the table methods to solve polynomial addition problem
Dijstra
- 介绍Dijstra算法-Introduction Dijstra algorithm
JOSEPH
- 约瑟夫环Joseph ring, realize the list, circulation, everyone have a password-Joseph ring, realize the list, circulation, everyone have a password, Take turns to be eliminated, and finally only a person
