代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/220439/14800843
cpp guess_my_number.cpp
// Guess My Number
// The classic number guessing game
#include
#include
#include
using namespace std;
int main()
{
srand(time(0)); // seed random number ge
www.eeworm.com/read/120262/14808462
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/120254/14808870
cpp 6_59.cpp
#include
#include
#include
const unsigned long maxshort=65536L;
const unsigned long multiplier=1194211693L;
const unsigned long adder=12345;
class RandomNumber
www.eeworm.com/read/120254/14808926
cpp 6_60.cpp
#include
#include
#include
const unsigned long maxshort=65536L;
const unsigned long multiplier=1194211693L;
const unsigned long adder=12345;
class RandomNumber
www.eeworm.com/read/120167/14811766
~pa huffmaniptfrm.~pa
unit HuffmanIptFrm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons;
const
MAXN=10;
type
THuffmanIptDlg = class(TForm
www.eeworm.com/read/120167/14811901
~pa huffmaniptfrm.~pa
unit HuffmanIptFrm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons;
const
MAXN=10;
type
THuffmanIptDlg = class(TForm
www.eeworm.com/read/120093/14812937
makefile
##
## SGPC: Simple Genetic Programming in C
## (c) 1993 by Walter Alden Tackett and Aviram Carmi
##
## This code and documentation is copyrighted and is not in the public domain.
## All righ
www.eeworm.com/read/119982/14814914
c puttext.c
#include
#include
#include
#include
#include
#include
void main(void)
{
char buffer[128];
int row, column;
clr
www.eeworm.com/read/119790/14821336
js common.js
// common js code for network
//Clear inherited frames
if (parent != self) {
top.location=self.document.location;
}
//random number for dc
//var ord = Math.round(Math.random() * 1000
www.eeworm.com/read/119324/14833304
txt awt applet.txt
import java.applet.Applet;
002: import java.awt.*;
003: import java.util.Random;
004:
005: public class BackColor extends Applet {
006: Random gen; // Random number generator for color selctio