-
bmob_query
实现用户的注册,登陆,与Bmob数据库相连实现对数据库的操作,用户实现发布新闻的功能(Implement user registration, login, and Bmob connected to achieve operation of the , users realize the function of press release)
- 2015-08-14 19:54:34下载
- 积分:1
-
HBaseExample
Hbase是实时、多维数据库,是Hadoop的子项目,技术领先,上传的是Hbase example(Hbase example)
- 2013-09-16 09:40:17下载
- 积分:1
-
thumbnail
说明: 搭建springmvc项目基本框架,用到的Jar,以及文件配置(springmvc building and user Jar files and file configuration)
- 2020-06-20 18:00:01下载
- 积分:1
-
libjitsi-744-x64
This is a Libjitsi Library.
- 2016-01-27 18:37:24下载
- 积分:1
-
XenServerDemo
连接xenserver 开关虚拟机demo(a demo about connect xecserver power on/off the vm)
- 2013-10-18 15:06:05下载
- 积分:1
-
java
设计一个成绩录入程序,通过键盘录入examId(考号,要求全部是数字符号)、name(姓名,要求全部是字母符号)和score(成绩,要求介于0~800)。当输入数据的类型、输入数据的范围出现错误时,使用Java语言定义的异常类和自定义异常类进行处理。(Entry procedures for the design of a performance by keyboard entry examId (candidate number, the number of requests are all symbols), name (name, requirement for a letter symbols) and score (results, request the range of 0 ~ 800). When the type of input data, the scope of input data errors, use the Java language as defined custom exception classes and exception classes for processing.)
- 2009-06-08 23:25:21下载
- 积分:1
-
1JSP笔记
jsP个人笔记,十分适合新手学习,建议下载,内容详细(JsP personal notes, very suitable for beginners to learn, it is recommended to download, detailed content)
- 2020-06-24 09:00:02下载
- 积分: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
-
HyperTerminal
HyperTerminal源代码,包括超级终端安装(HyperTerminal source code.)
- 2021-01-26 14:58:41下载
- 积分:1
-
memory-test
说明: 该软件为记忆测试系统,通过回忆法测试记忆,分为初级,中级,高级三个级别,并通过记忆榜存储每个级别的成绩(The software for the memory test system, test the memory by recall method, divided into primary, intermediate, advanced three levels, and through memory to store each level of results list)
- 2011-03-22 20:43:02下载
- 积分:1