代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/375142/9370957
rc2 matrix.rc2
//
// MATRIX.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
////
www.eeworm.com/read/374698/9388833
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/178548/9392173
ppt special-matrix.ppt
www.eeworm.com/read/374010/9423706
h matrix2.h
/************************************************************************
*
* Title : matrix.c
*
* Function : header file for the matrix library.
*
* Dependen-
* cies : matrix.c
www.eeworm.com/read/177968/9425651
c matrix_threads.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/177968/9425654
c matrix_serial.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/177693/9440019
m z_matrix.m
function Z = Z_matrix(n,k)%随机产生Z
Z = zeros(n,k);
for i=1:n
Z(i,round(2*rand+1)) =1;
end
www.eeworm.com/read/177693/9440037
m xie_matrix.m
function xie = xie_matrix(Z,X,U,m,n,k)
temp1 = zeros(m,m);
temp2 = 0;
for j=1:k
for i=1:n
temp1 = temp1 + Z(i,j).*(X(i,:)-U(j,:))'*(X(i,:)-U(j,:));
temp2 = temp2 + Z(i,j);
www.eeworm.com/read/177638/9443447
rc2 matrix.rc2
//
// MATRIX.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
////