代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/473001/6853750
cc matrix.cc
/*
* $Id: matrix.cc,v 1.4 1998/03/14 00:04:47 tveldhui Exp $
*
* Copyright (C) 1997 Todd Veldhuizen
* All rights reserved. Please see for terms
www.eeworm.com/read/472738/6864850
java matrix.java
package com.investment.math;
import java.util.Arrays;
public final class Matrix {
private double[][] matrix = null;
private int length = 0;
private int width = 0;
/*
* construct
www.eeworm.com/read/472251/6874021
ncb matrix.ncb
www.eeworm.com/read/472251/6874023
h matrix.h
#ifndef MATRIX_H_
#define MATRIX_H_
const int rowdefault = 5;
const int coldefault = 5;
class CMatrix
{
public:
CMatrix(unsigned int irow = rowdefault ,unsigned int icol = coldefault);
www.eeworm.com/read/472251/6874024
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/472251/6874026
opt matrix.opt
www.eeworm.com/read/472251/6874028
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/472251/6874031
obj matrix.obj
www.eeworm.com/read/472251/6874033
ilk matrix.ilk
www.eeworm.com/read/472251/6874035