搜索资源列表
CPU 测速(MHz)和高精度延时(微秒级)
- 一.高精度延时, 是 CPU 测速的基础 Windows 内部有一个精度非常高的定时器, 精度在微秒级, 但不同的系统这个定时器的频率不同, 这个频率与硬件和操作系统都可能有关。 利用 API 函数 QueryPerformanceFrequency 可以得到这个定时器的频率。 利用 API 函数 QueryPerformanceCounter 可以得到定时器的当前值。 根据要延时的时间和定时器的频率, 可以算出要延时的时间定时器经过的周期数。 在循环里用 QueryP
inelsse2
- intel cpu 架构参考文档,提供各种指令集合-intel cpu structure reference document and provide instructions set
s3c44box
- 三星44BOX的中文文档,主要内容为:1 产品预览, 2 管脚描述, 3 指令集, 4 存储管理,5 时钟和电源管理模式,6 CPU WRAPPER & BUS PRIORITIES,...... 18 IO (同步 I/O) -Chinese documents, mainly as follows : a product preview, two pin descr iption, 3 instruction set. 4 memory management, 5 clock and p
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
CPU1
- java一个CPU模拟程序,实现了CPU的一套基本指令集和终端框架-java a CPU simulator to realize the CPU' s instruction set and terminal set of basic framework
2
- 多线程编程可以使程序具有多条并发执行线索,就像日常工作中由多人同时合作完成一个任务。 2、线程: (1)线程是指程序的一个指令执行序列,WIN32 平台支持多线程程序,允许程序中存在多个线程。 (2) 在单 CPU 系统中,系统把 CPU 的时间片按照调度算法分配给各个线程,因此各线程实际上是分时执行的,在多 CPU 的 Windows NT 系统中, 同一个程序的不同线程可以被分配到不同的 CPU 上去执行。 -Multithreaded programming can mak
cpu
- MIPS指令CPU模拟器-MIPS instruction CPU simulator ............................................. ......
dlx(gui)
- 模拟DLX处理器,能够读相应的指令并进行运算(simulate CPU for javascrips)
os
- 在txt文档里输入模拟指令,读取txt文档内容,用调度算法实现cpu的模拟调度算法.(In the txt document, enter the analog command, read the contents of the txt document, using scheduling algorithm to achieve CPU simulation scheduling algorithm)