资源列表
radix_sort
- 本人亲自用C语言编写的基数排序代码,准确无误。基数排序的算法复杂度为O(d*n),d为最大数值的位数。-Radix Sort personally written in C code is correct. Radix Sort algorithm complexity is O (d* n), d is the maximum value of the median.
experimental-reports
- 算法导论实验报告 各种排序算法的实现 插入排序、冒泡排序、堆排序、快速排序、归并排序、基数排序、计数排序-Introduction to Algorithms, experiment reports a variety of sorting algorithms for insertion sort, bubble sort, heap sort, quick sort, merge sort, radix sort, counting sort
main
- 完整的堆排序代码,C语言编写的。本人亲自编写,而且准确无误,有注释。-A complete heap sort code, C language. I personally prepared and accurate, annotated.
sort
- 插入排序 冒泡排序 最大化堆 堆排序 归并排序 快速排序等程序-Insertion sort, bubble sort to maximize the piles sort merge sort and quicksort program
two
- 使用C语言实现的二叉树源代码,能够体现二叉树等性质-this file is written to study binary tree,make us know about function of binary tree
shed
- 用C语言实现栈的源代码,并将栈的数据结构加以利用-this file is written to study shed and use the datastrtuct
grdclip
- AML语言,基于arcinfo的一种脚本语言,功能强大,这是栅格数据裁剪的代码-AML language, a scr ipting language based on arcinfo powerful, this is the cutting of the code of raster data
The-algorithm-analysis-and-design
- 研究生上课所用的算法分析与设计相关文档PPT,分八个章节对算法进行详细介绍: 第1章 算法引论 第2章 递归与分治策略 第3章 动态规划 第4章 贪心算法 第5章 回溯法 第6章 分支限界法 第7章 概率算法 第8章 NP完全性理论 -Graduate classes used in algorithm analysis and design documents the PPT is divided into eight chapters on the alg
Josephus
- 数据结构,简单的约瑟夫环的实现,VC++源代码,使用C/C++语言-Data structures, simple Josephus, VC++ the source code, using C/C++ language
matalab.100
- matalab 一百个画图中的应用实例 能够解决在画图中的一些问题-an application example of the one hundred Paint matalab able to solve some of the problems in the Paint
valu_tree
- 数据结构,平衡二叉树的C语言实现,已通过编译~-value_tree in C
list_malloc
- 链表法,实现内存动态分配,模拟malloc函数-my_malloc_list in C
