-
ListTouchBottomGravityManyTest
Touch tests for a list where all of the items do not fit on the screen, and the list stacks from the bottom.
- 2014-02-27 13:40:15下载
- 积分:1
-
失负荷
说明: 计算当元件发生开断后,系统的切负荷情况。(Load shedding of the system after interruption of the calculating element)
- 2019-03-23 20:28:07下载
- 积分:1
-
huawei_oj
华为OJ平台5个Java源码,测试通过。1、查找组成一个偶数最接近的两个素数2、矩阵乘法3、输入整型数组和排序标识,对其元素按照升序或降序进行排序4、质数因子5、字符串合并处理(Huawei OJ five Java platform source code, test passed)
- 2015-01-23 17:20:40下载
- 积分:1
-
camera
手机客户端和pc服务器端通过socket连接,pc发送信息可以控制手机端拍照(Android client connect to PC server by socket,and PC server can control the phone to take a picture by send to phone a message.)
- 2013-12-04 17:39:12下载
- 积分:1
-
bank
通过制作银行卡来综合的运用java知识,能够帮助我们更加细致的了解java编程,实际的来操作java编程(Through the production of bank cards to integrate the use of java knowledge can help us a more detailed understanding of java programming, and practical to operate the Java programming)
- 2012-03-19 12:47:44下载
- 积分:1
-
Calculator
Java下编的计算器小程序,能实现简单的加减乘除功能(Java applet next series of calculators that can achieve a simple arithmetic functions)
- 2013-06-16 15:02:44下载
- 积分:1
-
JAVA仓库管理系统
关于Javaweb的仓库系统源代码,希望大家能看看发现错误(Warehouse system source code)
- 2018-10-02 17:59:07下载
- 积分:1
-
Gourmet-Coffee
东北大学软件学院面向对象程序设计课程的实验代码,是一个咖啡馆管理系统,希望对java感兴趣的朋友有所帮助。(Experimental code of the Northeastern University School of Software object-oriented programming courses, a coffee shop management system, hoping to help the java interested friends.)
- 2012-12-30 22:57:48下载
- 积分: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
-
studyjavaNote
我学习java三年多了,自己的一点心得给大家那去看吧!(I learned java more than three years experience to his point that to see it all!)
- 2010-11-17 02:00:00下载
- 积分:1