代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/303438/13816067
m fmconst.m
function [y,iflaw] = fmconst(N,fnorm,t0);
%FMCONST Signal with constant frequency modulation.
% [Y,IFLAW] = FMCONST(N,FNORM,T0) generates a frequency modulation
% with a constant frequency fnorm.
%
www.eeworm.com/read/303438/13816069
m anastep.m
function y=anastep(N,ti);
%ANASTEP Analytic projection of unit step signal.
% Y=ANASTEP(N,TI) generates the analytic projection of a
% unit step signal.
%
% N : number of points.
% TI : starting pos
www.eeworm.com/read/302674/13829327
m ls_mse_calc.m
%Function Declaration:
function ms_error=LS_MSE_calc(X,H,Y);
%This function generates mean squared error for the the LS estimator..
%EVALUATION OF Hls
Hls =(inv(X)) * Y;
%The simplest of 'em all
www.eeworm.com/read/147422/5729954
m g_gci.m
% FUNCTION: G_GCI generates the GCI sequence from three components of the pitch
% contour.
% USUAGE: ngci=g_gci(p0,pw,jitter,gcidx,seglens);
%
% OUTPUT : gci == GCI sequence of a voiced
www.eeworm.com/read/140727/5782881
sh isip_function_window_name_0.sh
#! @SH@
# file: $isip/util/misc/shell_functions/isip_function_window_name_0.sh
#
# A function that updates the window index and generates a new name.
# This function returns the window name via stdou
www.eeworm.com/read/136989/5828965
bat make.bat
@REM This File generates the necessary classes for Visibroker and JDK1.2
@REM call it like:
@REM
@REM make VB (makes all VB classes)
@REM make JDK (makes all JDK classes)
@REM make clean
www.eeworm.com/read/135955/5876066
c faulty.c
/*
* faulty.c -- a module which generates an oops when read (v2.1)
*
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endif
#define __NO_VERSION__ /* don't defi
www.eeworm.com/read/133703/5903292
c faulty.c
/*
* faulty.c -- a module which generates an oops when read (v2.1)
*
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endif
#define __NO_VERSION__ /* don't defi
www.eeworm.com/read/131315/5937262
paservers
# $Header: paservers,v 1.17 93/04/26 16:08:31 root Exp $
#
# these are the servers capable of answering queries for palo-alto zones.
# this file generates NS RR's in the .data files, and it controls t
www.eeworm.com/read/131315/5940715
cc genpatkey.cc
// Generates random character strings
#include
#include
#include
#include
main (int argc, char *argv[])
{
if (argc != 3)
{
cout