代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/410193/11298976
java rsa.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package rsalab;
import java.util.Random;
import java.math.BigInteger;
/**
*
* @author Fredrik
*/
www.eeworm.com/read/410098/11302217
cs webservice.cs
using System;
using System.Web;
using System.Collections;
using System.Collections.Generic;
using System.Web.Services;
using System.Web.Services.Protocols;
///
/// WebService 的摘要
www.eeworm.com/read/409750/11314781
htm 3.38 随机动态文字效果.htm
标题页
var s=new Array("LOVE","晚上","看","电影","9点","必须","秘密开始行动","如见","不到","请等待","10点","不见","赶紧闪人!")
function txtFont(str){
www.eeworm.com/read/264420/11315477
m newpop.m
function [out]=newpop(members,bits)
%
% [out]=newpop(members,bits)
%
% Initialises a new random population
%
out=rand(members,bits);
out=round(out);
www.eeworm.com/read/264351/11319104
c util.c
/*
ITU-T G.729 Speech Coder with Annex B ANSI-C Source Code
Version 1.3 Last modified: August 1997
Copyright (c) 1996,
AT&T, France Telecom, NTT, Universite de Sherbrooke, Luce
www.eeworm.com/read/409260/11339074
f90 ex0825.f90
program ex0825
implicit none
interface ! 定义函数func的接口
function random10(lbound, ubound)
implicit none
real :: lbound, ubound
real :: random10(10) ! 传回值是个数组
end function
end interfac
www.eeworm.com/read/263832/11339167
c util.c
/*
ITU-T G.729A Speech Coder ANSI-C Source Code
Version 1.1 Last modified: September 1996
Copyright (c) 1996,
AT&T, France Telecom, NTT, Universite de Sherbrooke
All rights
www.eeworm.com/read/263829/11339403
c util.c
/*
ITU-T G.729 Speech Coder with Annex B ANSI-C Source Code
Version 1.3 Last modified: August 1997
Copyright (c) 1996,
AT&T, France Telecom, NTT, Universite de Sherbrooke, Luce
www.eeworm.com/read/263655/11348910
cpp mrandom.cpp
#include
#include
#include
#include "msp.h"
float randnu(long *iseed)
{
float z;
*iseed=2045*(*iseed)+1;
*iseed=*iseed-(*iseed/1048576)*10
www.eeworm.com/read/263411/11363637
c util.c
/*
ITU-T G.729 Speech Coder with Annex B ANSI-C Source Code
Version 1.3 Last modified: August 1997
Copyright (c) 1996,
AT&T, France Telecom, NTT, Universite de Sherbrooke, Luce