资源列表
BigNum
- 非常实用的一个高精度数据结构代码,同时也定义了一些其他重要的数学运算,适合密码学使用。-Very practical one high-precision data structure of the code, but also defines a number of other important math, for the use of cryptography.
linkedStack
- C++语言封装了链式栈数据结构,实现了判断栈是否为空、压栈、出栈等函数。-C++ language encapsulates the chain stack data structure to achieve determine whether the stack is empty, push, stack and other functions.
calculator
- 一个简单实用的实现计算器的功能代码,便于理解学习C++编程与数据结构与算法。-A simple and practical calculator function code realization, facilitating understanding learning c++ program and data structure and algorithms.
arithmetic
- 这是一本关于算法入门的书,对学习acm的朋友很有帮助-This is an algorithm entry on the books, to learn helpful friends ~ ~ acm
program_C
- 一种药品管理系统流程框架,算法编码代码等。使用链表等数据结构。-The framework of a drug management system processes, algorithms, coding code. Using a linked list data structure.
TsinghuaCdatastructures
- 清华+殷人昆C++数据结构 幻灯片教学课件 通过本课程的学习,应达到知识和技能两方面的目标: 1、知识方面:从数据结构的类定义和对象的使用,以及存储表示和操作的实现两个层次,系统地学习和掌握常用的基本数据结构(包括数组、顺序表、多项式、字符串、链表、栈与队列、优先级队列、广义表、树与森林、二叉树、堆、集合、图、搜索结构、索引结构、散列结构等)及其不同的实现,了解并掌握分析、比较和选择不同数据结构、不同存储结构、不同算法的原则和方法,为后续课程的学习打好基础。 -Tsinghua Q
R树的源代码
- 关于rtree的完整源代码,通过vc6.0调试成功。
paixu(quan)
- 用vc++编写的数据结构的关于排序的若干算法,基本上都有。-vc prepared with the data structure on the order of several algorithms, basically.
Lecture8_Format
- 如何对用fortran编出的程序的output出的数据进行位数的限制-HOW TO USE FORMAT TO LIMIT THE OUTPUT DATA
QuickSort
- 快速排序,用C#语言写的,很好,很实用。-Quick Sort in C# language, and very good, very practical.
TestVC
- 数据结构, 哈夫曼编码代码, 大家可以参考一下。-data huffman
SingleList
- C++封装了单链表数据结构,实现了前插,后插及任意位置插入元素,排序、删除相同元素、清空链表、链表融合等函数。-C++ encapsulation of a single linked list data structure to achieve forward runs, and after insertion to any position of the insertion element, sort, delete the same element, empty the list, the