代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/346862/11717807
h utils.h
#ifndef UTILS_H
#define UTILS_H
#include
#include
#include
#include
#include
#include
using namespace std;
//-----------------
www.eeworm.com/read/346862/11717879
h utils.h
#ifndef UTILS_H
#define UTILS_H
#include
#include
#include
#include
#include
#include
using namespace std;
//-----------------
www.eeworm.com/read/157343/11718613
c util.c
/*
ITU-T G.729 Speech Coder with Annex B ANSI-C Source Code
Version 1.3 Last modified: August 1997
Copyright (c) 1996,
AT&T, France Telecom, NTT, Universite de Sherbrooke, Luce
www.eeworm.com/read/157243/11725791
htm 829text8.htm
function morph(e,wait,steps,style,done){
if(e.morphing){
return;
}
e.morphing = true;
e.step = 0;
e.done = steps;
e.wait = wait;
e.morphDone = done;
// initialize th
www.eeworm.com/read/157153/11736522
java particlesystem.java
import java.util.Random;
import javax.microedition.lcdui.Graphics;
public class ParticleSystem
{
public static final int STATE_LEFT = 0;
public static final int STATE_RIGHT = 2;
www.eeworm.com/read/260253/11736607
cpp 6_60.cpp
#include
#include
#include
const unsigned long maxshort=65536L;
const unsigned long multiplier=1194211693L;
const unsigned long adder=12345;
class RandomNumber