代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.h
// Matrix.h: interface for the Matrix class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MATRIX_H__1075BA8A_4449_4949_B3D5_38F627272BEE__INCLUDED_)
matrix.cpp
// Matrix.cpp: implementation of the Matrix class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Matrix.h"
//////////////////////////
matrix.cpp
#include "stdio.h"
#include "conio.h"
#include "malloc.h"
#include "math.h"
//////////////////////////////
//这个没采用面向对象的方式:
//我个编写好完整的Matrix类,
//这是我第一次上载所以先来个简单的^_^。
//计算代数余子式,返回一个数组
///
matrix.cpp
#include "stdio.h"
#include "conio.h"
#include "malloc.h"
#include "math.h"
double *comp(double *mat,int i,int j,int row,int col)
{
double *com = (double*)malloc((row-1)*(col-1)*sizeo
matrix.h
/****************************************Copyright (c)**************************************************/
/**
;** 西南科技大学计算机科学学院
;**
matrix.c
/****************************************Copyright (c)**************************************************/
/**
;** 西南科技大学计算机科学学院
;**