代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
matrix.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
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
matrix.h
#ifndef matrix_
#define matrix_
#include "myExceptions.h"
using namespace std;
template
class matrix
{
friend ostream& operator
matrix.cpp
// test matrix class
#include
#include "matrix.h"
using namespace std;
int main(void)
{
try
{
matrix x(3,2), y, z;
int i, j;
for (i = 1; i
matrix.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\Program Files\ti\myprojects\matrix\"
ProjectType=Executable
CPUFamily=TMS320C54XX