代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/146718/12616647
plg matrix.plg
Build Log
--------------------Configuration: matrix - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\BLUEWA
www.eeworm.com/read/146718/12616648
ncb matrix.ncb
www.eeworm.com/read/146577/12638466
inl matrix.inl
//Copyright (c) 2004-2005, Baris Sumengen
//All rights reserved.
//
// CIMPL Matrix Performance Library
//
//Redistribution and use in source and binary
//forms, with or without modification, ar
www.eeworm.com/read/146577/12638499
h matrix.h
//Copyright (c) 2004-2005, Baris Sumengen
//All rights reserved.
//
// CIMPL Matrix Performance Library
//
//Redistribution and use in source and binary
//forms, with or without modification, ar
www.eeworm.com/read/146548/12639860
h matrix.h
#ifndef MATRIX_H
#define MATRIX_H
// 定义适合数学运算的实数matrix类,数据将存放在buffer类中
#include
#include
#include
// buffer.h包含实数缓存类buffer的定义
#include "buffer.h"
/
www.eeworm.com/read/146548/12639877
cpp matrix.cpp
#include
#include
#include
#include
// 本程序实现matrix类
// 对matrix类的定义
#include "matrix.h"
matrix::matrix(buffer * b): // 缺省构造函数,产生0行0列空矩阵
rownum(0),co
www.eeworm.com/read/333961/12650597
lib matrix.lib
www.eeworm.com/read/333961/12650599
src matrix.src
www.eeworm.com/read/333961/12650629
doc matrix.doc
www.eeworm.com/read/333947/12651490
h matrix.h
#include
#include
#define M 5
#define N 501
//转化后的矩阵的初始化函数。
void InitMatrix(double A[M][N],double b,double c);
//求按模为最大的特征值。
void AbsMaxEigenval(double A[M][N],double &Max