代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/101062/6257482
hxx matrix_binary_le.hxx
// ---------------------------------------------------------- -*- c++ -*-
// LoopIndex Operator Expression
// ----------------------------------------------------------------------
// file = _file
www.eeworm.com/read/101062/6257487
hxx matrix_binary_ml.hxx
// ---------------------------------------------------------- -*- c++ -*-
// Matrix Operator LoopIndex
// ----------------------------------------------------------------------
// file = _filename
www.eeworm.com/read/101062/6257488
hxx matrix_binary_ll.hxx
// ---------------------------------------------------------- -*- c++ -*-
// Loopindex Operator Loopindex
// ----------------------------------------------------------------------
// file = _filen
www.eeworm.com/read/101062/6257490
hxx matrix_binary_sl.hxx
// ---------------------------------------------------------- -*- c++ -*-
// Scalar Operator LoopIndex
// ----------------------------------------------------------------------
// file = _filename
www.eeworm.com/read/101062/6257491
hxx matrix_xoperator_ee.hxx
// ---------------------------------------------------------- -*- c++ -*-
// Expression Operator Matrix
// ----------------------------------------------------------------------
// file = _filenam
www.eeworm.com/read/100043/6275616
pl access-log-matrix.pl
#!/usr/local/bin/perl
# access-log-matrix.pl
#
# Duane Wessels, Dec 1995
#
# Stdin is a Harvest access log (in the old, non-common logfile format!).
# The output is a matrix of hostnames and log en
www.eeworm.com/read/363273/6362409
m matrix2xy.m
function xy_pos = matrix2xy(m_pos)
% matrix2xy matrix position to chess xy position
% A position is given in matrix notation and the chess xy position is
% required.
%
% Inputs:
% * m_pos ... p
www.eeworm.com/read/363273/6362490
m xy2matrix.m
function m_pos = xy2matrix( xy_pos )
% xy2matrix chess xy position to matrix position
% A position is given in chess xy notation and the position is in matrix
% notation required.
%
% Inputs: