-
java thisprint
this source prints this
- 2018-06-25 18:54:06下载
- 积分:1
-
struts-bbs
基于struts的新闻发布,适合初学者,稍作修改可以作为自己的网站(struts on the press releases, for beginners, to make some modifications as their own websites)
- 2006-06-20 23:12:59下载
- 积分:1
-
geoMatch
java编程:自己编写的地名相似度匹配算法包括地名相似度、地理位置相似度(java programming: write their own names, including names similarity similarity matching algorithm, the geographical similarity)
- 2010-05-14 20:40:19下载
- 积分:1
-
JavaAPI
①阅读Java API文档,掌握借助API编程的方法。
②掌握String类的常用方法
③掌握Date类以及Calendar类的常用方法;
(① read the Java API documentation, to master the method with API programming. ② master the String class to grasp the common method ③ Date and Calendar classes class common method )
- 2010-11-03 11:38:48下载
- 积分:1
-
NMI
NMI标准互信息,JAVA实现,用于重叠社区或是其他聚类评价(normal mutual information,using java language)
- 2020-12-27 16:49:02下载
- 积分:1
-
projiect (1)
宿舍学生注册登录以及一些管理员简单的的登录修改(Simple registration function)
- 2019-05-29 09:35:25下载
- 积分: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
-
DVsim
计算机网络,模拟路由器间路由选择的距离向量算法(DV)的程序,纯JAVA实现。(Computer networks, mock router routing algorithm distance vector (DV) program, pure JAVA implementation.)
- 2020-10-30 09:59:56下载
- 积分:1
-
internal_error
Class Dumper extends Base Dumper Source Code for Andriod.
- 2014-01-08 14:03:58下载
- 积分:1
-
网上选课系统
说明: 网络上的选课系统,用户可先完成用户的注册登录修改自己的资料,并且登陆以后选择各种各样的书籍,结束日期,归还日期等等(In the network selection system, users can first complete the user's registration and login to modify their own data, and then choose a variety of books, the end date, the return date, and so on.)
- 2018-04-13 18:19:22下载
- 积分:1