代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/204559/15337077
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/201822/15394786
c wkeygen.c
/*
* wkeygen.c
* WEP Key Generators
*
* This program generates WEP keys using de facto standard key
* generators for 40 and 128 bit keys.
*
* Link against OpenSSL's libcrypto.a
*
* I place th
www.eeworm.com/read/200429/15433532
m combine_visitors.m
function cv = combine_visitors(varargin)
% COMBINE_VISITORS Generate a new visitor by combining existing visitors
%
% cv = combine_visitors(v1, v2, ...) generates a new algorithm visitor that
% wo
www.eeworm.com/read/108859/15573895
m evenodd.m
function [e,o,n] = evenodd(x,t)
% EVENODD Even and odd parts of a signal.
%
% [E,O,T] = EVENODD(X,tn) generates the even and odd part of X
% tn is the CT or DT time index for x
www.eeworm.com/read/108859/15573946
m perext.m
function y = perext(x,n,ty)
% PEREXT Periodic extension of a signal.
%
% Y = PEREXT(X,P,OPT) generates periodic extension (PE) of X
% P=is a 2 element vector [T ts]=[period sampling interval
www.eeworm.com/read/106655/15631419
txt mt19937-2.c.txt
/* A C-program for MT19937: Real number version([0,1)-interval) (1998/4/6) */
/* genrand() generates one pseudorandom real number (double) */
/* which is uniformly distributed on [0,1)-interval, for
www.eeworm.com/read/106653/15631421
txt mt19937int.c.txt
/* A C-program for MT19937: Integer version (1998/4/6) */
/* genrand() generates one pseudorandom unsigned integer (32bit) */
/* which is uniformly distributed among 0 to 2^32-1 for each
www.eeworm.com/read/104466/15691492
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/103915/15716254
c gentable.c
//
// gentable.c
//
// Generates static Huffman tables to be included in the DLL
//
#include
#include
#include
#include "deflate.h"
//#define GENERATE_C_CO
www.eeworm.com/read/101557/15827426
m bdt_f527.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