代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/184763/9079960
m gngauss.m
function [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(sgma)
% [gsrv1,gsrv2]=gngauss
% GNGAUSS generates two independent Gaussian random variables with me
www.eeworm.com/read/184746/9081629
m gngauss.m
function [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(sgma)
% [gsrv1,gsrv2]=gngauss
% GNGAUSS generates two independent Gaussian random variables with me
www.eeworm.com/read/182790/9190905
m gngauss.m
function [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(sgma)
% [gsrv1,gsrv2]=gngauss
% GNGAUSS generates two independent Gaussian random variables with mean
%
www.eeworm.com/read/378188/9242296
f datgen.f
Subroutine datgen( a, n )
! ----------------------------------------------------------------------
! --- Routine 'datgen' generates the Real part of the test data for
! the FFT: One complete
www.eeworm.com/read/181087/9274822
c c86.c
/*
** This file generates the message resource file for use on the
** Psion s3a PDA.
*/
#include "config.h"
STRUCT STRING
{
TEXT str;
}
#define MSG(x,y,z) RESOURCE STRING y { str = z; }
#i
www.eeworm.com/read/180485/9305395
m a2dt.m
function beq = a2dT(d,n)
% BEQ = A2DT(D, N) generates the decimal
% equivalent beq of the binary representation
% of a decimal number D with N bits for the
% magnitude part obtained by truncation
www.eeworm.com/read/180485/9305400
m a2dr.m
function beq = a2dR(d,n)
% BEQ = A2DR(D, N) generates the decimal
% equivalent beq of the binary representation
% of a decimal number D with N bits for the
% magnitude part obtained by rounding
%
www.eeworm.com/read/370942/9574736
m gngauss.m
function [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(m,sgma);
% [gsrv1,gsrv2]=gngauss(sgma);
% [gsrv1,gsrv2]=gngauss;
% GAGAUSS generates two independent Gaussian random variables with m
www.eeworm.com/read/366144/9828198
m test2.m
% QMG test 2. This test generates a torus made up of 36
% biquadratic patches and generates a mesh for
% it. The mesh size is restricted to 0.5
t = gmmake_torus(1,2,6);
show = 0;
global interactive
www.eeworm.com/read/366144/9828382
tcl test2.tcl
## QMG test 2 This test generates a torus made up of 36
## biquadratic patches and generates a mesh for
## it. The mesh size is restricted to 0.5
gmset t [gmmake_torus 1 2 6]
gmsummary $t
set show 0