搜索资源列表
onelinearregression
- 很有用的用java实现的一元线性回归的程序。-Very useful procedures implementation of the linear regression use java .
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,
jmsl
- jmsla collection of mathematical, statistical and charting classes, written in 100 Java, marketed by Visual Numeric, Inc. Includes linear algebra, zero finding, splines, ordinary differential equations, linear programming, nonlinear optimization, FFT
JAVA
- 创建一个applet,绘制一组图形,并且用户可以指定数目。添加不同类型的GUI组件,可以实现下列选择: A:所画图形的类型:圆、椭圆、矩形、直线 B:颜色:红色、绿色、蓝色、橙色、黄色、青色、红紫色 -Create an applet, draw a graph, and the user can specify the number. Add different types of GUI components, can achieve the following options:
An-Introduction-to-Parallel-and-Vector-Scientific
- In this text, students of applied mathematics, science and engineering are introduced to fundamental ways of thinking about the broad context of parallelism. The authors begin by giving the reader a deeper understanding of the issues through a genera
java
- 数据库应用代码,图形处理代码 线性代码,网络编程代码-Database application code, graphics processing code linear code, network programming code
linearHashingJava
- 线性散列的java实现,包括线性散列的介绍、实现步骤方法等。-Linear hashing java, including the introduction of linear hashing, implementation steps methods.