代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/266537/11220127
c matrix.c
/* University of Ulm Programming Contest 1996
Problem G: Matrix Chain Multiplication
Implementation: Mark Dettinger */
#include
typedef struct {int mults; int rows; int cols;} triple
www.eeworm.com/read/266537/11220152
sol matrix.sol
0
0
0
error
10000
error
3500
15000
40500
47500
15125
5000
error
error
15750
www.eeworm.com/read/266298/11232621
h matrix.h
// Matrix.h: interface for the CMatrix class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MATRIX_H__D58D0A47_68B4_11D6_AD90_00B0D0652E95__INCLUDED_)
www.eeworm.com/read/266298/11232652
obj matrix.obj
www.eeworm.com/read/266298/11232676
cpp matrix.cpp
// Matrix.cpp: implementation of the CMatrix class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Matrix.h"
#ifdef _DEBUG
#undef THI
www.eeworm.com/read/411636/11235507
ncb matrix.ncb
www.eeworm.com/read/411636/11235508
clw matrix.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CMatrixView
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Matrix
www.eeworm.com/read/411636/11235510
h matrix.h
// Matrix.h : main header file for the MATRIX application
//
#if !defined(AFX_MATRIX_H__3275E3F5_73FC_11D3_ACC9_0080C8EBAE24__INCLUDED_)
#define AFX_MATRIX_H__3275E3F5_73FC_11D3_ACC9_0080C8EBAE24
www.eeworm.com/read/411636/11235512
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/411636/11235515