搜索资源列表
Jama-1.0.1
- Jama includes matrix operator class... and linear Algebra... it s cool-Jama includes matrix operator class... and linear Algebra... it s cool
ActionScript编程实例
- Chapter 2: Getting Started Hello World Hello World Enhanced A simple "Hello World" application that shows the basics of how to use an Actionscr ipt 3.0 class in an application. The Enhanced version adds a name-checking feature. These exam
Matrix
- 设计一个矩阵,其中包括能够反映矩阵特征的属性、操作行为以及各种运算,还有一个测试类,测试矩阵功能-The design of a matrix, including to reflect the properties of the matrix characteristics, operating behavior as well as a variety of operations, as well as a test class, test matrix function
flexible
- 可重用的向量/矩阵类代码,这是一个灵活的向量/矩阵类代码,其边界可以任意设定。--Class code of vector/Matrix which may be reuseful, it is a flexible vector/matrix class code, and its border may be setted freely.
Matrix
- Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算两个矩阵的乘积的方法multiply(Matrix m
ZXing-1.5
- ZXing是一个Java类库用于解析多种格式的1D/2D条形码。目标是能够对QR编码、Data Matrix、UPC的1D条形码进行解码。 其提供了多种平台下的客户端包括:J2ME、J2SE和Android。 -ZXing is a Java class library for parsing multi-format 1D/2D barcode. Goal is to be able to QR codes, Data Matrix, UPC of 1D bar code decodin
Matrix111
- 一些JAVA的矩阵运算方法 包括矩阵相乘 求逆 转置 等 都写入一个类里面 可以直接调用-The matrix operations of some JAVA methods include matrix multiplication, are all set to write seeking reversal of a class which can directly call
MagicMatrix
- 数字矩阵,上课学习用的。比较有意思的小程序-Digital Matrix, class learning purposes. Small program more interesting
1
- 创建一个整型5*5矩阵,题目中包含了两个类。矩阵类包含input和output两个方法。-Create an integer 5* 5 matrix, the title contains two classes. Matrix class contains input and output of two methods.
java-
- (1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算两个矩阵的乘积的方法mul
mofang
- Java编写的网页版魔方游戏,编译后生成.class文件,然后用HTML去调用,不过运行时候需要你的浏览器安装有运行Class的插件。Java源代码实现部分,比较有意思,也具参考性。像坐标控制、旋转矩阵、定时器、生成图像、数据初始化、矩阵乘法、坐标旋转、判断是否是顺时针方向排列、鼠标按下、放开时的动作等,都可在本源码中得以体现。-Written in Java web game cube version, compiler generated. Class files, then use HTM
matrix
- 矩阵操作小程序,用于练习数组及其简单变换。包含源程序和class中间码文件。-Matrix operation small program for practicing an array of simple transformations. Intermediate code that contains the source and class files.
Matrix
- 个人原创代码:编写Java Application程序的方法,声明一个矩阵类Matrix,成员变量是一个二维数组,设数组元素类型为int,请设计方法: (1)构造方法: Matrix() //构造一个10X10个元素的矩阵,没有数据 Matrix(int n,int m) //构造一个nXm个元素的矩阵,数据由随机数产生 Matrix(int table[][]) //以一个整型的二维数组构造一个矩阵 要求使用 this (2) 实例方法: public void
GradientShaperActivity
- GradientShaper Matrix 功能展示-/** * The Matrix class holds a 3x3 matrix for transforming coordinates. * Matrix does not have a constructor, so it must be explicitly initialized * using either reset()- to construct an identity matrix, or one of the
class
- /* * 题目:如果把明文字母按一定顺序排列成矩阵形式,用另一种顺序选择相应的列输出得到密文,如用“china”为秘钥,对”this is * a book mark“排成矩阵如下: * t h i s i * s a b o o * k m a r k */ -/** Topic: If the plaintext letters arranged in a matrix form according to a certain order, in an
Matrix
- 创建一个矩阵类,完成矩阵的输入、输出、查找最大值等功能-Create a matrix class, completed matrix of input, output, find the maximum value function
juzhen
- 用面向对象的方式来实现矩阵的加减乘法,必须有矩阵类和调用类和主类-Object-oriented approach to achieve matrix multiplication and subtraction, there must be a matrix class and call the class and master classes
Matrix
- java数据结构Matrix类,实现以下功能:1.求转置矩阵;2.判断是否为对称矩阵;3.比较两个矩阵是否相等。-Matrix data structure java class that implements the following functions: a request transposed matrix 2 to determine whether the symmetric matrix 3 compares the two matrices are equal....
jama-1.0.3.jar
- Jama是一个基本的线性代数java包。包括一个基本的Matrix类和5个矩阵分解类(Jama is a basic linear algebra Java packet. Including a basic Matrix class and 5 matrix factorization classes)
OoJava.java.tar
- A class that provide some API for square matrix. Generate, Addition, Multiplication, randomly generate matrices