代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/283824/8986593
m exp_matrix.m
% akes rotation matrix returns angle-axis representation
function[omega, theta] = exp_matrix(R)
theta = 0;
theta = acos((R(1,1) + R(2,2) + R(3,3)-1)/2);
if theta ~= 0
omega = 1/(2*sin(theta))
www.eeworm.com/read/426483/9017977
h q_matrix.h
/*!
***************************************************************************
* \file
* q_matrix.h
*
* \brief
* Headerfile for q_matrix array
*
* \date
* 07. Apr 2004
www.eeworm.com/read/426483/9018269
c q_matrix.c
/*!
*************************************************************************************
* \file q_matrix.c
*
* \brief
* read q_matrix parameters from input file: q_matrix.cfg
*
**
www.eeworm.com/read/426483/9018342
cfg q_matrix.cfg
# This is the configuration file for initialising the Q matrix.
# Altogether 6 matrix for 4x4 block and 2 matrix for 8x8 block
# The values range from 1 to 255
# If first value of matrix is equal t
www.eeworm.com/read/283258/9032789
class matrix_com.class
www.eeworm.com/read/283258/9032821
java matrix_com.java
package fuzzy_control;
public class matrix_com {
private double temp;
matrix_com()
{
temp=0;
}
private double calmax(double x,double y) //比较参数的
www.eeworm.com/read/283258/9032868
class matrix_com.class
www.eeworm.com/read/283258/9032870
class param_matrix.class
www.eeworm.com/read/283258/9032899
class matrix_equ.class
www.eeworm.com/read/283258/9032965
java matrix_equ.java
package fuzzy_project;
class matrix_equ //判断矩阵是否相等
{
public boolean exe(double array1[][],double array2[][],int m,int n) //exe()方法用来判断两个矩阵是否相等
{
int i,j;
for(i=0;i