代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/357821/10200729
c macaddr.c
#include
#include
#include
int main(void){
time_t now;
srandom(time(&now));
printf("{0x%02x,0x%02x,0x%02x,0x%02x,0x%02x,0x%02x}",
0, (int)rando
www.eeworm.com/read/355525/10259519
h rand.h
#ifndef ( _RANDOM_H_ )
#define _RANDOM_H_
const double _2PI = 6.2831853; //2pi
#endif
www.eeworm.com/read/355007/10305968
c puttext.c
#include
#include
#include
#include
#include
#include
void main(void)
{
char buffer[128];
int row, column;
clr
www.eeworm.com/read/162128/10333816
c puttext.c
#include
#include
#include
#include
#include
#include
void main(void)
{
char buffer[128];
int row, column;
clr
www.eeworm.com/read/162078/10340232
cpp shuffle.cpp
// If you use Visual C++, set the compile options to /GX
#ifdef __BCPLUSPLUS__
#include
#include
#include
#else
#include
#include
#inc
www.eeworm.com/read/280002/10369608
pas itmunit.pas
unit ItmUnit;
interface
uses
Windows, Classes, SysUtils, SDK, Grobal2;
type
TItemUnit = class
private
function GetRandomRange(nCount, nRate: Integer): Integer;
public
m_Item
www.eeworm.com/read/161784/10375641
c main.c
//======================================================================================
//
// The information contained herein is the exclusive property of
// Sunplus Technology Co. An
www.eeworm.com/read/161772/10376143
c ex08_08.c
/* random.c: using a single-dimensional array */
#include
#include
/* Declare a single-dimensional array with 1000 elements */
int random[1000];
int a, b, c;
long total
www.eeworm.com/read/353425/10448447
m wmembed.m
function [wm_image,keys,ix] = WMembed(image,L,M,var,powers)
%
% embed n watermarks using gaussian technique
%
% IN : image : given image
% L, M, var: vectors of length n
% watermark
www.eeworm.com/read/161095/10453571
c slaruv.c
#include "f2c.h"
/* Subroutine */ int slaruv_(integer *iseed, integer *n, real *x)
{
/* -- LAPACK auxiliary routine (version 2.0) --
Univ. of Tennessee, Univ. of California Berkeley, NAG L