搜索资源列表
123
- 本文所选的符号信源是从键盘上的94个字符中随机抽取,产生50000个随机符号数,包括了大小写字母和一些基本的字符。这些随机数为了方便起见我在网上随机摘抄了几篇英语文摘作为50000个随机产生的符号数以此来统计这些字符出现的概率,统计出概率,信源熵也自然求出,但本文只统计出符号信源出现的概率。
ex09
- 加分程序。请编写一个程序,先产生一个大于10的随机整数n,再产生n个随机数并存放于数组中,然后将这n个数相加,并求出这n个数的和s1, 同时计算出求s1所需的时间t1.接着让程序创建2个线程并发的进行相加运算。其中一个线程计算前一半数之和s21,后一个线程计算后一半数之和s22, 然后将s21与s22这两个数相加得到和s2,计算采用双线程进行求和运算所花费的时间t2。请比较s1和s2,以及t1和t2的大小-Bonus program. Write a program, first create
java3
- 3、求一组数中的最大与最小值。 用一维数组来存放以Math.random ()方法产生的一组随机数。 程序运行结果: table:84 40 16 3 10 49 28 76 94 70 Max=94 Min=3 -3, seeking a set number of maximum and minimum values. With one-dimensional array to store in order to Math.random () method produ
Java
- Test为输出60到69之间的随机数,Dig为用非递归求n的阶乘,ball为标签彩色球,YH为杨辉三角,Q21为矩阵转置。-Test the output of 60 to 69 random numbers between, Dig for the use of non-recursive find n factorial, ball color ball for the label, YH for the Yang Hui triangle, Q21 for the matrix trans
Common-function-about-Java-class
- 这个Java类可以用来求出随机数,算出0至1之间的随机小数,然后乘以100,这样就能求出0至100之间的随机整数了。-The Java class can be used to seek the random, and work out between 0 to 1 random decimal, and then multiplied by 100, so they could work out between 0 to 100 of the random integer.
java5
- java小程序 产生随机数,并求平均值 两种方法1、MyEclipse6.5+ jdk1.6 2、MyEclipse6.5+tomcat6.0+jdk1.6-java applet to generate random numbers, and, the average of the two methods, MyEclipse6.5+ jdk1.6 2 MyEclipse6.5+tomcat6.0+jdk1.6
Matrix
- 采用随机数产生2到10阶的随机矩阵,并实现了矩阵的相关运算,比如:加减,乘除,求逆,求行列式-Using random Numbers generated random matrix from 2 to 10 order , and achieving relative to the implementation of the matrix operations, such as: add and subtract, multiple and divided, inverse and deter