代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/294317/8241171
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/294317/8241186
plg matrix.plg
Build Log
--------------------Configuration: Matrix - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /f
www.eeworm.com/read/294317/8241225
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/294317/8241681
cpp matrix.cpp
#include
#define N 100
void main()
{
int a[N],b[N],i,j,m,k,ii,jj,n,s,l,x;
cin>>n>>x;
for (i=0;i>a[i];
m=0;
for (j=0;j
www.eeworm.com/read/294317/8241835
h matrix.h
#ifndef Matrix_
#define Matrix_
#include
#include "xcept.h"
template
class Matrix
{
friend ostream& operator
www.eeworm.com/read/294317/8241837
cpp matrix.cpp
// test matrix class
#include "matrix.h"
void main(void)
{
try {
Matrix X(3,2), Y, Z;
int i, j;
for (i = 1; i
www.eeworm.com/read/294218/8245885
h matrix.h
#include
class Matrix {
public:
Matrix(unsigned rows, unsigned cols);
double& operator() (unsigned row, unsigned col);
double operator() (unsigned row, unsigned col) const;
www.eeworm.com/read/193062/8255169
h matrix.h
/*
* @(#)matrix.h generated by: makeheader 4.21 Thu Feb 2 00:23:26 2006
*
* built from: ../../src/include/copyright.h
* ../../src/include/pragma_interface.h
* ./include/published
www.eeworm.com/read/294031/8257237
h matrix.h
/****************************************Copyright (c)**************************************************/
/**
;** 西南科技大学计算机科学学院
;**
www.eeworm.com/read/294031/8257241
c matrix.c
/****************************************Copyright (c)**************************************************/
/**
;** 西南科技大学计算机科学学院
;**