代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/384965/8826467
c alg35.c
#include
#include
#include
// generates: n d a n a d d n a d a n a n d a d n
int main()
{
vector< char, allocator > vec( 3 );
ostream_it
www.eeworm.com/read/384965/8826498
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/384965/8826917
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/428849/8834919
m gsamp.m
function X=gsamp(varargin)
% GSAMP Generates sample from Gaussian distribution.
%
% Synopsis:
% X = gsamp( Mean, Cov, num_data )
% X = gsamp( model, num_data )
%
% Description:
% X = gsamp(Mean,Co
www.eeworm.com/read/428849/8834972
m dsamp.m
function X = dsamp(Px,num_data)
% DSAMP Generates samples from discrete distribution.
%
% Synopsis:
% X = dsamp(Px,num_data)
%
% Input:
% Px [dim x 1] Discrete probability distribution; it must
%
www.eeworm.com/read/187102/8855742
test colon4.test
#! /bin/sh
# Make sure ":" works with files automake generates.
# This test is for multiple ":"s.
# Test from Maciej W. Rozycki.
. $srcdir/defs || exit 1
cat > configure.in
www.eeworm.com/read/427960/8909027
cpp crsetup.cpp
/*
* Cramer-Shoup Public Key Cryptography
*
* This program generates the common values q, p, g1 and g2 to a file
* common.crs
*
* Requires: big.cpp
*
* Copyright (c) 1999 Sha
www.eeworm.com/read/186716/8914501
m tx.m
function [out] = tx( in_binary, flag_type, arg3, arg4, arg5)
% TX .......... Transmitter function.
%
% TX(B,LINECODE) will generates samples of the waveform for baseband
% transmission in LINE
www.eeworm.com/read/186716/8914588
m new_born.m
function new_born(in)
% NEW_BORN .... Sample function representing number of new-born babies.
%
% NEW_BORN(N) generates a sample function representing the daily number of
% new-born bab
www.eeworm.com/read/284309/8945638
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