-
javaFX_Events-listeners
这是一个ppt介绍了一下javaFX中的listener,相信初学者能够学习(This is a ppt presentation a bit javaFX the listener, I believe that beginners can learn)
- 2013-12-06 12:01:49下载
- 积分:1
-
MoonBaseAlpha
Java月球基地游戏源代码,可学习一下Java游戏的编写.(Lunar base Java game source code, you can learn about Java Games preparation.)
- 2013-07-21 14:48:55下载
- 积分:1
-
easyjf.com_src
EasyJF官网全站源码是EasyJF开源团队站务组及核心成员共同开发及维护的系统,该全部源码不是一个开源项目,仅供EasyJF团队正式成员使用,为庆祝2006年德国世界杯开幕,EasyJF管理团队讨论于6月9**对外开放源码,EasyJF没有打算对该下载包进行后期更新,该源码仅供广大的国内java开源爱好者学习及交流EasyJWeb及EasyDBO等开源目使用。
(Network-wide Station Official EasyJF source is open source EasyJF station group and core team members to develop and maintain the system, which is not an all-source open-source projects, for the use of a full member of the team EasyJF To celebrate the opening of 2006 World Cup in Germany , EasyJF management team to discuss the June 9 opening source**, EasyJF did not intend to download the update package for the latter, the source for the majority of domestic java learning and the exchange of open source enthusiasts EasyJWeb and open source, such as head EasyDBO使用.)
- 2009-05-25 19:24:18下载
- 积分:1
-
079npcJS
说明: 冒险岛079私服 冒险岛JS 冒险岛服务端NPC脚本 JS文件 转生 VIP 满技能等商业脚本(Adventure Island 079 private service Adventure Island JS Adventure Island server NPC script JS file rebirth VIP full skills and other business scripts)
- 2020-01-06 22:46:16下载
- 积分: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
-
CounterPanel
A panel with test run counters.
- 2014-02-18 09:44:45下载
- 积分:1
-
computerhomework
清华大学计算机网络课程大作业的详细说明情况(Tsinghua University' s computer network operations courses to explain the situation in detail)
- 2013-10-10 11:09:56下载
- 积分:1
-
wdd_argsStandardScheme
AdditionService add_args add_argsStandardScheme
- 2017-04-29 22:14:45下载
- 积分:1
-
mmall
说明: 完全仿照慕课网开发,前端的课程选择,课程分类等等,后台的课程管理,讲师的管理 ,对网站流量的统计,等等十分精美,基本不需要二次开发就可以满足视频学习类网站的需求(It is completely imitated by Mutu Net development, front-end course selection, course classification, etc., back-end course management, lecturer management, statistics on website traffic, etc. It is very beautiful, and basically can meet the video learning website without secondary development. Demand)
- 2020-06-24 04:40:01下载
- 积分:1
-
fRAMElAYOUTgRAVITY
Frame Layout Gravity extends Activity Source Code for Andriod.
- 2014-01-13 19:22:41下载
- 积分:1