-
027356-01
疯狂Java讲义_源码(含Java设计模式CHM).rar(java design chm
)
- 2013-11-29 12:16:45下载
- 积分:1
-
sip的jar包
说明: SIP信令解析的jar包, 用于java语言的开发(There is a jar package of sip procotol, which is used in java development.)
- 2020-06-25 13:00:02下载
- 积分: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
-
FragmentNavigation
fragment 应用示例,以微信界面为例
- 2013-11-04 09:37:56下载
- 积分:1
-
Catalan
calculate catalan number
- 2013-11-06 12:07:53下载
- 积分:1
-
Campus-reservation-system
校园订餐小系统 java语言 网页 完整代码(Campus ordering small system complete code java language website)
- 2020-12-23 16:09:07下载
- 积分:1
-
Alg_Prim
Prim algorithm implementation in java, it useful and will help you!
- 2015-04-29 07:50:36下载
- 积分:1
-
MagicDemoJavaApp
java中调用matlab,入门程序,包括matlab程序,还有java端调用matlab所编写的程序(java call matlab, entry procedures, including the matlab program, as well as the java client call a program written in matlab)
- 2010-01-14 15:00:48下载
- 积分:1
-
FlowerShop
基于JSP+JavaBean的网上花店系统,主要有以下功能:用户注册和登录,商品查询,购物车,系统管理员功能(JSP+ JavaBean-based online shop system, mainly in the following functions: user registration and login, commodity information, shopping cart, the system administrator function)
- 2020-06-29 19:00:02下载
- 积分:1
-
Exe7_3
设计一个跟踪鼠标移动的窗口。窗口中间添加一个蓝色背景白色文字的标签,在标签上显示鼠标指针当前坐标值。在窗口下方添加一个按钮,点击按钮可以在停止跟踪和继续跟踪之间进行切换(Designed to track the mouse movement a window. Middle of the window to add a blue background, white text label, the label displays the current mouse pointer coordinates. Add a button in the window below, click the button to stop the track and continue to follow in the switch between)
- 2011-12-23 22:07:06下载
- 积分:1