代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/132667/14079566
m4 aclocal.m4
dnl aclocal.m4 -- local include for for autoconf
dnl
dnl This file is processed while autoconf generates configure.
dnl This file is part of the Kannel WAP and SMS gateway project.
dnl Check if inst
www.eeworm.com/read/204559/15336973
c alg49.c
#include
#include
#include
/* generates:
original element sequence of first container:
0 1 2 3 4 5 6 7 8 9
original element sequence of second cont
www.eeworm.com/read/104469/15691369
sh gen.sh
#!/bin/sh
# This script generates the generic building batch files for Windows systems
echo "@echo off" > makelib.bat
echo "cd ..\\lib" >> makelib.bat
( cd ../lib
for f in */*.c; do
echo "call ..
www.eeworm.com/read/101557/15827179
m randbit.m
function out = randbit(n, m, prob, seed);
%RNADBIT Binary noise generator.
% OUT = RANDBIT(N, M) generates an N-by-M zero matrix with an single
% "1" randomly placed in any bit of each
www.eeworm.com/read/192089/8407590
c alg31.c
#include
#include
#include
/*
* generates:
original order of the vector: 69 23 80 42 17 15 26 51 19 12 35 8
partial sort of vector: seven elements
8
www.eeworm.com/read/192089/8407597
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/192089/8407609
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/192089/8407894
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/391151/8419132
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/289731/8532061
c alg31.c
#include
#include
#include
/*
* generates:
original order of the vector: 69 23 80 42 17 15 26 51 19 12 35 8
partial sort of vector: seven elements
8