代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/384264/8884944
inl linearequation.inl
//LinearEquation.inl 线性方程(组)求解函数(方法)定义
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31
#ifndef _LINEAREQUATION_INL
#define _LINEAREQUATION_INL
//全选主元高斯消去法
template
int L
www.eeworm.com/read/384262/8885186
inl linearequation.inl
//LinearEquation.inl 线性方程(组)求解函数(方法)定义
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31
#ifndef _LINEAREQUATION_INL
#define _LINEAREQUATION_INL
//全选主元高斯消去法
template
int L
www.eeworm.com/read/284881/8885265
m e_eof.m
function [V,EOFs,EC,error]=E_EOF(D,Lag,p)
% function [V,EOFs,EC,error]=E_EOF(D,Lag,p)
%
% This function decomposes a data set D into its extended EOFs
% and eigenvalues V. The most effecient algo
www.eeworm.com/read/284881/8885316
m ceof.m
function [Uc,B,lab,A,teta]=ceof(u,dt,t0,NOE);
% function [Uc,B,lab,A,teta]=ceof(u,dt,t0,NOE);
%
% OLD AND OUTDATED!! does not work properly.
%
% This function determines the complex empirical ort
www.eeworm.com/read/384261/8885411
inl linearequation.inl
//LinearEquation.inl 线性方程(组)求解函数(方法)定义
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31
#ifndef _LINEAREQUATION_INL
#define _LINEAREQUATION_INL
//全选主元高斯消去法
template
int L
www.eeworm.com/read/384257/8885940
inl linearequation.inl
//LinearEquation.inl 线性方程(组)求解函数(方法)定义
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31
#ifndef _LINEAREQUATION_INL
#define _LINEAREQUATION_INL
//全选主元高斯消去法
template
int L
www.eeworm.com/read/428125/8893843
cpp globalfunc.cpp
// GlobalFunc.cpp: implementation of the CGlobalFunc class.
//
//////////////////////////////////////////////////////////////////////
/*
This file is created by Shiguang Shan at 01.06.2002 to
www.eeworm.com/read/186866/8900655
m screws.m
(*
* Screws.m - a screw package for mathematica
*
* Richard Murray and Sudipto Sur
*
* Division of Engineering and Applied Science
* California Institute of Technology
www.eeworm.com/read/186866/8900658
txi screws.txi
\input etexinfo @c -*-texinfo-*-
@c
@c screws.txi - screws package for mathematica
@c
@c Richard M. Murray
@c 7 December 1991
@c
@c
@setfilename screws.info
@settitle Screws.m
@c put function entr
www.eeworm.com/read/284716/8906467
java llkmatrix.java
import java.util.Random;
public class LLKMatrix
{
private int matrix[][];
private int VSize = 0;
private int HSize = 0;
private int SeedCount = 0;
private int Score1 = 10;