搜索资源列表
JavaPainter
- 一个用JAVA编写的随意画图的程序, 需要的朋友欢迎下载。-a prepared with JAVA the random drawing process, the need to download friends.
FCFS
- 随机创建进程队列,然后采用FCFS方法执行进程,并计算平均周转时间和带权。显示进程执行的顺序-random process of creating queue, and then use FCFS queue method implementation process, and the average turnaround time and the right band. Display process of the implementation of the order
抽号软件
- 这个软件实现了无重复随机抽号过程,在这个软件中通过对数据库中保存的数据进行了处理,在代码中产生随机数,通过这个随机数读取数据库中的数据,得到随机的号码,从而实现随机无重复的抽号。-no repeat of the process selected in the software of the database stored data processing, the code of random numbers generated by the random number to read the
DLogicalClocks
- Distributed Logical clocks. Code will spawn n (distributed) processes Pi, 0 ≤ i < n, each one looping forever. Each loop iteration is a loop interval and its duration can be set to 1 second. In every loop interval Pi does the following:
caipiao
- 随机程序,支持双色球和体彩大乐透,其实只要数字彩都可以变相支持。功能比较简单,有历史概率分析。-Random process, support for Shuangse Qiu and Ticai big lottery, in fact, can be disguised as long as the number of color support. Function is relatively simple, has a historical probability analysis.
JavaAPI
- JAVA中一些比较简单的类库:StringBuffer、包装类、Date、Calendar、Random、SimpleDateFormat、Runntime、Process 内含8个Java文件-Some relatively simple JAVA class library: StringBuffer, wrapper classes, Date, Calendar, Random, SimpleDateFormat, Runntime, Process Java file conta
NumericSorting
- 带界面的简洁的仿拼图程序。4*4的表格,内部为按钮,有一个为空白按钮,其余标记1-15的随机数字。点击空白按钮相邻的按钮则可以移动按钮位置,否则为非法移动。重复移动过程,最终将按钮上的数字按顺序排列。 -Simple interface with imitation mosaic process. 4* 4 forms, internal to the button, there is a blank button, and the other labeled random number 1-1
Process-scheduling-to-achieve
- 本程序运用java语言模拟线程间的调度,在原随机调度的基础上实现轮转调度,优先级调度,处理各线程间的调度关系,并试着用信号量实现线程的锁定和释放。-This program threads using java language simulation scheduling, dispatching the former on the basis of random rotation scheduling, priority scheduling, process scheduling of th
6
- 现在大部分的网络系统登录时,除了要求提供用户名、密码外还需要提供一个验证码。请用文件形式完成一个登录验证程序。程序要求用户输入用户名,密码以及随机的一个图片验证码,通过验证后在给定目录下找到用户文本文件,读取文件并将内容显示在窗口上,用户可以对文本进行修改和保存。此外,要求把用户信息(用户名和密码)保存在文本文件中;可以由管理员添加新用户;用户可以修改自己的密码。-Now most of the network system log, in addition requires a user na
jgap
- 遗传算法的开发包jagp,官网给出了很多例子,但是对于初学者来说读懂有点困难,在这里自己写了一个简单的代码,随机取数求和,得到最佳和值,开发完全按照jgag流程,希望对初学者有帮助!-Genetic Algorithm Development Kit jagp, the official website gives many examples, but a bit difficult for beginners to read, write here a simple code, take th
Casino
- §6.4 节的程序洗牌时,首先随机地确定一副牌的两个位置,然后交互这两个位置的牌,我们玩牌时很少采用这种洗牌方式。一种常见洗牌方式是随机地从一副牌中抽出连续一叠牌,将它们放在剩余牌的最上面,并且不断重要这一过程。试将§6.4 节程序的洗牌程序改进为这种洗牌方式。(提示:只需修改§6.4 节程序的shuffle()方法,仍由伪随机数确定数组中的两个位置,然后将数组中间的连续一段元素移到最前;移动时既可逐个元素地向前移,也可考虑引入一个临时的辅助数组。)-§ 6.4 section of the p
homework1
- 猜单词:1-1 猜单词:给定单词数组(不少于10个),计算机随机选择其中的一个,并显示单词长度。用户每次猜一个字母,如正确,将在相应的位置显示出来,重复该过程,直至字母全部猜出,用户也可以通过输入数字0来请求提示,此时计算机会随机选择一个尚未猜出的字母显示出来。 例如随机单词为apple,计算机先打印_ _ _ _ _ 用户输入a,计算机显示a _ _ _ _ 用户输入e,计算机显示a _ _ _ e 用户输入0,计算机显示a p p _ e(也可能是a _ _ l e) …
ChooseAward
- 该代码实现了随机抽奖的过程,适合于中级java程序员。-This code implements the random lottery process, suitable for intermediate Java programmers.
shuzu
- java编程,随机输出一系列数字,并对这些数字做排序处理-java programming, output a series of random numbers, and these numbers do the sorting process
Sorting-Algorithm-Visualization-Demo
- 排序数据随机产生,针对随机案例,对插入排序、选择排序、基数排序、快速排序算法,提供排序执行过程的动态图形演示。-Sort randomly generated data for a random case of insertion sort, selection sort, radix sort, quick sort algorithm to provide the sort of dynamic graphical presentation of the implementation pro
Projet_DI4
- 排队,排队论MM1代码 计算机网络排队论模型 排队论(Queuing Theory) ,是研究系统随机聚散现象和随机服务系统工作过程的数学理论和方法,又称随机服务系统理论,为运筹学的一个分支。-Queuing, queuing theory MM1 Code computer network queuing theory queuing theory model (Queuing Theory), is to study the system and everything is random p
RandomForest
- 随机森林是由多棵树组成的分类或回归方法。主要思想来源于Bagging算法,Bagging技术思想主要是给定一弱分类器及训练集,让该学习算法训练多轮,每轮的训练集由原始训练集中有放回的随机抽取,大小一般跟原始训练集相当,这样依次训练多个弱分类器,最终的分类由这些弱分类器组合,对于分类问题一般采用多数投票法,对于回归问题一般采用简单平均法。随机森林在bagging的基础上,每个弱分类器都是决策树,决策树的生成过程中中,在属性的选择上增加了依一定概率选择属性,在这些属性中选择最佳属性及分割点,传统做法
TicketSoldDemo
- 构建售票场景演示。 (1)通过图形化界面实现功能; (2)支持手动动态设置总票数(200以上),要对票本身进行定义和描述; (3)程序运行时,设定有20个售票员同时售票,售票行为采用随机数实现,使多个售票员的售票时间彼此没有规律性; (4)在程序运行过程中,伴随正在售票,要在用户界面上显示当前剩余票数,以及各售票员已经售出的票数; (5)在所有票均售出后,要对各个售票员的售票情况进行总结(至少包括售票数量,各次出票时间,票面信息),并按其卖票数量进行排名; (6)展示的售
pr453
- Random ppm modulated analog signal under Complete class-based image processing, contains all of the source code, auto image, Correlation analysis process matlab method.
