-
vbnet
说明: This folder contains the code specific to the VB.NET plugin for SonarQube.
To get more information please read the repository main [README](../README.md).
- 2020-06-20 20:40:01下载
- 积分:1
-
com.gmail.dengtao.joe.transport
个人工作中编写基于java nio的socket封装,基于事件的设计方式这点类似mina,但该框架的主要特点是简单!(Personal work, the preparation of the socket-based java nio package, event-based design approach this like mina, but the main features of the framework is simple!
)
- 2013-09-28 08:41:35下载
- 积分:1
-
推箱子小游戏
推箱子小游戏。懒羊羊与灰太狼。java实战项目(Push box games. Lazy sheep and Grey Wolf. Java combat project)
- 2020-06-20 05:20:02下载
- 积分:1
-
JavaGroupsVC_v0.5
JavaGroupsVC will be an open source program designed to provide a multi-platform video conferencing solution. The motivation behind this project comes from the lack of platform independent solution for videoconference. Proprietary hardware and platform specific video formats requires video conferencing application to be tailored and rewritten for each computing platform
- 2009-06-22 20:44:05下载
- 积分:1
-
JAVA-professional
JAVA专业术语集合,包含Java中遇到的大部分英文解释,可以很好的对Java中遇到的问题解决。(JAVA jargon collection)
- 2012-02-08 18:59:16下载
- 积分:1
-
software_design_pattern_java_example_of_the_constr
java软件设计建造模式实例.software design pattern java example of the construction.(software design pattern java example of the construction. software design pattern java example of the construction.)
- 2010-07-29 12:58:31下载
- 积分: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
-
Mailbox
在Windows环境下用java工具开发的具有发送邮件功能的邮箱,希望能给贵站帮助(Using java to send mail function with the development of e-mail)
- 2010-12-15 20:59:30下载
- 积分:1
-
PrimeFaces Cookbook
说明: Java cookbook for primefaces developers
- 2019-07-09 14:42:49下载
- 积分:1
-
TCP_Java
实现了用Java语言实现TCP协议的传输。(TCP protocol using Java language transmission.)
- 2013-11-09 13:04:50下载
- 积分:1