-
Wifi-HotInterface
使用wifi热点共享网络,局域网聊天室,支持多人聊天,文件发送,图片发送(LAN chat rooms, support multiplayer chat, send files, send pictures)
- 2014-01-21 11:44:42下载
- 积分:1
-
java 到sql sever 数据库系统实现 图书管理系统 开发工具eclipse,含java代码,sql代码,课程设计word文档。已测试无error~
java 到sql sever 数据库系统实现 图书管理系统 开发工具eclipse,含java代码,sql代码,课程设计word文档/已测试无error~ 模块功能介绍 2.2.1 管理员模块功能介绍 1.查询图书 此模块可以查询图书 2.借阅图书 此模块可以借阅图书 3.归还图书 此模块的可以归还图书 4.删除图书 此模块可以删除图书 5.添加图书 此模块可以添加图书 6.删除用户 此模块可以删除用户 7.查询用户 此模块可以查询用户 2.2.2 用户模块功能介绍 1.查询图书 此模块可以查询图书 2.借阅图书 此模块可以借阅图书 3.归还图书 此模块的可以归还图书 4.注册 此模块的可以用户注册
- 2021-05-06下载
- 积分: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
-
android demo
Demo code to communicate with USR-TCP232
- 2017-09-12 11:06:53下载
- 积分:1
-
xjtuspring
特征线法设计二维风洞喷管,具体理论可参见气体动力学教材(design of two dimensional nozzle by characteristic method)
- 2021-03-06 17:39:30下载
- 积分:1
-
nine
java实现的三种九宫重排算法,图形界面实现,编译后即可运行无需其他文件(java implementation of the three Jiugong rearrangement algorithms, graphical interface to achieve, you can run the compiled file without the other)
- 2021-01-09 11:18:51下载
- 积分:1
-
index .zip
大学生自主创作JSP网站的注册和登陆页面的代码。(College students independently create JSP website registration and landing page code.)
- 2019-05-26 17:59:56下载
- 积分:1
-
GyTree
实现英文词条的后缀树搜索,同时还能实现简单词目的检索。(English term to achieve the suffix tree search, while the purpose of simple word retrieval.)
- 2011-05-26 19:33:31下载
- 积分:1
-
学生成绩管理系统
说明: 1. 能够实现根据以下关键字查询:学生姓名 、学号、班级、课程名称。
2. 能够实现按照单科成绩、总成绩、平均成绩、学号排序。
3. 能够实现学生信息的插入、删除和修改。
4. 能够查询每个课程的最高分、最低分及相应学生姓名、班级和学号。
5. 能够查询每个班级某门课程的优秀率(90 分及以上)、不及格率,并进行排序。(1. Be able to query according to the following keywords: student name, student number, class, course name.
2. It can be sorted according to single subject score, total score, average score and student number.
3. Be able to insert, delete and modify student information.
4. Be able to query the highest score and lowest score of each course and the corresponding student name, class and student number.
5. Be able to query the excellent rate (90 points and above) and failure rate of a course in each class, and sort them.)
- 2021-03-17 19:19:21下载
- 积分:1
-
database
focus on writing SQL queries. In addition, you will embed your SQL queries into Java (using JDBC) to implement a “Fakebook Oracle,” a standalone program that answers several queries about the Fakebook database
- 2012-11-06 04:47:55下载
- 积分:1