代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/491219/6441858
h matrix.h
//
//Please find details of the method from
//
// Q. Zhang, A. Zhou and Y. Jin, "RM-MEDA: A Regularity Model Based Multiobjective Estimation of Distribution Algorithm", IEEE Trans. Evolutionary Com
www.eeworm.com/read/491219/6441876
cpp matrix.cpp
// Matrix.cpp
#include
#include
#include "Matrix.h"
#if defined(WIN32)
#define wxFinite(n) _finite(n)
#elif defined(_LINUX)
#define wxFinite(n) finite(n)
#else
www.eeworm.com/read/490946/6446019
h matrix.h
////////////////////////////////
// Matrix TCL Lite v1.13
// Copyright (c) 1997-2002 Techsoft Pvt. Ltd. (See License.Txt file.)
//
// Matrix.h: Matrix C++ template class include file
// Web: htt
www.eeworm.com/read/488374/6494319
prj matrix.prj
[Project]
Toolset=AVR
FormatVersion=2
Files=1
OpenedFiles=1
F1=matrix.c
Top0=200
Left0=267
Height0=337
Width0=489
Active0=0
State0=0
OF1=matrix.c
Top1=177
Left1=267
Height1=337
Width1=
www.eeworm.com/read/488374/6494320
dsn matrix.dsn
www.eeworm.com/read/488374/6494322
pwi matrix.pwi
www.eeworm.com/read/488374/6494323
hex matrix.hex
:0A0000000C9432000C9400000C94E4
:10000A0000000C9400000C9400000C9400000C9466
:10001A0000000C9400000C9400000C9400000C9456
:10002A0000000C9400000C9400000C9400000C9446
:10003A0000000C9400000C9400000C9
www.eeworm.com/read/488374/6494326
c matrix.c
#include
#include
unsigned char k;
unsigned char arr[8]={0x18, 0x3C, 0x66, 0x66, 0x7E, 0x66, 0x66, 0x00};
//unsigned char arr[8]={0x7E, 0x33, 0x33, 0x3E, 0x33, 0x33, 0x7E, 0
www.eeworm.com/read/487873/6501294
h matrix.h
//Matrix.h
class Matrix
{
private:
int r;
int c;
public:
float * M;
public:
Matrix();
Matrix(int,float)
www.eeworm.com/read/487873/6501300