代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/394659/8214544

m spir.m

function S = spir; % % Ph.D. Thesis % Leandro Nunes de Castro % February, 2000 % Function generates the dataset for the SPIRAL problem % % SPIRAL 1 step = 0.1; t = 0:step:3*pi; l = lengt
www.eeworm.com/read/394659/8214588

m dendrogram.m

function [h,T] = dendrogram(Z,p) %DENDROGRAM Generate dendragram plot. % DENDROGRAM(Z) generates a dendrogram from the output matrix of % LINKAGE. Z is a (M-1) by 3 matrix. M is the number of
www.eeworm.com/read/394659/8214594

m donuts1.m

function Ag = donuts1(n); % % Ph.D. Thesis % Leandro Nunes de Castro % April, 2000 % Function generates the dataset for the 2-DONUTS problem % % n -> Number of training samples (odd numbers
www.eeworm.com/read/294461/8224254

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/393518/8280778

m randfilt.m

function [y,zf,u]=randfilt(pb,pa,ny,zi) %RANDFILT Generate filtered gaussian noise without initial transient % % Generates noise by passing gaussian noise through a filter pb/pa % output signal y
www.eeworm.com/read/292797/8332279

test colon3.test

#! /bin/sh # Make sure ":" works with files automake generates. # This test is for multiple ":"s. . $srcdir/defs || exit 1 cat > configure.in
www.eeworm.com/read/392244/8355529

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/392244/8355585

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/370596/9592643

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/370596/9592686

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