搜索资源列表
Matrix.设计一个造成矩阵类Matrix
- 设计一个造成矩阵类Matrix,包含一个元素类型为int的二维数组,分别设计一个静态方法和实例方法把矩阵转置,分别设计静态方法和实例方法实现二个矩阵相加、相乘。重写方法toString(),使其能输出此矩阵。,Caused by the design of a matrix of type Matrix, contains an element type for the two-dimensional array of int, respectively, to design a static
jts-1.5
- JTS Java Topology Suite - a library for accurate 2D geometry. Supports GML.-JTS Java Topology Suite- a library for accurate 2D geometry. Supports GML.
Mapack_for_NET
- Mapack可用来做矩阵运算 Mapack is a .NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, Determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank,
CAIM
- caim完善版离散化方法是一种研究数据挖掘方向的程序-caim perfect version of discretization method is a research direction for data mining procedures
DecisionTree
- this an weka tool source code implemented in java used for decision tr-this is an weka tool source code implemented in java used for decision tree
mail
- 垃圾邮件过滤器 本软件基于朴素贝叶斯算法,用NetBean生成的界面(须JDK1.6),适用于对手机短信,邮箱邮件,日记等一些txt文件进行分类,测试率达90 以上。-Spam filter software is based on the Naive Bayes algorithm, using NetBeans generated interface [have to JDK1.6], suitable for mobile phone message, mail messages, d
Planer_convex_hull
- A Convex Hull is the smallest convex polygon that contains every point of the set S. A polygon P is convex if and only if, for any two points A and B inside the polygon, the line segment AB is inside P. One way to visualize a convex hull is to put
SimpsonsRule.java
- Simpsons Integration: In numerical analysis, Simpson s rule is a method for numerical integration, the numerical approximation of definite integrals. Specifically:
AHP
- AHP 层次分析法 层次分析法概述。层次分析法(Analytic Hierarchy Process简称AHP)是美国运筹学家T. L. Saaty教授于70年代初期提出的, AHP是对定性问题进行定量分析的一种简便、灵活而又实用的多准则决策方法。它的特点是把复杂问题中的各种因素通过划分为相互联系的有序层次,使之条理化,根据对一定客观现实的主观判断结构(主要是两两比较)把专家意见和分析者的客观判断结果直接而有效地结合起来,将一层次元素两两比较的重要性进行定量描述。而后,利用数学方法计算反映每
AG_caixeiro_viajante
- Code in java for the Traveling salesman problem. This code is very simple because has only three pages. It s works same.
decisiontreeID3
- id3 program in java for decision trees
FFT
- 运用FFT计算多项式乘法:输入为两个多项式系数,输出为多项式乘积的系数。-Calculated using FFT polynomial multiplication: polynomial coefficients for both input and output coefficients of the polynomial product.
viewcontent
- A Hybrid Genetic Algorithm for the Student- Aware University Course Timetabling Problem
Matrix-Chain_JAVA
- Matrix Chain Multiplication is perhaps the quintessential example of dynamic programming. The problem can be stated as follows: given a chain <A1, A2,..., An> of n matrices, where for i = 1, 2,...,n, matrix Ai has dimension pi-1 x pi, fully par
cliple-java
- cliple for high dimension clustering
Java-for-ACO
- Java实现蚁群算法,从而减少自己的编码量-Java source for Ant colony algorithm(ACO)
numerical-algorithm-with-JAVA
- 用java语言对复数运算、矩阵运算、(非)线性代数方程组的求解、插值和数值积分等问题的数值计算进行编程-Progremming for numerical algorithm with JAVA
colt-1.2.0
- 这个源码工程文件有利于高等数学的科学计算,希望对大家有用-this resouce is helpful for people who are reasearching on advanced math algorithem
SocketEngine.java
- This socket engine used for java mobile apps to communicate from server-This is socket engine used for java mobile apps to communicate from server
base64.java
- base64 encoding , handy code for encoding string to base 64