代码搜索:Generates

找到约 10,000 项符合「Generates」的源代码

代码结果 10,000
www.eeworm.com/read/354492/10349679

c alg49.c

#include #include #include /* generates: original element sequence of first container: 0 1 2 3 4 5 6 7 8 9 original element sequence of second cont
www.eeworm.com/read/279420/10439269

m fmodany.m

function [y,iflaw]=fmodany(iflaw,t0); %FMODANY Signal with arbitrary frequency modulation. % [Y,IFLAW]=FMODANY(IFLAW,T0) generates a frequency modulated % signal whose instantaneous frequency law is a
www.eeworm.com/read/161189/10440066

m examp.m

% % This script generates the G matrix, mtrue, dtrue, and noisy d for the % source history example. % clear rand('state',0); randn('state',0); % set up input for domre.m params=[1.0, 1.0]; % [v,
www.eeworm.com/read/161171/10440951

m fmodany.m

function [y,iflaw]=fmodany(iflaw,t0); %FMODANY Signal with arbitrary frequency modulation. % [Y,IFLAW]=FMODANY(IFLAW,T0) generates a frequency modulated % signal whose instantaneous frequency law is a
www.eeworm.com/read/353439/10446390

java compareints.java

// control/CompareInts.java // TIJ4 Chapter Control, Exercise 2, page 139 /* Write a program that generates 25 random int values. For each value, use an * if-else statement to classify it as greate
www.eeworm.com/read/353439/10446445

java genericcast32.java

// generics/GenericCast32.java // TIJ4 Chapter Genericss, Exercise 32, page 699 /* * Verify that FixedSizeStack in GenericCast.java generates exceptions * if you try to go out of its bounds. Does
www.eeworm.com/read/160929/10469543

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 % m
www.eeworm.com/read/160929/10470285

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 % m
www.eeworm.com/read/424063/10502765

m randbit.m

function out = randbit(n, m, prob, seed); %RNADBIT Binary noise generator. % OUT = RANDBIT(N, M) generates an N-by-M zero matrix with an single % "1" randomly placed in any bit of each
www.eeworm.com/read/160624/10513601

asm dllentry.asm

; DLLENTRY.ASM ; ; Entry code for example Windows dynamic link library. When Windows first ; loads the DLL, control comes here first. ; ; This module generates a code segment called INIT_TEXT.