代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/281085/10266993
dsw matrix.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/281085/10267009
plg matrix.plg
Build Log
--------------------Configuration: Matrix - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /f
www.eeworm.com/read/281085/10267030
cpp matrix.cpp
// Matrix.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Matrix.h"
#include "MainFrm.h"
#include "MatrixDoc.h"
#include "MatrixView.h"
#ifdef _DEB
www.eeworm.com/read/355101/10294626
m a_matrix.m
for m=1:3 %第1次循环
for n=1:2:5 %第2次循环
A(m,n)=m+n;
end %对应第2次循环的结束关键字
end %对应第1次循环的结束关键字
disp(A) %显示矩阵A
www.eeworm.com/read/425998/10295546
h matrix.h
//****************************************************************************//
// matrix.h //
// Copyright (C) 2001, 2002 Bruno 'Beo
www.eeworm.com/read/425998/10295618
cpp matrix.cpp
//****************************************************************************//
// matrix.cpp //
// Copyright (C) 2001, 2002 Bruno 'Beo
www.eeworm.com/read/425961/10304654
h matrix.h
//---------------------------------------------------------------------------
#ifndef MatrixH
#define MatrixH
//---------------------------------------------------------------------------
#inclu
www.eeworm.com/read/425961/10304749
cpp matrix.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Matrix.h"
//---------------------------------------------------------
www.eeworm.com/read/280048/10358848
h matrix.h
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
R A N K A L G O R I T H M F U N C T I O N P R O T O T Y P E S
* * * * * * * * * * * * * * * * * * * * * * *
www.eeworm.com/read/280048/10358894