搜索资源列表
用java获取本机的硬件信息
- 用java获取本机的硬件信息,CPU利用率,内存利用率,硬盘信息等,Java access to the machine with the hardware information, CPU utilization, memory utilization, hard disk information
os
- 一个具有模拟CPU、模拟内存、模拟硬盘、模拟CPU管理、模拟内存管理、模拟硬盘管理、模拟进程管理、模拟指令系统、模拟中断处理的一个能运行在WINDOWS平台上的一个模拟的单用户多任务操作系统。-Simulation of a CPU, analog memory, analog hard disk, analog CPU management, memory management simulation to simulate the hard disk management, and simul
javaCH03
- java课程设计 案例精编03 (1) 硬件配置 CPU:≥Pentium III 600 内存:≥128MB 硬盘剩余空间:≥512MB (2) 软件环境 安装Sun公司的Java运行环境(JRE 1.5或以上版本),推荐安装Java开发工具包(JDK 1.5)。 安装相应平台上的Java虚拟机(JVM)。 读者可以到www.sun.com下载JDK 1.5的相应版本,安装并配置Path之后即可达到运行要求,Windows下的配置方法请参照第1章。
JDiskSerial
- 获取CPU-ID,硬盘ID 获取CPU-ID,硬盘ID -For CPU-ID, disk ID for CPU-ID, disk ID for CPU-ID, disk ID for CPU-ID, disk ID
SysListener
- 系统监控类,包括cpu/内存/硬盘的状态-System monitoring Class, including the cpu/memory/hard disk status
CpuId
- 获取cpu、主板、硬盘等硬件信息的小程序-get information of cpu、motherband、harddisk
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.
Java-HardwareIDUtils
- JAVA源码,本人原创开发和整理,经过多个商业软件检验的代码,取得机器的硬件指纹, 设计支持windows、linux、OS等操作系统平台,目前已经支持windows平台,可根据思路自行补充linux和OS平台下的一些api,取得机器硬件指纹(cpu 序列号、mac地址、BIOS序列号、硬盘ID),主要用作软件授权使用对象的锁定,只允许指定的机器硬件使用您的软件 另外在util包内有常用的一些文件、时间、数组等处理的util类,可供参考。-Original development and c
ZZJConsole2
- java 编写的远程监控程序源码,监控cpu使用率,硬盘使用率-remote monitoring program source code written in Java
lib
- 系统性能检测,cpu内存使用性能检测,硬盘大小-System performance testing, performance testing of CPU memory usage, hard disk size
snmp
- 通过java获取已经安装snmp协议计算机的cpu使用率,内存信息和硬盘信息-By java to get snmp protocol has been installed computer cpu usage, memory, and hard drive information
homework.computer
- java语言电脑卖点的管理,包括cpu,显示器,硬盘的管理-Java language computer selling point of management, including CPU, monitor, hard disk management
SoftWareUtils
- JAVA获取本机CPU 硬盘 网卡序列号,做验证码用-JAVA access to the local hard drive CPU card serial number, used to do the verification code
OS_keshe(java)
- 基本实现了对于文件的增删改查,并且实习对于CPU和硬盘的监控-Basic realization of the CRUD for the file, and internships for monitoring the CPU and hard drive
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
GetComputer
- java获取机器配置,机器名称,cpu,内存,硬盘,-java get the machine configuration, machine name, cpu, memory, hard disk,
TestJna
- java JNA 技术的使用例子,通过jna调用c++编写的动态链接库获得当前计算机的mac地址、cpu sn等信息、硬盘序列号、bios序列号和信息,在Eclipse环境下编写。-java JNA examples of the use of technology by jna call c++ write the dynamic link library to get the current computer mac address, cpu sn other information, ha
T4
- 用类描述计算机中CPU的速度和硬盘的容量。要求Java应用程序有4个类,名字分别是PC、CPU、HardDisk和Test,其中Test是主类。-Use class to describe CPU and the capacity of hard disk of computer.
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