代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/481045/6656916

c random.c

#include #include void main(void) { int i; printf("Values from rand\n"); for (i = 0; i < 100; i++) printf("%d ", rand()); printf("Values from rando
www.eeworm.com/read/480189/6667631

int random.int

www.eeworm.com/read/478816/6703771

class random.class

www.eeworm.com/read/478816/6703782

java random.java

/*作者:徐朝*/ /*keystonexu@yahoo.com.cn*/ package kernel; /** * 一个随机数发生器,按随机数种子返回一个0-n-1之间的随机数 * */ class Random extends java.util.Random { public Random(int seed) { super(seed); } pub
www.eeworm.com/read/478934/6708186

c random.c

/* Maintain source of random numbers for cryptographic keys, etc * This is inherently machine dependent code */ #include "stdio.h" #include #include "global.h" #include "timer.h" #inc
www.eeworm.com/read/476660/6757184

h random.h

/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- this file is part of rcssserver3D Fri May 9 2003 Copyright (C) 2002,2003 Koblenz University Copyright (C) 2004 RoboCup
www.eeworm.com/read/476355/6758199

c random.c

#include #include void main(void) { int i; printf("Values from rand\n"); for (i = 0; i < 100; i++) printf("%d ", rand()); printf("Values from rando
www.eeworm.com/read/410889/11265854

c random.c

/* ** 2001 September 15 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiven
www.eeworm.com/read/265071/11284169

bmp random.bmp

www.eeworm.com/read/409612/11317968

cpp random.cpp

/* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee,