代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/302870/13826031
cpp random.cpp
//THE PROGRAM HELPS YOU TO GET THE RANDOM NUMBERS.
//FILE RANDOM.CPP
#include
#include
#include
#include
int main(void)
{
int INPUT,NUMBER,CIRC
www.eeworm.com/read/302157/13840859
hpp random.hpp
/*
* Bayes++ the Bayesian Filtering Library
* Copyright (c) 2002 Michael Stevens
* See accompanying Bayes++.htm for terms and conditions of use.
*
* $Header: /cvsroot/bayesclasses/Bayes++/Test/ra
www.eeworm.com/read/301914/13845936
h random.h
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are
www.eeworm.com/read/301914/13845942
cpp random.cpp
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are
www.eeworm.com/read/301198/13864154
c random.c
#include
#include
void main(void)
{
int i;
printf("Values from rand\n");
for (i = 0; i < 100; i++)
printf("%d ", rand());
printf("Values from rando
www.eeworm.com/read/238672/13869587
s random.s
# Random number generator
#
# This uses a 33-bit feedback shift register to generate a pseudo-randomly
# ordered sequence of numbers which repeats in a cycle of length 2^33 - 1
# NOTE: randomseed
www.eeworm.com/read/238540/13876779
suo random.suo
www.eeworm.com/read/238540/13876788
sln random.sln
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "random", "random.csproj", "{8D841B1E-4DB3-4295-9A3E-A4F8EB0284D1}"
EndProject
Global
www.eeworm.com/read/238482/13883567
c random.c
/*
Copyright 2004 Demian Battaglia, Alfredo Braunstein, Michal Kolar,
Michele Leone, Marc Mezard, Martin Weigt and Riccardo Zecchina
This file is part of SPY (Survey Propagation with fini