代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/144526/12786128
txt 说明.txt
本程序需在DOS下运行。每运行一次可执行程序random.exe,即可显示任意两个
16进制数的加法或减法表达式及其运算结果。在减法运算中,如果被减数小于减数,显示
“Divide Overflow”的提示信息。
www.eeworm.com/read/331966/12790903
cs autocomplete.cs
// (c) Copyright Microsoft Corporation.
// This source is subject to the Microsoft Permissive License.
// See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.msp
www.eeworm.com/read/331939/12795995
m gngauss.m
function [n1,n2]=gngauss(m,sgma)
% [n1 n2]=gngauss(m,sgma)
% [n1 n2]=gngauss(sgma)
% [n1 n2]=gngauss
% GNGAUSS generates two independent gaussian variables with
% mean m & S.D sgma
% if one of
www.eeworm.com/read/144399/12796878
m demobreak.m
function k = demoBreak(n)
% demoBreak Show how "break" causes exit from a while loop
% Search a random vector to find index of first element
% greater than 0.8.
%
% Synopsi
www.eeworm.com/read/144399/12796892
m demoreturn.m
function k = demoReturn(n)
% demoReturn Show how "return" causes exit from a function
% Search a random vector to find index of first element
% greater than 0.8.
%
% Syno
www.eeworm.com/read/144319/12802666
c magic.c
/* magic.c - PPP Magic Number routines */
/* Copyright 1995 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1989 Carnegie Mellon University.
* All rights reserved.
*
*
www.eeworm.com/read/331661/12815953
txt 说明.txt
本程序需在DOS下运行。每运行一次可执行程序random.exe,即可显示任意两个
16进制数的加法或减法表达式及其运算结果。在减法运算中,如果被减数小于减数,显示
“Divide Overflow”的提示信息。
www.eeworm.com/read/144089/12817856
txt r.txt
R 【 缩 】 Are 是 (网 语 )
R 【 缩 】 Radio 无 线电 广 播
R 【 缩 】 Ratio 比例 ; 比率
R 【 缩 】 Read 读
www.eeworm.com/read/144074/12819574
h dice.h
#include "random.h"
class Dice
{
private:
// member data
int diceTotal; // sum of the two die
int diceList[2]; // listing of the tw
www.eeworm.com/read/144074/12819589
cpp prg11_5.cpp
#include
#pragma hdrstop
#include "random.h" // generate random integers
#include "bstree.h" // include BinSTree class
#include "treescan.h" // for function