代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/222059/14708882
c matrix.c
/******************
* Simple Math *
* *
* Marcelo Gattass *
* Dec04,2005 *
******************/
#include
#include
#include
/* U
www.eeworm.com/read/221946/14713676
h matrix.h
//////////////////////////////////////////////////////////////////////////
//Matrix.h
//该文件中的所有函数均为全局函数
//函数的功能主要是进行矩阵的基本运算
//
////////////////////////////////////////////////////////////////////
www.eeworm.com/read/221946/14713711
cpp matrix.cpp
//////////////////////////////////////////////////////////////////////////
////Matrix.ccp
////
////源文件中各函数的作用主要是进行矩阵的基本运算
////
//// MultMatrix() 矩阵相乘
//// TranMatrix() 矩阵转置
//// InverMatrix()
www.eeworm.com/read/122192/14715373
c matrix.c
/*
* QR ALGORITHM 9.6
*
* To obtain the eigenvalues of a symmetric, tridiagonal n by n matrix
*
* a(1) b(2)
* b(2) a(2) b(3)
* . . .
*
www.eeworm.com/read/122038/14722549
pas matrix.pas
unit Matrix;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls,stdctrls, buttons, grids, Menus, comctrls;
type
TMatrix = array of arr
www.eeworm.com/read/122036/14725535
ico matrix.ico
www.eeworm.com/read/122036/14725542
ncb matrix.ncb
www.eeworm.com/read/122036/14725549
clw matrix.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CMainFrame
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Matrix.
www.eeworm.com/read/122036/14725556
h matrix.h
// Matrix.h : main header file for the MATRIX application
//
#if !defined(AFX_MATRIX_H__50B8F1BE_4AED_11D5_9DFE_5254AB1C303A__INCLUDED_)
#define AFX_MATRIX_H__50B8F1BE_4AED_11D5_9DFE_5254AB1C303A
www.eeworm.com/read/122036/14725557
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