代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/221666/14730354
h random.h
// file : random.h
// version: 1.03 [August 21, 1995]
#ifndef _random_h_
#define _random_h_
/* Mods by Art Stephens so compiles on Sun using CC, does anyone know */
/* the correct header files to
www.eeworm.com/read/121905/14730970
asm random.asm
www.eeworm.com/read/121905/14730977
c random.c
www.eeworm.com/read/121895/14731836
cc random.cc
// Tools Library
//
// Copyright (C) 2004 Navel Ltd.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as pu
www.eeworm.com/read/221502/14739713
exe random.exe
www.eeworm.com/read/221502/14739715
asm random.asm
DATA SEGMENT
CC DB '+'
ww db '-'
GG DB '='
II DB 0DH,0AH,'$'
AA DB 5 DUP(?)
www dw 0
ghh db '0',0dh,0ah,'$'
bnm dw 0
DATA ENDS
STACK SEGMENT
D
www.eeworm.com/read/221293/14747901
class random.class
www.eeworm.com/read/221218/14753233
c random.c
/* concatenation of following two 16-bit multiply with carry generators */
/* x(n)=a*x(n-1)+carry mod 2^16 and y(n)=b*y(n-1)+carry mod 2^16, */
/* number and carry packed within the same 32 bit intege
www.eeworm.com/read/120093/14812947
c random.c
/*
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 rights reserved.
www.eeworm.com/read/120093/14812950
h random.h
/*
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 rights reserved.