搜索资源列表
java餐厅管理
- 产生一个随机数,然后统计餐厅进出人数,点菜价格,点菜时间。最后算一天的总收入-have a random number, then the number of statistics from the restaurant, order food prices, orders time. The final day of counting the total income
random.java
- java随机函数获取随机数。
hash.rar
- JAVA的哈希算法,非常适合初学者。 1. 直接寻址法2. 数字分析法3. 平方取中法 4. 折叠法5. 随机数法6. 除留余数法,JAVA hash algorithm is very suitable for beginners. 1. Direct addressing method 2. Digital analysis 3. Square to take the Sino-French 4. Folding Method 5. Random number method 6.
pushlet.rar
- Java下Comet的实现框架Pushlet例子。 实现实时推送数据到客户端。 服务器每隔30-500MS产生一个随机数,连同当前时间一起推送给客户端。客户端接收并显示。,Comet the realization of Java under the framework of Pushlet example. Push real-time data to the client. Server every 30-500MS generate a random number, together
random-inc
- 用c语言编写的产生正态随机数的源代码: 算法一产生12个(0,1)平均分布的随机函数,用大数定理可以模拟出正态分布。 算法二用到了数学中的雅可比变换,直接生成正态分布,但此算法在计算很大规模的数时 会出现溢出错误。-With the c language normal random number generation source code: Algorithm 1 produces 12 (0,1) the average distribution of the rand
udp-reliable-data-transmission
- UDP实现可靠数据传输。使用GBN算法,实现了:1.随即丢包(随机数产生器Math.random()) 2.丢包后遇冗余ack重传 3.超时重传 (DatagramSocket和Socket都有成员函数setSoTimeout(delay),通过捕获超时时抛出的IO异常来实现超时重传)-Reliable UDP data transfer. GBN algorithm used to realize: 1. Then packet loss (random number generator Ma
java
- 产生随机数实现摇号功能的java源码,“开始”“重置”“停止”三个简单的按钮响应-Generated random numbers to achieve摇号function java source code, the beginning reset to stop button in response to three simple
ValidateCodeServlet
- java生成随机数字和字母验证码, -java generate random numbers and letters Verification Code,
Hopfield
- java 实现的神经网络 解决4色问题 含有随机数生成初始partten-java realization of neural network to solve the issue of 4-color contains random number generator initial partten
RandomGenerator
- 建模与仿真试验中需要产生随机数,以简化模型的建立,降低仿真程序的复杂度,本程序即实现了随机数的产生。-Modeling and Simulation tests need to generate random numbers, to simplify the model, reducing the complexity of simulation program, the process of achieving a random number generation.
experiment
- 利用随机数产生1000个0~100之间的考试分数,将其存入一个文本文件中,然后程序从这个文件中读取这1000个考试分数,统计其中各分数段(A[90,100],B[80,90), C[70,80), D[60,70), F[0,60))的人数 、所占百分比,平均分。-The use of 1000 random number generator between 0 ~ 100 test scores, be deposited into a text file, and then the proc
code
- (1)求一个6*6阶矩阵对角线元素之和。(2)实现打印数出有10个元素的浮点数组a中的最大值和最小值。(3)求面积。(4)产生两个小按钮。(5)程序的作用是用Math.random() 函数产生20个随机数。-(1) for a 6* 6 bands and the matrix of diagonal elements. (2) to achieve print a few out there are 10 elements in a floating-point group of maxim
RandomRealNumber
- 用不同的种子和方法去产生随机数,像多项巡回随机产生器-Generate different random numbers using different methods like MRG(Multiple Recursive Generator )
RandomTool
- 产生随机数的代码,使用java实现,可以指定产生的位数-The code generated random numbers, use the java implementation, you can specify the number of bits generated
Tiger
- Java初学者,老虎机随机数产生游戏简单模拟-Java.For beginners, slot machine random number generator simple simulation game
java
- 用户猜0-100内的随机数,应具备以下3个功能。 1。根据输入内容输入提示:太大、太小、或者答对了; 2。输入0能随时退出游戏; 3。 输入非数字时,能处理抛出的异常,并继续游戏。-Users to guess the random number 0-100, shall have the following three features. 1. According to input the input Note: too big, too small, or correct answers
histogram
- 直方图。产生均匀分布和高斯分布随机数,并在控制台中以直方图形式输出。-Gaussian and Uniform Histogram
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
hashTable
- 数据结构课程设计——链表散列的添加修改和删除。java实现,有图形化用户界面,支持随机数生成链表。-Data Structure Course Design- list of add, modify, and delete the hash. java implementation, a graphical user interface, support for random number generation list.
java产生随机数
- 随机产生7个随机数,运用了面向对象,比较简单的程序(Random generation of seven random numbers)