代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.h
// Matrix1.h: interface for the CMatrix class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MATRIX1_H__35A217E3_A5E0_492C_B345_A1DE28E8658C__INCLUDED
matrix.cpp
//////////////////////////////////////////////////////////////////////
// Matrix.cpp
//
// 操作矩阵的类 CMatrix 的实现文件
//
//////////////////////////////////////////////////////////////////////
#inc
matrix.h
#ifndef MATRIX_H
#define MATRIX_H
// 定义适合数学运算的实数matrix类,数据将存放在buffer类中
#include
#include
#include
// buffer.h包含实数缓存类buffer的定义
#include "buffer.h"
/
matrix.cpp
#include "stdafx.h"
#include
#include
#include
#include
// 本程序实现matrix类
// 对matrix类的定义
#include "matrix.h"
matrix::matrix(buffer * b): // 缺省构造函数,产生0
matrix.txt
matrix 10 10
1: 0.00039984 1.68293e-013 7.59815e-006 2.46959e-006 3.03389e-008 -1.46211e-007 2.53103e-007 9.8965e-012
2.6515e-015 3.76639e-016
2: 1.68293e-013 0.00039984 3.43672e-006 -6.40156e-010
matrix.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\CCStudio_v3.1\MyProjects\matrix\"
ProjectType=Executable
CPUFamily=TMS320C64XX
To
matrix.cmd
/*
* Copyright 2001 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*