代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/245201/12810937
c alg39.c
#include
#include
#include
/* generates:
original element sequence:
3 4 5 0 1 2
sequence applying swap() to support bubble sort:
0 1 2 3 4 5
*
www.eeworm.com/read/245201/12811159
c io20_3.03.c
// #include
#include
/**
** generates:
stanl@john:d.ch20 313 : a.out < alice_emma
characters actually read: 52
characters actually read: 60
characters actual
www.eeworm.com/read/244937/12831108
m bdt_f529.m
% MATLAB script that generates the probability of error versus the signal to noise ratio
initial_snr=0;
final_snr=15;
snr_step=1;
tolerance=1e-7; % Tolerance used for the integration
min
www.eeworm.com/read/244097/12888148
c audiogen.c
/*
* Generates a synthetic stereo sound
* NOTE: no floats are used to guaranty a bit exact output.
*/
#include
#include
#define NB_CHANNELS 2
#define FE 44100
static unsigned
www.eeworm.com/read/142279/12953043
java testtag.java
import java.io.IOException;
import java.util.Date;
import javax.servlet.jsp.*;
import javax.servlet.jsp.tagext.*;
//Implementing the tag generates the HTML
public class TestTag extends TagSuppo
www.eeworm.com/read/329484/12953269
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/243168/12957923
c sweepde.c
//SweepDE.c Generates a sweeping sinusoid using a difference equation
#include
#define two_pi (2*3.1415926) //2*pi
#define two_14 16384 //2^14
#define T
www.eeworm.com/read/327324/13086182
c fpe.c
/*
Generates SIGFPE (used for testing shells)
AUP2, Sec. 5.10 (not in book)
Copyright 2003 by Marc J. Rochkind. All rights reserved.
May be copied only for purposes and under conditions described
www.eeworm.com/read/240341/13222438
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/240174/13233383
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.