代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.plg
Build Log
--------------------Configuration: Matrix - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /f
matrix.cpp
// Matrix.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Matrix.h"
#include "MainFrm.h"
#include "MatrixDoc.h"
#include "MatrixView.h"
#ifdef _DEB
a_matrix.m
for m=1:3 %第1次循环
for n=1:2:5 %第2次循环
A(m,n)=m+n;
end %对应第2次循环的结束关键字
end %对应第1次循环的结束关键字
disp(A) %显示矩阵A
matrix.h
//****************************************************************************//
// matrix.h //
// Copyright (C) 2001, 2002 Bruno 'Beo
matrix.cpp
//****************************************************************************//
// matrix.cpp //
// Copyright (C) 2001, 2002 Bruno 'Beo
matrix.h
//---------------------------------------------------------------------------
#ifndef MatrixH
#define MatrixH
//---------------------------------------------------------------------------
#inclu
matrix.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Matrix.h"
//---------------------------------------------------------
matrix.h
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
R A N K A L G O R I T H M F U N C T I O N P R O T O T Y P E S
* * * * * * * * * * * * * * * * * * * * * * *