搜索资源列表
基于 CPU 的精确计时器,时钟频率越高,计时越准
- 基于 CPU 的精确计时器,时钟频率越高,计时越准 -on CPU precision timer, clock frequency, the higher the more time -
cpucheck
- 可以检测cpu的时钟 很精确的 用c++编写的-can detect cpu clock is very accurate with c + + prepared
mp3
- The first task at hand is to set up the endpoints appropriately for this example. The following code switches the CPU clock speed to 48 MHz (since at power-on default it is 12 MHz), and sets up EP2 as a Bulk OUT endpoint, 4x buffered of size 512, a
sd_IP
- SD card controller can just read data using 1 bit SD mode. I have written this core for NIOS2 CPU, Cyclone, but I think it can works with other FPGA or CPLD. Better case for this core is SD clock = 20 MHz and CPU clock = 100 MHz (or in the rati
检测CPU时钟
- 可以监测cpu时钟周期,用于分布式系统需要时钟同步的场合,该程序包含源代码-can monitor CPU clock cycle, the need for distributed system clock synchronization occasions, the program includes source code
Clockfrequency.rar
- 使用CPU时间戳进行高精度计时,利用Rdtsc指令计算CPU的时钟频率,High-precision time stamp for the use of CPU time, using the Rdtsc Instruction Computing CPU clock frequency
RandUUID
- 利用CPU时钟,产生UUID的方式。最低最原始最有效的方式。-RANDOM NUMBER based on the cpu clock
GetCpuSpeed
- function GetCpuSpeed: Comp { function to return the CPU clock speed only. } { Usage: MessageDlg(Format( .1f MHz , [GetCpuSpeed]), mtConfirmation, [mbOk], 0) } -function GetCpuSpeed: Comp { function to return the CPU clock speed only. } {
1
- CPU的时钟产生器 根据CLK信号输出4个时钟信号-CPU clock generator 4 under the CLK signal output clock signal
cpu
- 包括1) 时钟发生器 2) 指令寄存器 3) 累加器 4) RISC CPU算术逻辑运算单元 5) 数据控制器 6) 状态控制器 7) 程序计数器 8) 地址多路器 -1) clock generator 2) instruction register 3) accumulator 4) RISC CPU arithmetic logical unit 5) of the data controller 6) state controller 7),
VC_precision_us
- VC程序,通过cpu的滴答声来对程序进行精确计时,精度可达微妙。-VC program,calculate time according to cpu clock,precision can reach us.
time
- 时间函数,直接读取cpu时钟频率,时间精度到ns级-Function of time, direct read cpu clock frequency, the time to the ns-level accuracy
single-clock-CPU
- 单时钟周期CPU,verilog语言编写,quartusII运行-A single clock cycle CPU
cputicker
- 一个基于C++用于检测Pentium CPU时钟主频的小程序,高精度显示,原理是通过嵌入汇编语言后检测"RDTSC"和"PCLKS"来实现,较底层的操作。不过无从知道能否检测更高主频的CPU。若有需要的自己下载源码研究下。-A C++-based program for the detection of small Pentium CPU clock speed, high-precision display, the principle is the detection by embeddin
1186
- CPU的时钟产生器 根据CLK信号输出4个时钟信号-CPU clock generator 4 under the CLK signal output clock signal
Clockfrequency
- 使用CPU时间戳进行高精度计时,利用Rdtsc指令计算CPU的时钟频率-High-precision time stamp for the use of CPU time, using the Rdtsc Instruction Computing CPU clock frequency
openhardwaremonitor-v0.7.1-beta
- Program is used to monitor the general performance. Ex) CPU clock, temperature etc. Just install and run. Simple
Lab05-2_Captouch
- 利用MSP430F6638 中的比较器B 来判断触摸按键的充放电,通过CPU 时钟算出电容的振荡频率,再判断是否有按键被触摸,如果有按键触摸则相应的LED 转换当前的状态。(Using the comparator B in MSP430F6638 to determine the charge and discharge of the touch button, calculate the oscillation frequency of the capacitor through the C
dehip (25)
- The whole book is divided into 4 chapters. The first chapter focuses on how to determine the so-called program analysis technology and the practical knowledge of typical part of the hot code that consumes the most CPU clock in the program
CPU2
- 实现cpu,包括时钟、访存、写回等等模块,可以实现顺序处理器的部分功能(The implementation of CPU, including clock, memory, write back and so on, can implement part of the function of the sequential processor)