搜索资源列表
维普浏览器OCR
- fen否则需依次排队等候。一旦有顾客理完发离去时,排在队头的顾客便可开始理发。若理发店每天 连续营业T小时, 求一天内顾客在理发馆内平均的逗留时间、顾客排队等候理发的队列的平均长度、营业时间到点后仍需 要完成的收尾工作时间 测试数据:理发椅数N及关门时间由用户读入,第一个顾客进门的时刻为0,之后每个顾客进门的时刻由 前一个顾客进门时间确定。即在进门事件发生时即产生两个随机数(durtime,intertime),durtime为进 门
zjf147
- 用来产生均匀分布或高斯分布的伪随机数 (近似白噪声),它们可具有不同的均值和方差。用REMEZ算法求交错点组。用Cholesky分解求ARMA模型的参数并作谱估计。求MA模型的参数 并估计功率谱。 用最小方差法估计序列 的功率谱。-used to produce uniform or Gaussian distribution of the pseudo-random number (similar to white noise). They may have a different mean
C源代码实例
- 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014 求解二维数组的最大/最小元素 015 利用数组求前n个
WL40987330 C语言算法集
- 目录 第一部分 基础篇 001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010&
random
- 求一种快速生成随机数的算法,问题如下:从0~9、a-z中随机抽取18个字符组成一个18位随机数, 一共需要生成10亿个这样的随机数-For a fast algorithm to generate random numbers, the problem is as follows: from 0 ~ 9, az in 18 randomly selected 18 characters to form a random number, generating a total of one bi
rl
- 瑞利随机数的生成,通过两个同方差的正态分布而求得,并求出其PDF和CDF-Rayleigh random numbers generated by two normal distribution with variance that obtained and solved its PDF and CDF
PI
- 利用蒙特卡洛算法近似求圆周率PI(VC++6.0) 随机数利用目前为止最好的随机数算法Mersenne twister生成-random number generator
lianxi2
- labview联系程序,产生100个0.0~100.0的随机数,求其最小值、最大值、平均值,并将数据在Graph中显示-Contact program labview to generate 100 random numbers from 0.0 to 100.0, and seeking the minimum, maximum, average, and the data shown in Graph
Random-Average
- 随机数求平均,学习labview例子,下载后用labview9.0打开-The average random seek, learn labview example, after downloading open with labview9.0
Asks-the-random-number
- 利用c语言程序编写的容易实现的求随机数程序-Asks the random number.rar
wei_random
- 随机数被广泛使用,但是产生方法并不一定清楚,代码给出了求随机数的一种方法,在vc6.0下可以运行通过-Random number is widely used, but the method is not always clear, the code gives a way to seek the random number can be run through in vc6.0
From_SJKS09_X31
- 生成一组随机数,构成数,求出最短路径,随意移动点,可以图示-Csharp tree the structure of data huffman
CPP
- 定义学生结构体,包含“学号、姓名、三门课成绩、平均成绩”等信息,利用该结构体存储,期中考试中每个同学高等数学、大学英语、程序设计基础三门课的成绩,利用函数进行如下信息统计,学生人数30人,所有学生的成绩采用随机生成,每门课的成绩为[40,100]之间的随机数。数据的初始化采用自定义的initData函数实现,分别编写studentAve函数求每个学生平均分的从高到低输出学生的成绩,一个学生一行;courseAve函数求课程平均分并输出每门课程的平均分;countFail函数统计有不及格学生的人数
sum
- 单击“和” 按钮,求两随机数的和,同时使“平均值”按钮可用;单击“平均值”按钮,求两随机数的平均值,且使“平均值”按钮禁用。 -Click "and" button, find the two random numbers and, at the same time so that the "average" button is available click the "average" button, find the average of two random numbers, and t
First_Test1
- 1、使用System.Array类的方法获取已知数组(数组元素为80,90,67,89,78,85,45,69,77,95)的维数、长度,并对数组排序、反转。 提示:Rank,Length,Sort(),Reverse() 2、 使用Random方法生成随机数。数组A中有8个互不相同的元素,数组B中有5个互不相同的元素,A和B中的数为100以内的正整数。编程产生数组C,C中包含在A中但不在B中的元素。 任意输入两个正整数a,b, 求a+b的和, a,b的取值范围为1—10100
programs-for-data-analysis
- 数理统计相关程序,包括求个参数的极大似然估计、分析收敛速度、检验假设、分析有限样本性质、随机数生成筛选抽样、分析相合性-Mathematical statistics related procedures, including the estimation of the parameters of the maximum likelihood estimation, analysis of convergence rate, test assumptions, analysis of the f
MATLAB-algorithms-assemblies
- matlab常用算法程序集,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法,随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和分析-matlab commonly used algorithm for assembly, including interpolation, function approximation, eigenvalue calculations, numerical
样本序列的均值
- 利用随机数生成器产生一个长度为N的符号序列,求样本序列均值(The random number generator is used to generate a symbol sequence of length N, and the mean of the sample sequence is obtained)