代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/423810/10531460
c~ matrix_button.c~
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/423810/10531473
h matrix_button.h
#define u8 unsigned char
#define u32 unsigned int
#define LPB_MISC_BASE 0xbf004100
#define BUTTON_GPIO_OE (volatile u8 *)(LPB_MISC_BASE + 0x00)
#
www.eeworm.com/read/423810/10531476
h~ matrix_button.h~
#define u8 unsigned char
#define u32 unsigned int
#define LPB_MISC_BASE 0xbf004100
#define BUTTON_GPIO_OE (volatile u8 *)(LPB_MISC_BASE + 0x00)
#
www.eeworm.com/read/423810/10531481
c matrix_button.c
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/423810/10531495
c~ matrix_button.c~
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/423311/10570959
m matrix_editor.m
%用于演示矩阵编辑程序的脚本文件。
%Designed by Prof D Xue (c) 2000
[mA,nA]=size(A);
h=ddeinit('Excel','matx_edit.xls');
cells=['r1c1:r' int2str(mA), 'c' int2str(nA)];
rc=ddepoke(h,cells, A); rc2=0; i=0;
try
www.eeworm.com/read/421949/10676036
m kernel_matrix.m
function omega = kernel_matrix(Xtrain,kernel_type, kernel_pars,Xt)
% Construct the positive (semi-) definite and symmetric kernel matrix
%
% >> Omega = kernel_matrix(X, kernel_fct, sig2)
%
% This ma
www.eeworm.com/read/276975/10691185
suo matrix chain.suo
www.eeworm.com/read/276975/10691198
cpp matrix chain.cpp
#include "Matrix chain.h"
int num;//num =matrix num-2;
int *arr;
//int *matrixArr;
int **lest;//lest[i][j] = minimum multiply times from i to j;
int **partition;
int *parenthesisL,*parenth