代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/408292/11398049

m generate_bnet_data.m

function data=generate_bnet_data(N,equiv_class,equiv_class_CPTs,parents) %generates data from a bayesian network data=zeros(length(parents),N); for i=1:length(parents) pa=parents{i};
www.eeworm.com/read/406664/11437954

c alg33.c

#include #include #include /* * generates: elements: 1 3 4 5 7 8 9 partial sum of elements: 1 4 8 13 20 28 37 partial sum of elements using tim
www.eeworm.com/read/406664/11437964

c alg8.c

#include #include #include #include /* generates: array element sequence after sort: 12 15 17 19 20 22 23 26 29 35 40 51 equal_range result
www.eeworm.com/read/406664/11437965

c alg4.c

#include #include #include #include /* generates: 0 1 1 3 5 8 13 shifting array sequence left by 1: 1 1 3 5 8 13 13 shifting vector
www.eeworm.com/read/406664/11437990

c alg37.c

#include #include #include #include /* generates: original vector sequence: 0 1 0 2 0 3 0 4 0 5 vector after remove, without applying e
www.eeworm.com/read/261494/11641799

txt jsp源码实例1(输出).txt

作者:blackwhites 日期:2000-9-30 10:04:54 package coreservlets; import java.io.*; import javax.servlet.*; import javax.servlet.http.*; /** Simple servlet that generates HTML. * * Taken
www.eeworm.com/read/260913/11686872

m amrect.m

function y = amrect(N,t0,T); %AMRECT Generate rectangular amplitude modulation. % Y = AMRECT(N,T0,T) generates a rectangular amplitude modulation % centered on a time T0, and with a spread proportion
www.eeworm.com/read/260913/11686945

m movcw4at.m

function M=movcw4at(N,Np); %MOVCW4AT Four atoms rotating, analyzed by the Choi-Williams distribution. % M=MOVCW4AT(N,Np) generates the movie frames illustrating the passage % from the spectrogram to
www.eeworm.com/read/260913/11686958

m amgauss.m

function y = amgauss(N,t0,T); %AMGAUSS Generate gaussian amplitude modulation. % Y=AMGAUSS(N,T0,T) generates a gaussian amplitude modulation % centered on a time T0, and with a spread proportional to
www.eeworm.com/read/260913/11686981

m amtriang.m

function y = amtriang(N,t0,T); %AMTRIANG Generate triangular amplitude modulation. % Y = AMTRIANG(N,T0,T) generates a triangular amplitude modulation % centered on a time T0, and with a spread propor