资源列表
wubandapei
- 实现舞伴间的搭配 从而让我们掌握数据结构编程的知识点和技巧-Between partner with in order to master data structure programming knowledge and skills to translate text
Traverse-binary-tree
- 改程序使用了先序遍历,中序遍历,后续遍历和层次遍 方法遍历二叉树-PreOrderTraverse binary InOrderTraverse binary PostOrderTraverse binary LevelOrderTraverse binary
sort
- 该算法是通常的选择排序、堆排序、快速排序、shell排序的集合-quick sorting、shell sorting、heap sorting and so on
evaluation-of-expression
- 该算法使用压栈弹栈的基本方式实现了表达式的求值-get the envaluation of expression by using of "int stack" and "pop stack"
haffmantree
- 该程序描述的是如何构建哈夫曼树及哈夫曼编码-haffmantree
data
- 编写一个程序,实现链队的各种基本运算,并在此基础上设计一个主程序完成如下功能: (1)初始化链队 (2)依次进队元素a,b,c (3)出队一个元素,输出该元素 (4)依次进队元素d,e,f (5)输出链队的元素 #include "stdafx.h" #include <stdio.h> #include <malloc.h> typedef char status typedef char elemtype t
ccc
- 链表、冒泡排序法。 计算学生各科成绩然后统计成绩信息-List, bubble sort method. Calculation of the various achievements of students and achievement statistics information
sort.cpp
- 各种排序的模板实现,并分析了各种实现的时间复杂度及改进办法-Templates of various sort, and analyze the time complexity of the various implementations and ways to improve
C-suanfa
- c语言常用的算法,数字、字母排序、大小比较等-c language commonly used algorithm,Numbers, letters Sort,Comparison, etc.
Maze
- 走迷宫问题的解决代码,只要可以,一定可以找到一条通路-This is a programing code about “How dose a mice to find a way to go out of a maze"
cPP
- 通过先序遍历中序遍历后续遍历还原二叉树 通过先序遍历中序遍历后续遍历还原二叉树- Defines the entry point for the console application.
Directions-of-Normal-Vectors
- 提出一种基于法向距离的法矢方向调整算法,主要思想是根据法向距离阈值,把散乱点划分为平坦点和非平坦点两种类型-We divide the scattered points into p lanar points and non 2p lanar pints according to the threshold value of a given norm al distance.
