代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/301914/13845934
h baserndgen.h
//////////////////////////////////////////////////////////////////////
// Title: A Cooperative Negotiation Approach for Cellular Coverage Control
//
// Description: Using cooperative nego
www.eeworm.com/read/151133/5685873
c 编随机数.c
/*自编随机数*/
#include"sys\types.h"
#include"sys\timeb.h"
#include
#define ALPHA 3.95 /*宏定义ALPHA值为3.95*/
double init_value(void);
double random(void);
void main()
{
float rdn
www.eeworm.com/read/150409/5692629
java gost3410parametersgenerator.java
package org.bouncycastle.crypto.generators;
import org.bouncycastle.crypto.params.GOST3410ValidationParameters;
import org.bouncycastle.crypto.params.GOST3410Parameters;
import java.security.SecureR
www.eeworm.com/read/149128/5703323
properties frame.properties
# Sample ResourceBundle properties file
single_game=Single Game
game=Game
exit_game=Exit
analyse=Analyse
title=Nine Grid
help=Help
about_help=About
game_panel=Grids
goal_panel=Goal
statistic
www.eeworm.com/read/149128/5703333
properties frame.properties
# Sample ResourceBundle properties file
single_game=Single Game
game=Game
exit_game=Exit
analyse=Analyse
title=Nine Grid
help=Help
about_help=About
game_panel=Grids
goal_panel=Goal
statistic
www.eeworm.com/read/148609/5713695
test
#!./perl
BEGIN { push(@INC, qw(../../../lib ../../lib ../lib lib)); }
use DES;
$key='00000000';
$ks=DES::set_key($key);
@a=split(//,$ks);
foreach (@a) { printf "%02x-",ord($_); }
print "\n";
$key
www.eeworm.com/read/147972/5718655
java fly.java
package sim.app.tutorial7;
import sim.engine.*;
import sim.util.*;
import sim.field.grid.*;
public class Fly implements Steppable
{
public void step(SimState state)
{
Tutorial
www.eeworm.com/read/144587/5749671
java screensaver.java
import java.awt.*;
import java.applet.*;
public class ScreenSaver extends Applet implements Runnable
{
int currentX=5,currentY=5,x=0,y=0,k=1;
Thread m_Draw = null;
int newColor;
public void i
www.eeworm.com/read/143582/5756687
cpp main.cpp
// main.cpp
// Calls the external LongRandom function, written in
// assembly language, that returns an unsigned 32-bit
// random integer. Compile in the Large memory model.
#include