搜索资源列表
复件 project1
- 操作系统中,cpu的几种用java写的算法-operating system, with several cpu java write the algorithm
用java获取本机的硬件信息
- 用java获取本机的硬件信息,CPU利用率,内存利用率,硬盘信息等,Java access to the machine with the hardware information, CPU utilization, memory utilization, hard disk information
cpu
- 操作系统课程设计CPU管理源码 用JAVA实现 -Operating system CPU management curriculum design using JAVA source code to achieve
shangcheng
- 本系统是基于最流行最优化的MVC(struts+hibernate)框架的J2EE企业级大型网络应用程序,所有的繁重的计算和处理都由服务器端处理,运行速度快,安全稳定,数据库采用MYSQL大大减轻了客户端用户机CPU频率受制的局限,同时绝对的安全性和稳定性是本系统最强大,最重要的设计开发组成部分。-The system is based on the optimization of the most popular MVC (struts+ hibernate) framework for la
CPU
- java写的一个模拟cpu程序,可以识别汇编程序,支持打印机等外设,界面友好,性能良好,界面是用VE来做的,可以单步执行语句,让你更好地理解cpu内部的工作原理。-write a java simulation cpu procedures, compilation procedures can be identified to support peripherals such as printers, user-friendly, performance, good interface to
SystemResrc.java.tar
- 实现linux性能分析 如:cpu利用率, 内存使用情况,网络流量等-Performance Analysis of the achievement of linux such as: cpu utilization, memory usage, network traffic, such as
CPUSCheduling
- CPU Scheduling in Java with assigned prioities and arrival time
os
- 操作系统实验的题目 cpu的进程调度的模拟-Experimental process of the operating system cpu scheduling simulation
CPUscheduling
- 用java实现cpu调度模拟(CPU scheduling)-Cpu scheduling simulation with java implementation (CPU scheduling)
cpu
- java写的用仪表盘读cpu ,用来获取cpu的相关信息-java cpu cpu cpu cpu java java java java java java java java java
CPU-Scheduling-Algorithms-Simulation-using-Java.r
- cpu scheduling algos using java
java-Access-to-computer(memory--CPU)
- java获取系统信息(CPU,内存,硬盘,进程)的相关方法和介绍,附上源码,请尽情下载-Java access to information systems (CPU, memory, hard disk, the correlation method and process) is introduced, with source code, please download
cpu
- MIPS指令CPU模拟器-MIPS instruction CPU simulator ............................................. ......
CPU
- 在测试时经常要在CPU工作至一个阈值后启动某个事件。 本样例为使CPU增长的程序。-When you have a test required CPU must be overload,then trigger some event.this demo is a program to increase CPU use rate.
shuijing-cpu-java
- 用类描述计算机中CPU的速度和硬盘的容量。要求Java应用程序有4个类,名字分别是PC、CPU、HardDisk和Test,其中Test是主类。 PC类与CPU和HardDisk类关联的UML图如下: 其中,CPU类要求getSpeed()返回speed的值,要求setSpeed(int m)方法将参数m的值赋值给speed。HardDisk类要求getAmount()返回amount的值,要求setAmount(int m)方法将参数m的值赋值给amount。PC类
dlx(gui)
- 模拟DLX处理器,能够读相应的指令并进行运算(simulate CPU for javascrips)
CPUwd_v3.5
- 测试androidcpu温度,以及系统测试android手机的功能(testing android cpu ]temperature)
moor
- java代码,获取cpu使用率的代码啊,要20字(Java code, get the code for CPU usage, 20 words)
CPUDemo
- 玩转CPU,看书看到了一个对CPU进行运行控制的程序感觉很有意思就敲了一遍。(play with CPU and control the CPU to draw a sin(x) or cos(x) and it is very funny.)
PC
- CPU类要求getSpeed()返回speed的值,要求setSpeed(int m)方法将参数m的值赋值给speed。HardDisk类要求getAmount()返回amount的值,要求setAmount(int m)方法将参数m的值赋值给amount。PC类要求setCPU(CPU c)将参数c的值赋值给cpu,要求setHardDisk(HardDisk h)方法将参数h的值赋值给HD,要求show()方法能显示cpu的速度和硬盘的容量。(The UML diagrams associa