-
NewJFrame
JAVA编写的万年行事历,是一个日程管理软件,可以把你每天要办的事情写进日期里,随时候看一下,仅供学习。(Written in JAVA calendar years, is a schedule management software, you can put your day to do the things included in the date, the time to look over, only to learn.)
- 2009-09-30 14:25:14下载
- 积分:1
-
Process
java进程调度(优先级)进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。
进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。每个进程的状态可以是就绪
W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。就绪进程获得
CPU后都只能运行一个时间片。用已占用CPU时间加1来表示。如果运行一个时间片后,进程的已占用
CPU时间已达到所需要的运行时间,则撤消该进程,如果运行一个时间片后进程的已占用CPU时间还未达所需要的运行时间,也就是进程还需要继续运行,此时应将进程的优先数减1(即降低一级),然后把它插入就绪队列等待CPU。每进行一次调度程序都打印一次运行进程、就绪队列、以及各个进程的
PCB,以便进行检查。 (Java process scheduling)
- 2018-11-29 23:13:42下载
- 积分:1
-
sample
相册滑动缩放,用Viewpager来实现的(Sliding Scale album)
- 2014-02-22 15:24:40下载
- 积分:1
-
ReadPropertiesConfig
read properties from properties.file
- 2011-09-07 10:50:10下载
- 积分:1
-
miniCAD
miniCAD-java GUI实现的小型CAD软件,界面其实模仿了windows画图的风格,实现了画线、画圆、画矩形、画文字载入图片,并能改变图形的颜色和大小。(In this project, you should use Java GUI to implement a simple drawing board.
To get full marks, you should implement to:
1.draw line, circle, rectangle, text
2.change the color of a target
3.change the position of a targets
4.change the size of a targets
5.save images as files and load a image file
All processes of changes should be visible.)
- 2020-11-18 16:09:38下载
- 积分:1
-
ee
it is a very important source of loof study material
- 2009-01-04 11:54:26下载
- 积分:1
-
vlcj-player-master
说明: java vlcj视频播放器,增加了远程控制代码(Java vlcj video player, add remote control code)
- 2020-06-23 23:40:01下载
- 积分:1
-
LoginWindowFram
用java实现登录窗体的验证,和提示消息等等(cew vrfe vedsc frzcv vrefdsz )
- 2012-04-29 08:31:00下载
- 积分:1
-
jpasswordfield
Determines the Password
- 2012-02-14 14:35:31下载
- 积分:1
-
Programmer-en-Java
cours to programme by using java
- 2014-02-19 12:06:06下载
- 积分:1