代码搜索:difference
找到约 3,389 项符合「difference」的源代码
代码结果 3,389
www.eeworm.com/read/236767/13999556
m four_point_upwind_uni_d1.m
function [D]=four_point_upwind_uni_D1(z0,zL,n,v)
%...
%... A. Vande Wouwer, P. Saucez and W.E. Schiesser (2002)
%...
%... function four_point_upwind_uni_D1 returns the differentiation matr
www.eeworm.com/read/236767/13999569
m three_point_upwind_uni_d1.m
function [D]=three_point_upwind_uni_D1(z0,zL,n,v)
%...
%... A. Vande Wouwer, P. Saucez and W.E. Schiesser (2002)
%...
%... function three_point_upwind_uni_D1 returns the differentiation ma
www.eeworm.com/read/133753/14027466
cpp file_05.cpp
//file_05.cpp
#include
#include //strlen()
void main()
{ char str[]="The difference between you and I is that\n"
"I understand the difference between virtue\n
www.eeworm.com/read/235612/14061022
m rectime.m
function [diffmat]=rectime(rtrange,rtpair1,rtpair2,fbcoord,shotcoord,fbtime,mint,nshots)
% Function determining the reciprocal time difference between two shot
% Difference between the arrival time va
www.eeworm.com/read/235612/14061039
m picktd.m
% Picks the CVP from the time-difference curve, and returns the
% intermediate results
%
% Input: tdiff - Valid time difference curve
% tdcoord - coordinates of all time difference
www.eeworm.com/read/235612/14061074
m rectimecb.m
function rectimecb(action)
% Determine the parameter for the reciprocal time difference function
if( nargin < 1 )
action = 'init';
end
if( strcmp(action,'init'))
q=str2mat('Reciprocal time chec
www.eeworm.com/read/235612/14061137
m timeanalcb.m
function timeanalcb(action)
% Determine the parameters for the Plus Time analysis function which finds the
% delay time values at each receivers
if( nargin < 1 )
action = 'init';
end
if( strcmp(
www.eeworm.com/read/235612/14061150
m fbdiffsynt.m
%function= fbdiffsynt(action)
%figure
%load_data=uimenu(gcf,'Label','Load data','callback',loadsynt);
%display_fb=uimenu(gcf,'Label','Display FB_picks','callback','fbdiffsynt(''init''));
%if(nargin
www.eeworm.com/read/202785/15373075
m calcbits.m
function [bits]=calcbits(bounds,precision)
% function [bits]=calcbits(bounds,precision)
% Determine the number of bits to represent a float number to the precision
% provided.
%
% bits - the
www.eeworm.com/read/202754/15374642
h mad_int.h
/*
libfame - Fast Assembly MPEG Encoder Library
Copyright (C) 2000-2001 Vivien Chappelier
This library is free software; you can redistribute it and/or
modify it under the terms of th