资源列表
flightsystem(c)
- 飞机航班订票系统,客户资料信息,数据结构的课程设计内容,供学习参考-structflight bookticket
DIGITAL_SIGNAL_PROGRAMS
- 数字信号处理课程实验代码,包括边沿检测、二值化、直方图均衡化等功能。-The image processing course experimental code, including features such as edge detection, thresholding, histogram equalization.
Recursive-reverse-the-output-string
- 递归反向输出字符串,非常基本的程序,值得刚开始接触C语言的人学习。-Recursive reverse the output string, and a very basic program, it is worth just getting started with the C language learning.
liangzilixue-2009-2
- 量子力学(Quantum Mechanics)是研究微观粒子的运动规律的物理学分支学科,它主要研究原子、分子、凝聚态物质,以及原子核和基本粒子的结构、性质的基础理论,它与相对论一起构成了现代物理学的理论基础。量子力学不仅是近代物理学的基础理论之一,而且在化学等有关学科和许多近代技术中也得到了广泛的应用。-Quantum mechanics (Quantum Mechanics) is a branch of physics disciplines of the law of motion of
guangdubianli
- 广度优先遍历实现走迷宫的算法,对图的搜索的理解-Breadth-first algorithm to achieve Maze, understanding of the graph search
tongxunl
- 就一个链表的程序,很简单!一个c语言的代码程序 一个通讯录-A list of procedures
11103090202_8
- 学生信息管理系统,有一定的算法,可以实现学生的信息管理,用的是链表。-Student information management system, a certain algorithm can achieve the student information management, using a linked list.
KDTreeTest
- 这是一个名为kdtree的数据结构源码,用来划分高维空间,并且查找最近的点-this source code is a kind of structure to split the space of multi-dimension, which is named kdtree. And you can use it to compute the nearest point in the database.
search
- 实现二叉树的查询,能够实现二叉树的基本功能,简单好用。-it is very simple .
KMP
- 这是一个数据结构的算法,用来进行模式匹配,找到一个字符串中是否包含某个子串, 也就是KMP算法.里面内容比较全面,包括详细的注释。-this is a data structure, which to find whether a string contains a certain substing. Known as KMP,but it contains more content, including the exhaustive document.
beibao
- 背包问题的解决,,实现在最大载重量下利润最大化的问题-The solution of the knapsack problem
Stack-and-Queue-FIFO
- Queue是先进先出的集合而Stack是后进先出的集合-Queue is a collection of FIFO Stack is a LIFO collection
