搜索结果
找到约 348 项符合
Dot-matrix 的查询结果
Java编程 贪吃蛇*要点分析: *1)数据结构:matrix[][]用来存储地图上面的信息
贪吃蛇*要点分析:
*1)数据结构:matrix[][]用来存储地图上面的信息,如果什么也没有设置为false,
* 如果有食物或蛇,设置为true;nodeArray,一个LinkedList,用来保存蛇的每
* 一节;food用来保存食物的位置;而Node类是保存每个位置的信息。
*2)重要函数:
* changeDirection(int newDirection) ,用来改变蛇前进的方 ...
其他 Matlab code for the solution to Riccati matrix difference equations associated with the Kalman filte
Matlab code for the solution to Riccati matrix difference equations associated with the Kalman filter
Java编程 美国标准化组织和马里兰大学共同开发.实现java matrix包. JAMA由六个java类组成:Matrix, CholeskyDecomposition , LUDecomposition QR
美国标准化组织和马里兰大学共同开发.实现java matrix包.
JAMA由六个java类组成:Matrix, CholeskyDecomposition , LUDecomposition QRDecomposition SingularValueDecomposition EigenvalueDecomposition .
它提供了广泛的构造函数,丰富的get,set访问子matrix和元素matrix.
基本的矩阵操作有:矩阵的加,乘,矩阵范数.和提供 ...
matlab例程 matlab的在离散方式的图像缩放MATLAB 的名称源自 Matrix Laboratory
matlab的在离散方式的图像缩放MATLAB 的名称源自 Matrix Laboratory ,由美国MathWorks公司推出。它是一种科学计算软件,专门以矩阵的形式处理数据。 MATLAB 将高性能的数值计算和可视化集成在一起,构成了一个方便的、界面友好的用户环境,并提供了大量的内置函数。 ...
VHDL/FPGA/Verilog 2X2 matrix s SVD used Cordic
2X2 matrix s SVD used Cordic
Java编程 (1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols
(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),计算 ...
数学计算 an modern SQP method to make the original matrix more concise
an modern SQP method to make the original matrix more concise
其他 Versatile visual servoing without knowledge of true jacobian.pdf cobian matrix estimator. The Jacob
Versatile visual servoing without knowledge of true jacobian.pdf cobian matrix estimator.
The Jacobian matrix estimator does not need a priori
knowledge of the kinematic structure and parameters
of the robot system, such as camera and link parameters.
The proposed visual servoing control scheme ensu ...
文章/文档 矩阵计算 Matrix Computations (3rd Ed.,1996)
矩阵计算 Matrix Computations (3rd Ed.,1996)
数据结构 Flexible Vector and Matrix Classes enable to use vectors and matrixes with arbitrary bounds. Cont
Flexible Vector and Matrix Classes enable
to use vectors and matrixes with arbitrary bounds.
Content. 1. Algorithm
2. Classes
3. Program Files
4. Tests
5. Compiling
6. Running (Log File)
7. Download