资源列表
datastruction
- 数据结构深入和提高的绝佳资料,美国优秀程序员突破经典算法创新实现多种数据结构的优秀之作-the improvement of learning data struct and you will learn more
calculator
- 采用带头结点的单链表存储一元稀疏多项式;一元稀疏多项式简单计算器的基本功能是:⑴输入并采用尾插法建立多项式的单链表;⑵输出多项式单链表,输出形式可为整数序列和指数形式⑶多项式pn(x)和qm(x)相加,建立多项式pn(x)+qm(x),可不重新开辟存储空间;⑷多项式pn(x)和qm(x)相减,建立多项式pn(x)-qm(x),可不重新开辟存储空间;-Unary sparse polynomial simple calculator Input and the establishment of
lu-jing-guihua
- 这是对未知路径的动态规划探讨的文档,主要包括: A*算法的基本理论 A*算法的理论 A*算法的实现-This is the unknown path dynamic planning of documents, including: The basic theory of A* algorithm The A* algorithm theory The A* algorithm to achieve
RScode
- RS的编码。最新的移动多媒体应用技术的源代码-RS coding. The latest mobile multimedia application source code
channel_estimation
- 传统的信道估计仿真,有注释,有详细的教程流程解释,生成BER图,可改变调制方式-The traditional channel estimation simulation, notes, a detailed tutorial to explain the process to generate BER map, you can change the modulation scheme, etc.
quicksort
- 快速排序算法,适合初步学习数据结构的同学了解排序的特点-quicksort in C language
The-algorithm-set-of-C
- C语言的算法集,包含插值算法、复数运算、非线性方程组、极值问题、拟合与逼近、排序、线性代数方程组、数值积分等。-The algorithm set of C
约瑟夫
- 如何正确的使用链表来解决约瑟夫环问题,数据结构(Solving Joseph ring problem by using linked list)
luzhiqin
- 查找与排序的结合,其中包括一个随即函数的应用问题
contest1
- uestc暑期集训第一次比赛,AC了的水题,希望对入门的朋友们有帮助。-4 AC codes for uestc contest 1,which can help you to hackle the "waterful" problems
Stack
- 堆栈的代码实现,VC++平台开发,C语言描述的数据结构-Stack code to achieve, VC++ platform development, the C language to describe the data structure
DFS
- dfs数据结构课作业程序 大二完成程序设计-program of dfs
