资源列表
KMP008
- 串的模式匹配的朴素算法是O(N^2)的, 可以 利用KMP(由D.E.Knuth, J.H.Morris, V.R.Pratt提出)算法改进至线性的算法. KMP算法与朴素算法的不同在于:处理"失配"情况. 不同于将指针完全回溯, KMP算法先根据已经部分匹配的信息, 将匹配的指针跳过不必匹配的位置.-Series of simple pattern matching algorithm is O (N ^ 2), and can make use of KMP (from DEKnuth,
OK-Upload
- Easy form by upload files using array.
111
- 推荐概参数(谁说超强连击不牛的人是懒人Recommended None Parameters (Who says super combos people are not lazy cow-Recommended None Parameters (Who says super combos people are not lazy cow
2
- MATLAB CODE FOR INFORMATION THEORY AND CODING
lab06
- 编写Gauss-Seidel迭代和SOR迭代的通用程序-Write Gauss-Seidel iteration and SOR iteration general program
fishers-linear-discriminant
- THIS IS FISHER LINEAR DISCRIMINANT MATLAB CODE
func
- two-tube model of the vocal tract impulse response
Class-definition
- 写一个名为Rectangle的类表示矩形。属性为宽width、高height和颜色color,widthhe height是double型的,color是String型的。假定所有矩形颜色相同,用一个类变量(类属性)表示颜色。要求提供访问器方法和计算矩形面积的findArea()方法。 写一个用户程序测试Rectangle类:创建两个Rectangle对象。给两个对象设置任意的宽和高。设矩形颜色为黄色。显示两个对象的属性并求面积。 -Write a rectangle represent
juzhen
- 基本思想与分治法类似,也是将待求解的问题分解为若干个子问题(阶段),按顺序求解子阶段,前一子问题的解,为后一子问题的求解提供了有用的信息。在求解任一子问题时,列出各种可能的局部解,通过决策保留那些有可能达到最优的局部解,丢弃其他局部解。依次解决各子问题,最后一个子问题就是初始问题的解。 由于动态规划解决的问题多数有重叠子问题这个特点,为减少重复计算,对每一个子问题只解一次,将其不同阶段的不同状态保存在一个二维数组中。 -The basic idea with the divide
shuzhibijin
- 复变函数数值逼近matlab实现最小二乘法-Complex variable numerical approximation least squares method matlab realize
ergasia1
- Calculate the permissible actions of electron self pipeline
Loss-Reduction-Allocation-to-Distributed-Generati
- Loss Reduction Allocation to Distributed Generation Units
