代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/239049/13304762
c line.c
/****************************************************************************
* 文件名:line.c
* 功能:MiniGUI应用例子。
* 创建一个主窗口,并在窗口中间画出随机颜色、随机长度和随机角度
* 的50根直线。
************************************
www.eeworm.com/read/137231/13337632
~pas gadelphi.~pas
unit GADelphi;
interface
uses
Math, SysUtils;
type
PUnsigned = array of Cardinal;
Pint = ^integer;
individual = record
chrom: PUnsigned;
fitness: double;
varible: d
www.eeworm.com/read/137231/13337645
pas gadelphi.pas
unit GADelphi;
interface
uses
Math, SysUtils;
type
PUnsigned = array of Cardinal;
Pint = ^integer;
individual = record
chrom: PUnsigned;
fitness: double;
varible: d
www.eeworm.com/read/137231/13337652
~pas gadelphi.~pas
unit GADelphi;
interface
uses
Math, SysUtils;
type
PUnsigned = array of Cardinal;
Pint = ^integer;
individual = record
chrom: PUnsigned;
fitness: double;
varible: d
www.eeworm.com/read/137231/13337663
pas gadelphi.pas
unit GADelphi;
interface
uses
Math, SysUtils;
type
PUnsigned = array of Cardinal;
Pint = ^integer;
individual = record
chrom: PUnsigned;
fitness: double;
varible: d
www.eeworm.com/read/323180/13347972
i defns.i
/*************************************************************************/
/* */
/* Definitions used in C4.5 */
/* ------------------------ */
/* */
/*********
www.eeworm.com/read/136879/13356029
cpp fig20_30.cpp
// Fig. 20.30: fig20_30.cpp
// Examples of mathematical algorithms in the Standard Library.
#include
#include
#include // accumulate is defined here
#include
www.eeworm.com/read/136488/13374088
cpp color.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include
#include "Color.h"
//-------------------------------------------
www.eeworm.com/read/320605/13422061
java randvals.java
//: c08:RandVals.java
// Initializing interface fields with
// non-constant initializers.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in Co