代码搜索结果
找到约 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
matrix.cpp
#include
#define N 100
void main()
{
int a[N],b[N],i,j,m,k,ii,jj,n,s,l,x;
cin>>n>>x;
for (i=0;i>a[i];
m=0;
for (j=0;j
matrix.h
#ifndef Matrix_
#define Matrix_
#include
#include "xcept.h"
template
class Matrix
{
friend ostream& operator
matrix.cpp
// test matrix class
#include "matrix.h"
void main(void)
{
try {
Matrix X(3,2), Y, Z;
int i, j;
for (i = 1; i
matrix.h
#include
class Matrix {
public:
Matrix(unsigned rows, unsigned cols);
double& operator() (unsigned row, unsigned col);
double operator() (unsigned row, unsigned col) const;
matrix.h
/*
* @(#)matrix.h generated by: makeheader 4.21 Thu Feb 2 00:23:26 2006
*
* built from: ../../src/include/copyright.h
* ../../src/include/pragma_interface.h
* ./include/published
matrix.h
/****************************************Copyright (c)**************************************************/
/**
;** 西南科技大学计算机科学学院
;**
matrix.c
/****************************************Copyright (c)**************************************************/
/**
;** 西南科技大学计算机科学学院
;**