代码搜索:Reduce
找到约 3,959 项符合「Reduce」的源代码
代码结果 3,959
www.eeworm.com/read/460333/7253546
gif menu_reduce.gif
www.eeworm.com/read/455490/7370743
m reduce_kx.m
function [spec,kx]=reduce_kx(inspec,v,inkx,w,dip);
%[spec,kx]=reduce_kx(inspec,vel,inkx,f,dip);
%
%Reduces the number of kx values required to extrapolate a wavefield.
%New nyquist calculated using hi
www.eeworm.com/read/445568/7593270
gif menu_reduce.gif
www.eeworm.com/read/437140/7754419
m reduce_diag.m
function [P,D]=reduce_diag(A)
% 该函数用来将一个矩阵A对角化
% 输出变量为矩阵P,满足inv(P)*A*P=diag(lambda_1,...,l.lambda_n)
% 编写日期:2007-5-12
if ~isdiag(A) % 判断矩阵A是否可化为对角矩阵
error('该矩阵不能对角化!');
else
www.eeworm.com/read/437118/7754941
class reduce_action.class
www.eeworm.com/read/437118/7754961
java reduce_action.java
package java_cup;
/** This class represents a reduce action within the parse table.
* The action simply stores the production that it reduces with and
* responds to queries about its type.
*
www.eeworm.com/read/297205/8045221
java reduce_action.java
package java_cup;
/** This class represents a reduce action within the parse table.
* The action simply stores the production that it reduces with and
* responds to queries about its type.
*
www.eeworm.com/read/316947/13513906
exe reduce_log.exe
www.eeworm.com/read/308359/13703614
m reduce_kx.m
function [spec,kx]=reduce_kx(inspec,v,inkx,w,dip);
%[spec,kx]=reduce_kx(inspec,vel,inkx,f,dip);
%
%Reduces the number of kx values required to extrapolate a wavefield.
%New nyquist calculated using hi