代码搜索:Generates

找到约 10,000 项符合「Generates」的源代码

代码结果 10,000
www.eeworm.com/read/113176/6135918

java timestamper.java

//$Id: Timestamper.java,v 1.5.2.2 2003/11/05 09:33:34 oneovthafew Exp $ package net.sf.hibernate.cache; /** * Generates increasing identifiers (in a single VM only). * Not valid across multiple VMs
www.eeworm.com/read/300446/6279102

cpp rand.cpp

#include "stdafx.h" /** * * Grabbed by Kevin from http://www.math.keio.ac.jp/~matumoto/cokus.c * This is the ``Mersenne Twister'' random number generator MT19937, which * generates pseudorandom i
www.eeworm.com/read/255407/6291030

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/255407/6291035

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/255407/6291045

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/255407/6291156

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/494289/6381632

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/492812/6409844

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/488466/6487391

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/488401/6494700

m pnseq.m

%This code generates PN sequence and is written by Ashwini Patankar. %You can reach me through ashwinispatankar@gmail.com %My Home page: www.ashwinipatankar.com %My Personal Blog: wwww.ashinipatanka