-
jspsmartupload.war
一个实现上传下载的一个组件,非常好用,推荐大家使用!(A realization of a component of uploading and downloading is very easy to use, it is recommended you use!)
- 2009-11-12 10:49:12下载
- 积分:1
-
tally
记账:记录收入支出情况,随时可查看账单明细(Bookkeeping: recording income and expenditure, the details of the bill can be viewed at any time)
- 2014-01-03 19:02:20下载
- 积分:1
-
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
-
学生成绩管理系统
说明: 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
-
CPP116
c++单纯型法。方法不错,希望对大家有帮助。(The simplex method)
- 2016-02-16 11:34:31下载
- 积分:1
-
ArpPackageIntercept
一个基于java线程的程序,截取ARP包。可以截取和发现ARP欺骗。(A java-based threading procedure, the interception of ARP packets. ARP can be found in the interception and deception.)
- 2007-10-28 00:21:28下载
- 积分:1
-
SunKingJniUtil
java Jni的一些应用 removeSystemMenu flashTitle setStayOnTop(java jni program,removeSystemMenu flashTitle setStayOnTop)
- 2013-11-06 11:28:39下载
- 积分:1
-
PanelDemo
Java源代码实例。Panel的实例!非常实用()
- 2007-10-11 11:19:43下载
- 积分: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
-
QuicSort
显示一个应用界面,可以对数字进行快速排序,并显示交换次数(Digital display the interface of an application, quick sort, and display the number of exchanges)
- 2012-12-30 19:56:57下载
- 积分:1