代码搜索:Random

找到约 10,000 项符合「Random」的源代码

代码结果 10,000
www.eeworm.com/read/336465/12442164

nlogo ---droga_z_przeszkodami.nlogo

breeds [drogowiec robot] to setup clear-all ask patches [set pcolor green] end ;----------------------------------------------------- to buduj_droge create-drogowiec 1 ask drogowiec
www.eeworm.com/read/336465/12442228

nlogo ---discretelife.nlogo

globals [ ticks total-mortals max-mortals] breeds [ mortals immortals ] patches-own [ mortalPop immortalPop] mortals-own [ deathRate birthRate diffusionRate ] immortals-own [ diffusionRate ] to setu
www.eeworm.com/read/132338/14097462

c ga_randomsearch.c

/********************************************************************** ga_randomsearch.c ********************************************************************** ga_randomsearch - Random search a
www.eeworm.com/read/130917/14167509

cpp worm2.cpp

//Worm2.cpp #include #include #include "worm2.h" void main(void) { int gdriver=VGA,gmode=VGAHI; int i,flag=0; float back; /*在此之前请先在DOS窗口中键入: 你的BC或TC++的路径\bgi\bgiobj eg
www.eeworm.com/read/231996/14212080

xml pairingtypes.xml

Type B This type is reserved for the curve y^2 = x^3 + 1 over F_q with q = -1 mod 12. It has yet to be implemented as I have not seen a compelling reason to us
www.eeworm.com/read/129922/14217201

c puttext.c

#include #include #include #include #include #include void main(void) { char buffer[128]; int row, column; clr
www.eeworm.com/read/128742/14280019

makefile

############################################################################# # # Copyright (C) 1991 Kendall Bennett. # All rights reserved. # # Descri
www.eeworm.com/read/128628/14287567

cpp shuffle.cpp

// If you use Visual C++, set the compile options to /GX #ifdef __BCPLUSPLUS__ #include #include #include #else #include #include #inc
www.eeworm.com/read/229157/14351076

m hit_n_run.m

function [x]=hit_n_run(x,A,T) % function [x]=hit_n_run(x,A,T) % % Returns a random point using the hit and run algorithm from the % convex body defined by Ax>=0 and ||x||
www.eeworm.com/read/226937/14446285

h lcgrand.h

/* The following 3 declarations are for use of the random-number generator lcgrand and the associated functions lcgrandst and lcgrandgt for seed management. This file (named lcgrand.h) should