代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/349581/10815939
cpp matrix_mul.cpp
#include "mathclass.h"
matrix operator*( m_real a, matrix const& b )
{
matrix c;
for( int i=0; i
www.eeworm.com/read/419522/10863569
cpp matrix_multiplication.cpp
#include
#include
#define MAX 21
int p[MAX],ptr;
int m[MAX][MAX];
int s[MAX][MAX];
void prnt(int i, int j)
{
if (i == j) {
printf("A%d",i);
return;
}
else if
www.eeworm.com/read/419464/10867109
c matrix_key.c
#include "Matrix_Key.h"
/*
* 矩阵键盘通用程序(引脚输入输出方向不切换)
*/
//KEY_PINS 低4位为ROW(监听) 高4位为COL(输出,低电平)
// 7 6 5 4 3 2 1 0
// Co4 Co3 Co2 Co1 Ro4 Ro3 Ro2 Ro1
/* COL 4 3 2 1
ROW 4
3
2
www.eeworm.com/read/419464/10867113
h matrix_key.h
#ifndef MATRIX_KEY_H
#define MATRIX_KEY_H
#include "def.h"
extern unsigned char row,col;
unsigned char Matrix_Key_Detect(void); //行/列
#endif
www.eeworm.com/read/274418/10872403
html~2~ matrix.html~2~
JBuilder Project matrix.jpx
Project Notes
Project: 网络俄罗斯方块
Author: 宋现锋
www.eeworm.com/read/274418/10872421
html~1~ matrix.html~1~
JBuilder Project matrix.jpx
Project Notes
Project:
Author:
Compan
www.eeworm.com/read/274418/10872723
local~ matrix.jpx.local~
debug.NoTracingClasses.1[0]=23 com.borland.datastore.*1 1 -1
debug.NoTracingClasses.10[0]=15 com.visigenic.*1 1 -1
debug.NoTracingClasses.11[0]=6 java.*1 1 -1
debug.NoTracingClasses.12[0]=7 ja
www.eeworm.com/read/274418/10872795
local matrix.jpx.local
debug.NoTracingClasses.1[0]=23 com.borland.datastore.*1 1 -1
debug.NoTracingClasses.10[0]=15 com.visigenic.*1 1 -1
debug.NoTracingClasses.11[0]=6 java.*1 1 -1
debug.NoTracingClasses.12[0]=7 ja
www.eeworm.com/read/348575/10885623
java c_matrix.java
package com.strongit.bi.mbs.model;
/**
*
*/
/**
* 逆矩阵运算模型
* Description:逆矩阵运算模型的算法
*
*
*/
public class C_Matrix {
public double[][] getMatrix(double Vpcma
www.eeworm.com/read/418826/10895378
m rotation_matrix.m
function T=rotation_matrix(alpha,beta,gamma);
% This function creates a rotation matrix for rotating objects around the
% three axes.
%
% alpha .. rotation around the x-axis
% beta .. rotation