代码搜索:MATRIX
找到约 10,000 项符合「MATRIX」的源代码
代码结果 10,000
www.eeworm.com/read/283498/9016376
a matrix.a
; MATRIX.A
;
; This include file provides the external definitions
; and data type definitions for the matrix sample program
; in Chapter Eight
;
; Some useful type definitions:
Integer type
www.eeworm.com/read/119473/14829549
a matrix.a
; MATRIX.A
;
; This include file provides the external definitions
; and data type definitions for the matrix sample program
; in Chapter Eight
;
; Some useful type definitions:
Integer type
www.eeworm.com/read/266537/11220102
in matrix.in
www.eeworm.com/read/192641/8368526
h matrix.h
//matrix.h
#ifndef MATRIX_H
#define MATRIX_H
//CMatrix
class AFX_EXT_CLASS CMatrix
{
//公共成员接口
public:
//构造和析构
CMatrix(); //缺省
CMatrix(int nRows,int nC
www.eeworm.com/read/192641/8368527
cpp matrix.cpp
//matrix.cpp
#include "stdafx.h"
#include "matrix.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
///////////////////////////////////////
www.eeworm.com/read/292161/8371968
opt matrix.opt
www.eeworm.com/read/292161/8371974
dsp 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
www.eeworm.com/read/292161/8371979
dsw matrix.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "matrix"=".\matrix.d
www.eeworm.com/read/292161/8371982
plg matrix.plg
Build Log
--------------------Configuration: matrix - Win32 Debug--------------------
Command Lines
Creating temporary file "D:\DOCUME~1\user\L
www.eeworm.com/read/292161/8371985