代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/122036/14725559
reg matrix.reg
REGEDIT
; This .REG file may be used by your SETUP program.
; If a SETUP program is not available, the entries below will be
; registered in your InitInstance automatically with a call to
;
www.eeworm.com/read/122036/14725561
rc matrix.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/122036/14725563
opt matrix.opt
www.eeworm.com/read/122036/14725568
aps matrix.aps
www.eeworm.com/read/122036/14725572
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/122036/14725579
plg matrix.plg
Build Log
--------------------Configuration: Matrix - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /f
www.eeworm.com/read/122036/14725597
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/120988/14777324
inc matrix.inc
;----------------------------------------------------------
; 作者:陈文尧
; 文件:Matrix.inc
; 版本:1.04
; 创建日期:2001.08.01
;----------------------------------------------------------
FMATRIX struc
www.eeworm.com/read/220901/14784644
h matrix.h
//matrix.h//////////////////////////////////////////////////////////////////
// 2005.1.13-16:02 By Superman
#include "math.h"
/*****************************************************************
www.eeworm.com/read/220892/14785079
java matrix.java
public class Matrix{
private MyVector values; //成员变量,矩阵元素
private int h; //成员变量,矩阵行数
private int w; //成员变量,矩阵列数
public Matrix(int h,int w){ //构造函数,h为行数,w为列数
if(!(h > 0 &&