资源列表
search
- 实现二叉树的查询,能够实现二叉树的基本功能,简单好用。-it is very simple .
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.
11103090202_8
- 学生信息管理系统,有一定的算法,可以实现学生的信息管理,用的是链表。-Student information management system, a certain algorithm can achieve the student information management, using a linked list.
tongxunl
- 就一个链表的程序,很简单!一个c语言的代码程序 一个通讯录-A list of procedures
guangdubianli
- 广度优先遍历实现走迷宫的算法,对图的搜索的理解-Breadth-first algorithm to achieve Maze, understanding of the graph search
liangzilixue-2009-2
- 量子力学(Quantum Mechanics)是研究微观粒子的运动规律的物理学分支学科,它主要研究原子、分子、凝聚态物质,以及原子核和基本粒子的结构、性质的基础理论,它与相对论一起构成了现代物理学的理论基础。量子力学不仅是近代物理学的基础理论之一,而且在化学等有关学科和许多近代技术中也得到了广泛的应用。-Quantum mechanics (Quantum Mechanics) is a branch of physics disciplines of the law of motion of
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.
DIGITAL_SIGNAL_PROGRAMS
- 数字信号处理课程实验代码,包括边沿检测、二值化、直方图均衡化等功能。-The image processing course experimental code, including features such as edge detection, thresholding, histogram equalization.
flightsystem(c)
- 飞机航班订票系统,客户资料信息,数据结构的课程设计内容,供学习参考-structflight bookticket
12
- 航班订票退票,客户退出订票,数据结构课程设计c语言版,仅供参考-flight ticket and customer s information
erchashu
- 数据结构二叉树遍历用c语言实现算法适合初学者-Data structures binary tree traversal algorithm using c language for beginners
Linker
- 1.编写一个函数Create(),该函数可以用于创建一个链表,链表中的结点包括学号,成绩,具有双向指针,该函数返回链表的头指针。 so on 20:05:11 初期动态输入学生人数(1-35)学号:char型,5位数字,不足5位的前面补0,数字以外时要提示错误信息;成绩:short型,最大值100,大于100或者小于0或者数字以外时要提示错误信息。注意:输入的信息超过相应的位数时,只取前面相应位数的信息。 so on 20:14:56 2.编写一个函数Sort(),该函数可以对函
