搜索资源列表
get_CPU_ID
- 直接由汇编语言获取CPU信息!包括厂家、编号,等等。经测试正确!-Retrieve CPU information by ASM,such information as producer,ID,etc.
cpuID
- 通过调用汇编语言,获取cpu的基本信息,其中包括cpu主频,cpu制造商,cpu型号-By calling the assembly language, access to basic information cpu, including the cpu frequency, cpu manufacturers, cpu type
CompilationInformation
- 汇编相关资料,包括:80386ASM程序设计基础、CPU 寄存器和基本指令、Windows汇编语言编程指南、汇编指令集。-Compilation of relevant information, including: 80386ASM the basis of program design, CPU registers, and basic commands, Windows Assembly Language Programming Guide, compiled instruction se
CompilationTutorial
- 汇编语言程序设计教程,chm格式资料, 第1章 预备知识 第2章 CPU资源和存储器 第3章 操作数的寻址方式 第4章 标识符和表达式 第5章 微机CPU的指令系统 第6章 程序的基本结构 第7章 子程序和库 第8章 输入输出和中断 第9章 宏 第10章 应用程序的设计 第11章 数值运算协处理器 第12章 汇编语言和C语言-Assembly language programming tutorial, chm format, infor
gas_testing.tar
- 在Linux上使用gas(AT&T匯編語法)的三個範例程式: hello.S - 在終端機上打印"Hello World"字串 cpuid.S - 顯示CPU之ID資訊 detect_cpuid.S - 偵測CPU是否有ID資訊-In the Linux using gas (AT&T assembly syntax) of the three sample programs: hello.S- in the terminal to print "Hello World" cpu
cpuid
- 汇编语言,获取CPU信息。代码中只含有部分cpu信息,可以根据自己需求增加。-Assembly language, access to CPU information. The code contains only part of the cpu information may be according to their demand.
4
- vc 获取cpu信息 CPU序列号有一个好处就是非常难以修改,至少目前还没听说。将CPU ID 和MAC id 、硬盘id组合起来生成软件序列号,可以大大增加序列号的安全性。-vc obtain information cpu CPU serial number has the advantage that it is very difficult to modify, at least not yet heard. The CPU ID and the MAC id, drive id tog
CPUID
- 使用汇编语言编写程序,显示cpu的信息,使用的是CPUID这条指令-Assembly language programming, show information cpu
asm
- 在c++程序中嵌入内联汇编,实现高速内存拷贝,直接操作协处理器,读取cpu核心信息等等。内联汇编直接操作底层寄存器。-Program in c++ inline assembler embedded, high-speed memory copy, direct co-processor operation, read the cpu core information and so on. Inline assembler register directly with the underlyin
cpuid
- 显示cpu 的相关信息,cpuid,cpu制造商信息等-Shows the cpu information, cpuid, cpu manufacturer information
abcd
- 能取得WINdows 的当前CPU,磁盘空间,内存使用率等信息-Able to obtain the current Windows CPU, disk space, memory usage and other information
CPU
- 学生信息管理程序,用于管理学生档案,功能简单,便于操作-Student information management procedures for managing student records, features a simple, easy to operate
DosCpu
- dos下调用CPUID 获得CPU型号,使用于当今所有的CPU-get cpu information by cpu id
LEUP1
- 程序 DEMOCRW 和 DEMOPRO 是用于学习 80X86 CPU 的保护模式特性,核心都在常规内存中,方便查看内部数据和堆栈。 本程序必须运行在纯 DOS 下(如 Windows 98 的 启动 DOS ),运行后驻留内存,再运行 DEBUG 实验。 出现保护异常会用黑底黄字显示当前信息(错误代码、中断号(实际是中断号*4)、V86 堆栈)并退出异常程序。 启动时会报告各数据的地址,以及再要显示报告数据的程序地址。 2 RDRXSGEE 程序原为用于 STC89C5
