搜索资源列表
jCpuTest
- 一款用JAVA写的系统测试软件,主要测试CPU,内存,和硬盘的读写能力,并附含源码共大家研究。-A system test software, the main test the CPU, memory and hard disk read and write capabilities written using JAVA, accompanied with source study.
T4
- 用类描述计算机中CPU的速度和硬盘的容量。要求Java应用程序有4个类,名字分别是PC、CPU、HardDisk和Test,其中Test是主类。-Use class to describe CPU and the capacity of hard disk of computer.
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.
Test
- java获取cpu和硬盘序列号的一个演示程序,包括辨认32位还是64位系统,然后加载相应的dll。-the project of getting the info of cpu/hd using java,and ....
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类
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