代码搜索:Increasing
找到约 326 项符合「Increasing」的源代码
代码结果 326
www.eeworm.com/read/458661/7291872
m frwrec.m
% frwrec.m - order-increasing forward layer recursion - from r to A,B
%
% Usage: [A,B] = frwrec(r)
%
% r = reflection coefficients = [r(1),...,r(M+1)], M = number of layers
% A,B = (M+1)x(M+1) ma
www.eeworm.com/read/315751/13536834
m frwrec.m
% frwrec.m - order-increasing forward layer recursion - from r to A,B
%
% Usage: [A,B] = frwrec(r)
%
% r = reflection coefficients = [r(1),...,r(M+1)], M = number of layers
% A,B = (M+1)x(M+1) ma
www.eeworm.com/read/303512/13813899
m frwrec.m
% frwrec.m - order-increasing forward layer recursion - from r to A,B
%
% Usage: [A,B] = frwrec(r)
%
% r = reflection coefficients = [r(1),...,r(M+1)], M = number of layers
% A,B = (M+1)x(M+1) ma
www.eeworm.com/read/492033/6430439
h geoelast.h
#ifndef GEOELASTMAT_H
#define GEOELASTMAT_H
#include "iotools.h"
#include "alias.h"
struct matrix;
struct vector;
/**
Class geoelastmat defines elastic material model for geotechnical
purposes
www.eeworm.com/read/406757/11436359
htm 00000015.htm
BBS水木清华站∶精华区
BBS水木清华站∶精华区
发信人: vrml (3d), 信区: Java
标
www.eeworm.com/read/433114/8544672
m s_header_sort.m
function index=s_header_sort(seismic,varargin)
% Function sorts the headers of the seismic structure "seismic" and creates an
% index vector. This index vector can be used in S_SELECT to sort the tr
www.eeworm.com/read/245849/12777393
m s_header_sort.m
function index=s_header_sort(seismic,varargin)
% Function sorts the headers of the seismic structure "seismic" and creates an index
% vector. This index vector can be used in S_SELECT to sort the tra
www.eeworm.com/read/259565/11781867
m s_header_sort.m
function index=s_header_sort(seismic,varargin)
% Function sorts the headers of the seismic structure "seismic" and creates an index
% vector. This index vector can be used in S_SELECT to sort the tra
www.eeworm.com/read/151143/12232534
m s_header_sort.m
function index=s_header_sort(seismic,varargin)
% Function sorts the headers of the seismic structure "seismic" and creates an index
% vector. This index vector can be used in S_SELECT to sort the t
www.eeworm.com/read/285975/8796502
023_prob ch18.023_prob
##############################################################################
## Code fragment (NOT RECOMMENDED) from Chapter 18 of "Perl Best Practices" ##
## Copyright (c) O'Reilly & Associates