代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/141907/12977760
rc random.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/141907/12977764
clw random.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CRandomDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "random.
www.eeworm.com/read/141907/12977765
ico random.ico
www.eeworm.com/read/141907/12977784
h random.h
// random.h : main header file for the RANDOM application
//
#if !defined(AFX_RANDOM_H__E12B5649_B145_40D9_9E49_2B15B52798CE__INCLUDED_)
#define AFX_RANDOM_H__E12B5649_B145_40D9_9E49_2B15B52798CE
www.eeworm.com/read/141907/12977788
cpp random.cpp
// random.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "random.h"
#include "randomDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stat
www.eeworm.com/read/141907/12977807
dsp random.dsp
# Microsoft Developer Studio Project File - Name="random" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap
www.eeworm.com/read/141545/13001938
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/242358/13011947
rtd random.rtd
www.eeworm.com/read/141385/13013763
inl random.inl
//random.inl 随机函数(方法)定义
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _RANDOM_INL
#define _RANDOM_INL
//产生一个[0,1]区间内均匀分布伪随机数
inline double
rand_01_One(double& seed)
{
www.eeworm.com/read/141385/13013810
h random.h
//random.h 宏定义及随机函数(方法)原型头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _RANDOM_H
#define _RANDOM_H
#define RandCoef2053 2053
#define RandCoef13849 13849
#define MOD