代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/380352/9151877
h matrix.h
#include
#include
#ifndef __MatrixbyZsolt__
#define __MatrixbyZsolt__
///////////////////////////////////////////////////////////////////////////////////////
//Ini
www.eeworm.com/read/380138/9160402
h matrix.h
/*
* @(#)matrix.h generated by: makeheader 4.21 Mon Dec 20 16:35:43 2004
*
* built from: ../../src/include/copyright.h
* ../../src/include/pragma_interface.h
* mxassert.h
* .
www.eeworm.com/read/183343/9167519
h matrix.h
// Matrix.h: interface for the Matrix class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MATRIX_H__3461DABF_4919_4B31_81EA_AC9397ABBAE1__INCLUDED_)
www.eeworm.com/read/379993/9169383
h matrix.h
//matrix.h//////////////////////////////////////////////////////////////////
// 2005.1.13-16:02 By Superman
#include "math.h"
/*****************************************************************
www.eeworm.com/read/182985/9181463
m matrix.m
disp('MATLAB程序设计与应用:刘卫国,张颖,P40习题')
disp('1.建立3阶单位矩阵')
A=eye(3)
clear
disp('2.建立5×6随机矩阵A,元素范围[100,200]的随机数')
A=fix((100+1)*rand(5,6)+100)
disp('3.将矩阵A第2~5行中第1,3,5列元素赋给矩阵B')
A([1],:)=[];
A(:,[2
www.eeworm.com/read/182959/9182808
class matrix.class
www.eeworm.com/read/379672/9189895
h matrix.h
/**
* File : Matrix.h
* Author : Wind
* Email : zealotwjr@163.com
* Date : 2005-9-30
* Purpose :
* */
#include "../head/Global.h"
#ifndef MATRIX_H_
#define MATRIX_H_
ty
www.eeworm.com/read/379672/9189907
c matrix.c
/**
* File : Matrix.c
* Author : Wind
* Email : zealotwjr@163.com
* Date : 2005-9-30
* Purpose :
* */
#include
#include
#include "../head/Global.h"
www.eeworm.com/read/182582/9199521
h matrix.h
// Matrix.h: interface for the CMatrix class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MATRIX_H__5FC9A140_85EC_4C91_90D0_363D5E1A0E29__INCLUDED_)
www.eeworm.com/read/182582/9199558
cpp matrix.cpp
// Matrix.cpp: implementation of the CMatrix class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Matrix.h"
#include "math.h"
//////