-
MR
mapReduce 例子源码 以及hadoop相关jar包(MapReduce example source code)
- 2018-08-30 09:17:59下载
- 积分:1
-
java2-Swing
一部分 Swing基础 第1章 简介 1.1 Swing的历史 1.2 轻量组件与重量组件的比较 1.3 Swing组件 1.3.1 AWT的替代组件 1.3.2 Swing增加的组件 1.4 J组(Part of the Swing-based Chapter 1 Introduction 1.2 History 1.1 Swing lightweight components and weight comparison of 1.3 Swing components 1.3.1 AWT component replacement components 1.3.2 Swing component 1.4 J group increased)
- 2011-10-29 11:22:13下载
- 积分: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
-
java_tutorial
java ebook tutorial for beginers
- 2009-11-22 09:02:47下载
- 积分:1
-
healthAwokeMgr
医疗问卷提醒业务功能实现。可得到健康咨询(Medical questionnaire remind business functions)
- 2012-06-13 09:41:08下载
- 积分:1
-
css
jsp做汽车销售网站,比较全,各种图都包括!希望能给大家带来帮助~(jsp to do car sales website, compare the whole, all kinds of plans are included! I hope everyone can help ~)
- 2021-03-07 15:19:29下载
- 积分:1
-
JSPtushu
说明: 代码中的数据库不用任何设置,因为本程序为了能好移植到其它的计算机数据库的链接都是动态进 行的。通过本程序你可以了解一些界面设计的技巧以及如何进行数据库路径的动态设置与链接(Code without any settings in the database, because the process can be better to migrate to other dynamic computer database links are carried out. Through this program you can learn some skills in interface design and how to dynamically set the database path and link)
- 2010-04-02 13:42:05下载
- 积分:1
-
editeur-de-texte-en-java
a simple text editor
- 2014-07-07 20:21:13下载
- 积分:1
-
MyEclipse6Chinese-tutorial
Myeclipse中文教程,详细的介绍了集成开发环境的各项功能,对于学习Myeclise的学习者,将会有很的帮助(Myeclipse Chinese tutorial describes in detail the various functions of an integrated development environment for learning Myeclise learners, there will be very help)
- 2011-09-05 17:02:49下载
- 积分:1
-
spring-in-action
介绍spring相关知识,内容详细深入。(Introduce the relative knowledge of spring, the content in detail.)
- 2013-03-19 09:41:02下载
- 积分:1