搜索资源列表
生成随机数
- 给顶随机数的范围,生成三个不同的随机器整数或实数!-to the top of the random number, generated three different random-integer or real!
生成随机数组件
- 一个asp源代码组件-Asp source code for a component
ValidateCodeServlet
- java生成随机数字和字母验证码, -java generate random numbers and letters Verification Code,
simpleradom.RAR
- 一种快速的随机数生成方法!!简单,实用!一种简单、快捷、实用的随机数组产生方法!-A fast random number generator Ways! ! Easy, practical! A simple, fast, practical method for the selection of a random array!
VB
- VB编写,自动生成随机数,并得出最大最小值-VB preparation, automatic generation of random numbers, and come to the largest minimum
delphi_Random
- 在Delphi中生成随机数,在程序中输入随机数的范围,然后就可以手动或自动生成指定范围的随机数。-In the Delphi generated random number, in the proceedings of the scope of input random number, and then can be manually or automatically generate random numbers of designated areas.
Generatingrandomnumbers
- 根据一个事件,里面包含了生成随机数的方法-this is a Matter,and have a Generating random numbers code in it
validate_code_generator
- 登陆时生成随机数字、字母的验证码,JSP中生成图片,并使用session进行校验。-Landing generate random numbers, letters, verification code, JSP generated images, and use the session to verify.
幂律分布数据生成
- matlab平台下生成符合幂律分布随机数的程序(generation code of Power law data)
《MATLAB统计分析与应用1》
- 生成一元分布随机数、蒙特卡洛方法;正态总体参数的检验;描述性统计量等(Generating a bivariate distribution, random numbers, Monte Carlo methods, testing of normal population parameters, descr iptive statistics, etc.)
第4章 生成随机数
- 学习利用matlab软件生成随机数源代码程序(Learning to generate random number source code program using MATLAB software)
基于FPGA的高速高斯随机数发生器_陆兴平
- 介绍了一种利用FPGA硬件平台生成高斯随机数的算法(An algorithm for generating Gauss random numbers using FPGA hardware platform is introduced.)
OpenSSL随机数
- Openssl维护一个内部随机状态数据(md_rand.c中定义的全局变量state和md),通过对这些内部数据计算摘要来生成随机数。(Openssl maintains an internal state of random data (global variables state and MD defined in md_rand.c), through the calculation of the internal data of the generated random number.)
rand class
- 生成指定数目的随机数并对这些数进行排序的简单程序(Generates a specified number of random numbers and sorts these numbers)
matlab随机数生成方法
- matlab随机数生成算法,在需要生成随机数时会用到,比较实用(Matlab random number generation algorithm will be used in the need to generate a random number, more practical)
泊松随机数
- 用matlab生成服从泊松分布的随机数,为信号分析提供一个函数模块(Using matlab to generate the random number of poisson distribution, provide a function module for signal analysis)
明明的随机数
- 明明想在学校中请一些同学一起做一项问卷调查,为了实验的客观性,他先用计算机生成了N个1到1000之间的随机整数(N≤1000),对于其中重复的数字,只保留一个,把其余相同的数去掉,不同的数对应着不同的学生的学号。然后再把这些数从小到大排序,按照排好的顺序去找同学做调查。请你协助明明完成“去重”与“排序”的工作。(I want to ask some students to do a questionnaire in the school. For the objective of the exp
随机数产生排队论
- 通过生成随机数的形式确定到达时间间隔和服务时间间隔,输出相应的排队论参数(The arrival time interval and service interval are determined by generating random numbers, and the corresponding queuing theory parameters are output.)
C#生成正态分布数
- 用C#生成符合正态分布数,并在界面进行显示(Using C# to generate normal distribution numbers, and display them at the interface.)
随机数组增序排列
- 1.程序使用VS2010 C#编写的控制台程式 2.具有生成随机数,随机数列排序的功能