代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.h
//////////////////////////////////////////////////////////////////////////
//Matrix.h
//该文件中的所有函数均为全局函数
//函数的功能主要是进行矩阵的基本运算
//
////////////////////////////////////////////////////////////////////
matrix.cpp
//////////////////////////////////////////////////////////////////////////
////Matrix.ccp
////
////源文件中各函数的作用主要是进行矩阵的基本运算
////
//// MultMatrix() 矩阵相乘
//// TranMatrix() 矩阵转置
//// InverMatrix()
matrix.c
/*
* QR ALGORITHM 9.6
*
* To obtain the eigenvalues of a symmetric, tridiagonal n by n matrix
*
* a(1) b(2)
* b(2) a(2) b(3)
* . . .
*
matrix.pas
unit Matrix;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls,stdctrls, buttons, grids, Menus, comctrls;
type
TMatrix = array of arr
matrix.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CMainFrame
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
;