代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/279420/10439316
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/161171/10440799
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
www.eeworm.com/read/161171/10440817
m fmlin.m
function [y,iflaw]=fmlin(N,fnormi,fnormf,t0);
%FMLIN Signal with linear frequency modulation.
% [Y,IFLAW]=FMLIN(N,FNORMI,FNORMF,T0) generates a linear frequency
% modulation.
% The phase of this mod
www.eeworm.com/read/161171/10440843
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/161171/10441114
m tfrideal.m
function [tfr,t,f]=tfrideal(iflaws,t,N,trace)
%TFRIDEAL Ideal TFR for given instantaneous frequency laws.
% [TFR,T,F]=TFRIDEAL(IFLAWS,T,N,TRACE) generates the ideal
% time-frequency representation cor
www.eeworm.com/read/161171/10441149
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/161171/10441153
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/160392/10536130
m gen_log.m
function gen_log(S, log);
% gen_log(S, log)
% generates log-file of all variables
%
% INPUT:
% S : structure containing the MLD-model
% log: structure containing the log-data of all variables
www.eeworm.com/read/278011/10584005
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/351829/10604923
test create-delete.test
Check whether quilt generates patches properly so that GNU patch recognizes
file creates and deletions.
$ rm -rf d
$ mkdir -p d/patches
$ cd d
$ echo delete > delete
$ quilt new test.diff
> Pa