代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/439446/7708708
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/434781/7801810
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/434781/7801832
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/433822/7907612
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/433822/7907657
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/433822/7907664
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/398819/7918757
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/198548/7928237
m altes.m
function x=altes(N,fmin,fmax,alpha) ;
%ALTES Altes signal in time domain.
% X=ALTES(N,FMIN,FMAX,ALPHA) generates the Altes signal in
% the time domain.
%
% N : number of points in time
%
www.eeworm.com/read/198548/7928298
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/298719/7943367
m test1.m
%Name: Chris Shoemaker
%Course: EER-280 - Digital Watermarking
%Project: Tests that using rand X times generates the same values as rand(1,X)
clear all;
% read in key for PN generator
file_