-
TicTacToe
Multiplayer game using java
- 2011-10-07 17:47:25下载
- 积分:1
-
KeyguardViewMediator
Low level access to the power manager for enableUserActivity.
- 2014-02-17 13:22:12下载
- 积分: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
-
ext2
extjs2官方的javascript源码 extjs2官方的javascript源码
- 2013-12-01 21:06:23下载
- 积分:1
-
DRWyuanliyingyong
DWR 原理英文原版。希望能对学习该技术的人员起到作用。(DWR principle of the English original. The hope is to learn the art will play a role.)
- 2013-12-18 16:55:04下载
- 积分:1
-
chuangkou
java窗口按钮的功能售票的实现,并显示出来,还有暂停(java implementation function window button)
- 2013-05-30 11:25:38下载
- 积分:1
-
log_update
日志更新文件,关于JAVA的一个日志文件(Update log files, log files on a JAVA)
- 2011-06-18 22:11:12下载
- 积分:1
-
baidu_liaotian
客户端的聊天内容通过json格式封装(包含聊天内容、发送人信息)之后,HTTP请求百度服务器,即请求把该消息发送到指定id的用户,请求成功之后,百度服务器就把我们的信息转发给指定的用户,对应用户再解析json格式的信息,就可以知道该消息来自何处,以及消息内容。(Chat client via json format package (includes chat, sender information), after, HTTP requests Baidu server, which sends the message to the requesting user specified id, after the request is successful, Baidu server took our information forwarded to the designated users, the corresponding user information and then parse json format, you can know that the message came from, and message content.)
- 2014-01-16 15:47:19下载
- 积分:1
-
3.5.0
mybatis3.5.0核心包,国内下载太麻烦,中转一下(Mybatis 3.5.0 core package, domestic download too troublesome, transfer)
- 2020-06-20 18:00:02下载
- 积分:1
-
TanKeWar
坦克大战单机版,有5关,不通的难度,模仿经典游戏坦克大战开发的(ank war single version, there are 5 passes, impractical difficulty, imitation of classic game tank war development.)
- 2018-07-09 21:01:17下载
- 积分:1