代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/159184/10684311
c puttext.c
#include
#include
#include
#include
#include
#include
void main(void)
{
char buffer[128];
int row, column;
clr
www.eeworm.com/read/350922/10697142
c puttext.c
#include
#include
#include
#include
#include
#include
void main(void)
{
char buffer[128];
int row, column;
clr
www.eeworm.com/read/421666/10713536
h glprng.h
/* glprng.h (pseudo-random number generator) */
/***********************************************************************
* This code is part of GLPK (GNU Linear Programming Kit).
*
* Copyright (C)
www.eeworm.com/read/421647/10717391
c 106.c
/* 在BC31下编译 */
/* compile under Borland C++ 3.1 */
#include
#include
#define Alpha 3.90
double initvalue();
double random(void)/*返回一个(0,1)之间的随机数*/
{
static doub
www.eeworm.com/read/350642/10722438
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/276309/10749088
c puttext.c
#include
#include
#include
#include
#include
#include
void main(void)
{
char buffer[128];
int row, column;
clr
www.eeworm.com/read/275831/10793731
rb 05 - using berkeley db databases.rb
require 'dbm'
DBM.open('random_thoughts') do |db|
db['tape measure'] =
"What if there was a tape measure you could use as a yo-yo?"
db[23] = "Fnord."
end
DBM.open('random_thoughts') do |db|
www.eeworm.com/read/349720/10802108
cpp sflalgorithm.cpp
#include "StdAfx.h"
#include ".\sflalgorithm.h"
#include
CSFLAlgorithm::CSFLAlgorithm(void)
{
}
CSFLAlgorithm::~CSFLAlgorithm(void)
{
//撤销程序中动态分配的内存
//if(this->piGoodIndex)free
www.eeworm.com/read/419830/10834774
h rand.h
/* Declaration for random number related variables and routines */
# ifndef _RAND_H_
# define _RAND_H_
/* Variable declarations for the random number generator */
extern double seed;
extern double o