资源列表
Aproximacion
- Aproximation ceil and floor
Floyd
- 求多源最短路径的一个算法,编码风格清晰明了-Multi-source shortest path for an algorithm, coding style clear
jiandanshenjingwangluofenleisuanfa
- 这是简单的人工免疫算法,介绍了人工免疫的基本原理。-It is a simple artificial immune algorithm, introduced the basic principles of artificial immune.
lp
- 线形规划小程序,用matlab语言编写的,可以解决线形规划书籍中的大部分线形规划实例。是matlab的m文件。-Linear programming small programs, using matlab language, and can solve the linear programming books, most of the linear programming instances. Is the matlab m-file.
bubble
- 程序实现冒泡算法,效率较高。程序是从两边往中间走的,直到中间子表为空为止。本程序比C语言上的效率高很多。-Program to achieve bubble algorithm is efficient. Program is from the middle of both sides to go until the middle of the child table is empty. This procedure than the C language in efficiency is mu
WHITE
- 产生高斯白噪声,用于系统辨识和参数估计,产生随机信号-Generated Gaussian white noise
triangle
- 给定一个由n行数字组成的数字三角形如下图所示。 7 3 8 8 1 0 2 7 4 4 4 5 2 6 5 试设计一个算法,计算出从三角形 的顶至底的一条路径,使该路径经过的数字总和最大。-Given an n-line numbers from the number of triangles as shown below. 7 3 8 8 1 0 2 7 4 4 4 5 2 6 5 trial design an algor
20110529
- 二叉树的基本功能,包括先序、中序、后续遍历,二叉树的深度,长度等。-The basic functions of a binary tree, including the first order, in order, follow-up traversal, binary tree of depth, length.
6
- 页面置换算法理解页面置换算法,实现先进先出(FIFO)置换算法和最久未使用(LRU)置换算法。给出任意的输入流,计算置换次数。-Page replacement algorithms understand page replacement algorithm, first in first out (FIFO) replacement algorithm and least-recently used (LRU) replacement algorithm. Any given input st
dui
- 本源码是堆排序的源代码,在c环境下编译成功! -Heap sort of the source is the source code successfully compiled under the c!
3
- 栈的应用:括号匹配.即先建立一个栈(这里采用顺序栈),把左括号压入栈中,只有碰到匹配的右括号时出栈,否则则是不匹配,当栈中没有元时,匹配成功。-Stack of applications: matching bracket. The first to create a stack in a sequential stack (here), the left parenthesis pressure into the stack, only touching the matching bracke
String-matching-operation
- 字符串匹配操作。输入主串和子串,通过匹配算法,统计匹配次数。-String matching operation. Enter the main string and substring by matching algorithms, statistical matching number.