-
JVM_ClassLoader
本次上传的学习资料为,深入java虚拟机的讲解(Depth java virtual machine)
- 2013-11-29 23:41:21下载
- 积分:1
-
JAVA--the-basic
关于JAVA的基础编程学习,清华大学课件,可以下载学习(JAVA programming on the basis of learning, Tsinghua University courseware, you can download of learning)
- 2014-11-21 11:31:59下载
- 积分:1
-
TranslucentActivity
This demonstrates the how to write an activity that is translucent, allowing windows underneath to show through.
- 2014-03-03 11:28:03下载
- 积分:1
-
SpringBoot
说明: springboot框架搭建的一套框架,里面集成了缓存,权限的控制的一些功能(Springboot framework is a set of framework, which integrates some functions of caching, permission control.)
- 2020-06-25 19:40:02下载
- 积分:1
-
socket
说明: socket 学习文件,供各位参考学习。(Socket learning file)
- 2020-06-20 11:00:02下载
- 积分:1
-
46065760
JPA框架所需的jar包,本jar包适用于ORM框架,(JPA framework required jars, this jar package is suitable for the ORM framework,)
- 2017-05-28 12:47:24下载
- 积分: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
-
guanbichuangkou
说明: 空间类的使用已经如何应用java开发控件等小组件,如何在程序中使用它(space category has been the use of java application development Control Panel items, such as how to use the procedures it)
- 2006-04-21 20:55:32下载
- 积分:1
-
图片模糊与锐化
说明: 本例使用JAVA语言实现了图片的模糊与锐化,详细的注释请看源代码的注释。谢谢支持!(cases the use of the Java language and blurred images sharper and detailed annotations Look at the source code of the Notes. Thank you support!)
- 2005-12-06 22:42:20下载
- 积分:1
-
SipSettings
public class JetBoy extends Activity implements View.OnClickListener .
- 2014-03-04 16:22:43下载
- 积分:1