搜索资源列表
救护车调度系统
- 救护车调度模拟系统,使用java实现,利用多线程控制每一辆救护车,随机出现呼救点,也可以点击界面人工控制!-ambulance scheduling simulation systems, the use of java achieved, the use of multi-threaded control each one ambulance, there were shouts for help, you can click on the manual control interface!
RIES-RAM
- Pasc+Java 这是一个国外的随机自动机*(RAM)一个学习用的程序,古老静电-Pasc Java This is a random foreign * Automatic Machine (RAM) used in a learning process, the ancient electrostatic
java
- 创建一个point,用随机函数定义5对坐标(x,y)并储存在一个该类的数组中,安于原点的距离从远到近输出各点的坐标和原点的距离-Create a point, with random function definitions 5 on coordinates (x, y) and stored in a such an array, the distance from the origin of the content with far to nearly output of different
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
RandomForest
- RandomForest.java 基于Java的随机森林程序,希望对大家有帮助。-This program is free software you can redistribute it and/or modify
AVERAGE
- 编写程序计算三门课的平均成绩,要求应用程序分别用Java语言三种不同的循环语句实现,每门课的成绩用Math类的random()方法随机产生(random()产生的数值在0和1之间),成绩范围为40~100。 提示:自定义一个类,该类实现一个返回随机数的函数。在main函数里测试时直接调用该类的获取随机数方法。 获得随机数相关的类为:java.lang.Math 需要时可引入该类即:import java.lang.Math -Write a program grade point a
parkingGarage
- 模拟一个免费停车场的管理,停车场分为多个停车区,每个停车区中可以随机停放多辆汽车,但一辆汽车进入或退出停车区时需要花费一定的时间,且只能有一辆汽车进入或退出停车区,停车区入口设有m个车辆的缓冲区等待进入停车区。停车场进入通道上最多可有n个车辆并行通行。停车场出口通道可任意辆车并行通行。汽车进入停车场时,索取停车区号进入停车场,离开停车场时退还停车号供下一辆汽车进入。-Simulation of a free car park management, car park is divided int
TextBouncer
- 2D-文字动画演示,文字可以随机动态变化。-Animation 2D-text, text, dynamic changes can be random.
ShellSort
- 随机产生若干个数,并自动排序,采用java编写。-A number of randomly generated number, and automatically sorting, using java prepared.
ballgame
- 本次实验实现一个Five In A Line的游戏。游戏规则为:游戏有一个9 X 9的棋盘,七种不同颜色的无限数目的棋子。游戏开始时,五个棋子被随机的散布在棋盘中,玩家可以移动一个棋子到另一个可达的位置(两点之间存在一条通路),如果将至少五个相同颜色的棋子连成一线,不论垂直,水平或者对角线,就能将这些棋子消掉,获取相应的分数,并且获得再次移动棋子的机会,否则系统随机产生三个棋子放在棋盘中。当所有的棋子布满整个棋盘,游戏结束,当前的分数就是该次游戏最终的分数。 实验要绘制一个图形界面,包括一个
Arithmetic
- 编写程序,随机出20道100以内的算术题,每题5分,加减乘除随机,每出一道题,用户答一次,并统计当前得分,最后显示总分及准确率,并把错误题目列出。-Java Language
java-caiquan
- 自己输入数字选择石头剪刀还是布,电脑随机出拳,经设计已屏蔽各种异常输入,随便输入, 程序会判定你输入的合法还是非法,非法下,会继续请你输入,合法即进行判断。 -Enter numbers to select the stone scissors or cloth, computer random punches, shielded by the design of a variety of abnormal input, just enter the program will deter
Java课设
- (1)提供双色球与22选5两种票种。 (2)随机选号和手动选号; (3)中奖号码与选择号码对比,分析选中号码个数,确定是否中奖 (4)手动选号,数字不符实则报错退出系统;((1) offer double chromosphere and 22 choice, 5, two kinds of tickets. (2) random selection and manual selection; (3) the winning number is compared with the s
2 2
- 点击移动三角 每次颜色不同(红蓝交替) 三角形边数量也是随机的(triangle moving with mouse click. blue and red shuffle each click. the sides of the triangle are random.)
Project0
- 实验课项目要求 开发一个淘宝后台仓储管理平台 【基本】需要开发一个UI界面,实现商品销售的管理,每当有一个订单进来,要进行发货处理(查看订单详细信息,并点击发货)。订单是后台的线程随机发来,包括订单编号、客户姓名、客户地址、客户电话、商品名称、商品数量、商品单价、订单总价。一旦有新订单生成,界面要能够及时显示新订单提示,并供管理员进行操作。(Requirements of the experiment course project Developing a Taobao back-
抽奖
- 手机号随机抽奖后端代码java文件(Mobile phone number random lottery back end code java file)
文件
- 产生15个20~9999之间的随机整数,然后利用BufferedWriter类将其写入文件file2.txt中;之后再提取该文件中的数据并将它们以升序排列。(Generate random integers between 15 20~9999 and write them into the file file2.txt using the BufferedWriter class; then extract the data in the file and arrange them in as
文件1
- 产生15个20~9999之间的随机整数,然后利用r类将其写入文件中;之后再提取该文件中的数据并将它们以升序(Generate random integers between 15 20~9999 and write them into the file file2.txt using the BufferedWriter class; then extract the data in the file and arrange them in ascending order.)
VerifyCodeUtils
- 通过java画图生成随机验证码,方便实用,效果好,不容易被破解(Generating verification code)
java随机产生验证码
- java随机产生验证码,可以随机生成数字、大写字母、小写字母。还可以随机生成文字字体、及大小。在图片上面可能字体都不不同、大小不等(Java randomly generates verification code, which can generate numbers, uppercase letters and lowercase letters randomly. You can also randomly generate text fonts, and size. On the top