代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/124283/14581792
c matrix_source.c
/* matrix/matrix_source.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the term
www.eeworm.com/read/124119/14593301
m ksi_matrix.m
%%%% Create the Ksi matrix of size [ m X n ] %%%%%
%%%% Each row i contains the probabilities P(x_j|theta_i) %%%%%
%%%% where x_j (j=1,..,n) is the substring, and %%%%%
www.eeworm.com/read/223874/14615069
lst matrix_key.lst
C51 COMPILER V7.09 MATRIX_KEY 07/05/2007 19:59:42 PAGE 1
C51 COMPILER V7.09, COMPILATION OF MODULE MATRIX_KEY
OBJECT MODULE PLACED
www.eeworm.com/read/223874/14615087
obj matrix_key.obj
www.eeworm.com/read/223874/14615097
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/223874/14615098
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/123561/14624457
txt 22matrix.txt
14 5
0.375 0.35 0.4 0.485 0.46 0.51 0.65 0.97 0.96 0 0 0 0 0
10 11 12 13 14
5 5 5 0 0 0 10 0 0 1 0 0 0 0 6000
0 0 0 7 7 7 0 9 12 0 1 0 0 0 10000
6 0 0 6 0 0 8 8 0 0 0 1 0 0 4000
0 4 0 0 4 0 0 0
www.eeworm.com/read/123561/14624460
txt 333matrix.txt
5 3
2 3 0 0 0
3 4 5
1 2 1 0 0 8
4 0 0 1 0 16
0 4 0 0 1 12
www.eeworm.com/read/123561/14624466
txt matrix1114444.txt
7 3
0 0 0 0 0 -1 -1
4 6 7
1 -2 1 1 0 0 0 11
-4 1 2 0 -1 1 0 3
-2 0 1 0 0 0 1 1
www.eeworm.com/read/123561/14624468
txt matrix1.txt
5 3
0 -0.1 -0.2 -0.3 -0.8
2 4 1
0 1 -1 0 -0.9 10
0 0 1 1 0.5 50
1 0 1 0 1.3 30