代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/401534/2339746
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/374348/2753707
readme
Servlet which generates the requirement html overview page on the fly from xml/xsl
NOTE:
To compile you need
xmlBlaster/lib/xt.jar
xmlBlaster/lib/xp.jar
from James Clark as well. They a not in
www.eeworm.com/read/373460/2761939
m nmix.m
function [XMix,IMix]=nmix(MI,SIGMA,PP,N)
% function [XMix,IMix]=nmix(MI,SIGMA,PP,N)
% NMIX generates mixture of the normal distributed random values
% which have mean value MI, covariance SIGMA an
www.eeworm.com/read/369339/2800875
6 form.6
.th FORM VI 6/15/72
.sh NAME
form \*- form letter generator
.sh SYNOPSIS
.bd form
proto arg ...
.sh DESCRIPTION
.it Form
generates a form letter from a prototype
letter, an associative memory, argumen
www.eeworm.com/read/366702/2883106
c gen-vect-33.c
/* Compiler generates 64-bit stores of zero for this on some targets.
Check there is no problem for such case. */
/* { dg-do compile } */
/* { dg-options "-O2 -ftree-vectorize" } */
void
foo (flo
www.eeworm.com/read/354980/3070507
py gentests.py
#
# Usage: gentest.py
#
# Finds all CPPUnit tests suites defined with
# FUNAMBOL_TEST_SUITE_REGISTRATION/FUNAMBOL_TEST_SUITE
# and generates a C source file wh
www.eeworm.com/read/354516/3077822
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/352283/3095654
sql dsv-sample.sql
/*
* $Id: dsv-sample.sql,v 1.1 2007/08/09 23:56:24 unsaved Exp $
*
* Imports delimiter-separated-values, and generates an output
* reject .dsv file, and a reject report.
*
* To execute, s
www.eeworm.com/read/476078/6773380
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/475710/6775922
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
% FMIN