资源列表
DP
- 动态规划算法的编程实现,重在思想吧,代码也不多。-Dynamic programming algorithm programming, focusing on thinking it, the code is not much.
20150912
- 卡尔曼C语言算法,四轴滤波最佳处理算法那。-Kalman algorithm C language, four axis filtering processing algorithms that best.
GraphCC
- 有向图的强连通分量算法的java语言实现,-directed graph algorithms strongly connected component of java language.
prime
- 题目 质数分解与栈的使用 简介 只能被自身和1整除的正整数称为质数。每一个整数都可以写成质数乘积的形式,称为整数的质数分解。例如: 1776 = 37 x 3 x 2 x 2 x 2 x 2. -Title prime number decomposition and the use of stack profile only divisible by themselves and a positive integer is called prime number. Ever
BinaryTree
- 二叉树是另一种树形结构,它的特点是每个结点至多只有两棵子树,并且,二叉树的子树有左右之分,其次序不能任意颠倒。这个代码实现了二叉树的存储和遍历-err
Cpp1
- Dijkstra算法,实现图的遍历并打印路径-Dijkstra algorithm, the realization of graph traversal and print path
experimentup
- 表达式求值。设计程序对正数(可带括号的)加减乘除简单运算进行求值-Expression is evaluated. The design process right positive number (can be bracketed) simple addition and subtraction multiplication and division operations evaluated
test
- 图的遍历演示,深度优先及广度优先,采用C++编译环境-tu de hianli
22
- 数据结构课程设计,池塘夜降彩色雨,C语言程序-Rain falling through the night color pond, C language program
N_Queen
- 两个N皇后问题求解,比较两个效率,其中一个N较大时,效率非常的快!-Two N-Queens problem solving, compare the efficiency of two, one of which N is large, the efficiency is very fast!
SORT
- 常见的多种排序算法:插入排序 冒泡排序 快速排序 希尔排序 堆排序
diaodu
- 2、 程序中用一个栈形象的表示为车厢的调度站。演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入演示程序中规定的命令;相应的输入数据和运算结果显示在其后。程序的输入为整形数据,并且要在1—20之间,若超出此范围,会显示“输入错误”的提示信息。-2, the program that used the image of a stack for the car dispatch station. Demo program to computer users
