资源列表
LABYRINT
- 基于prolo语言编写的高级小型迷宫问题求解程序(即找出最短路径)-A little program which is main to solve the labyrinth problem!
kalman
- kalman滤波算法,修改自http://www.scipy.org/Cookbook/KalmanFiltering- Kalman filter in Matlab This code is modified from Andrew D. Straw s Python implementation of Kalman filter algorithm. The original code is here: http://www.scipy.org/Cook
immuse
- 免疫算法,可以实现过程优化,计算快捷,简单方便。功能强大-Algorithm, can achieve process optimization, computational fast, simple and convenient. Powerful
erjienijuzhen
- 给定的二阶矩阵(2*2),求其逆矩阵 输入大输出一个大小为2*2的距阵,矩阵每一行相邻的的两个数字之间由一个空格隔开小为2*2的距 -Given second-order matrix (2* 2), find the inverse matrix of the input high output of a size of 2* 2 matrix, the matrix adjacent to each line between two numbers separated by a sp
Ackerman
- ackerman 函数的实现 数据结构与算法-ackerman function implementation
kmp
- kmp算法的实现 字符匹配 next值计算-kmp algorithm for data structure and algorithm
LS-SVMlab1.5
- 有关于lssvm(最小二乘向量机)的工具包,可以处理有关lssvm的相关问题-About lssvm (least squares vector machines) toolkit, you can deal with issues related lssvm
ju--zhen-xaing--jia
- 矩阵相加 对于初学者非常有用 Dim irow As Integer Dim icol As Integer Dim iA(3, 2) As Integer Dim iB(3, 2) As Integer Dim iC(3, 2) As Integer Dim rand = New Random(CInt(Date.Now.Ticks And Integer.MaxValue)) For irow = 0 To 3 For icol = 0 To 2
STL
- STL中文版,详细讲述了在C++编程中应用STL进行开发的技术-Chinese version of STL, described in detail in the application of C++ programming techniques to develop STL
MATLAB-Fundamentals-and-Applications
- 北航经典书籍随书程序MATLAB基础与应用-Northern Classic Books program with the book and applications based on MATLAB
sushencaidan
- Input 输入最大摄入热量值(要求:每份菜只能要一份) Output 输出满足总摄入热量小于等于最大摄入热量值的菜品种类最多的组合 Sample Input 150 Sample Output Steamed Rice 31 Scrambled Egg with Scallion 81 -Enter the maximum value of Input calorie intake (requirement: each dish can only be
LZW
- LZW的源码,编码和解码都有的,还真是不错的程序,值得一看,在此分享下-failed to translate
