代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.inl
// Matrix.inl 矩阵模板类函数(方法)定义
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31
#ifndef _MATRIX_INL
#define _MATRIX_INL
//矩阵乘法函数
template //最后结
matrix.h
// Matrix.h 矩阵模板类头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _MATRIX_H //避免多次编译
#define _MATRIX_H
#include //模板类valarray的标准头文件
#include //公共头文
matrix.h
#pragma once
#include
#include"vector.h"
using std::cout;
using std::cin;
using std::endl;
using std::ios_base;
class Matrix
{
private:
int row,line;
double **MatrA;
public
matrix.m
a=[1 2 4]
b=[3 4 6]
w=[]
for i=1:3
w=[ w,a(i)+b]
end
w=-w
w=exp(w)
a.b'
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) Co
matrix.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "matrix"=".\matrix.d