代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/134478/13987172
ico random.ico
www.eeworm.com/read/134478/13987182
ncb random.ncb
www.eeworm.com/read/134478/13987191
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/134478/13987195
plg random.plg
Build Log
--------------------Configuration: random - Win32 Release--------------------
Command Lines
Results
random.exe - 0 er
www.eeworm.com/read/134478/13987197
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/134478/13987198
aps random.aps
www.eeworm.com/read/134478/13987211
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/134478/13987215
opt random.opt
www.eeworm.com/read/134443/13990511
c random.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/236837/13997391
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