代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.h
#include
int const n=2;
int const m=3;
/*两个矩阵相乘*/
void matrix_mul(double (*x)[n],double (*y)[n],double (*temp)[n])
{
int i,j,k;
for(i=0;i
matrix.h
#include
#include
#ifndef __MatrixbyZsolt__
#define __MatrixbyZsolt__
///////////////////////////////////////////////////////////////////////////////////////
//Ini
matrix.h
// Matrix.h: interface for the CMatrix class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MATRIX_H__FF0DD7B1_E190_48F1_A1B2_5D5E7D69CA46__INCLUDED_)
matrix.cpp
// Matrix.cpp: implementation of the CMatrix class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Matrix.h"
#include
#ifdef
matrix.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CMatrixView
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Matrix
matrix.h
// Matrix.h : main header file for the MATRIX application
//
#if !defined(AFX_MATRIX_H__50B8F1BE_4AED_11D5_9DFE_5254AB1C303A__INCLUDED_)
#define AFX_MATRIX_H__50B8F1BE_4AED_11D5_9DFE_5254AB1C303A
matrix.dsp
# Microsoft Developer Studio Project File - Name="Matrix" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap
matrix.reg
REGEDIT
; This .REG file may be used by your SETUP program.
; If a SETUP program is not available, the entries below will be
; registered in your InitInstance automatically with a call to
;