代码搜索:MATRIX
找到约 10,000 项符合「MATRIX」的源代码
代码结果 10,000
www.eeworm.com/read/189194/8485535
cc matrix.cc
/********************************************************/
/* filename: matrix.cc */
/* */
/**********************
www.eeworm.com/read/390009/8489365
fnt matrix.fnt
www.eeworm.com/read/290263/8492180
h matrix.h
#ifndef MATRIX_H_QIHANG
#define MATRIX_H_QIHANG
typedef float MATRIXTYPE;
/*
冯启航 2008年3月15日 写
矩阵类
推荐模板参数信息为内建型别
*/
#ifdef DLL_FILE_MATRIX
#define DLL_WIN_API_ __declspec(dllexport)
#els
www.eeworm.com/read/290263/8492184
cpp matrix.cpp
#ifndef DLL_FILE_MATRIX
#define DLL_FILE_MATRIX
#endif
#include
#include "Matrix.h"
#include
using namespace std;
Matrix& Matrix::operator=(const Matrix &mat)
{
www.eeworm.com/read/290227/8494595
h matrix.h
//matrix.h
#ifndef MATRIX_H
#define MATRIX_H
class vector;
class matrix;
typedef double(*pfun)(double t);
typedef void (*fun_group)(double t,vector& y);
typedef double(*pfun2)(double t,do
www.eeworm.com/read/290227/8494748
h matrix.h
//matrix.h
#ifndef MATRIX_H
#define MATRIX_H
class vector;
class matrix;
typedef double(*pfun)(double t);
typedef void (*fun_group)(double t,vector& y);
typedef double(*pfun2)(double t,do
www.eeworm.com/read/188663/8520891
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) Ap
www.eeworm.com/read/188663/8520897
cpp matrix.cpp
/*
Copyright (c) 2001
Author: Konstantin Boukreev
E-mail: konstantin@mail.primorye.ru
Created: 20.12.2001 16:05:19
Version: 1.0.0
*/
#include "stdafx.h"
#include "Main.h"
#pra
www.eeworm.com/read/188663/8520908
rc matrix.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/188663/8520915
idl matrix.idl
[
uuid(00000000-0000-0000-0000-000000000000)
]
library MATRIX
{
};