搜索资源列表
cpuspeed32
- 测试CPU的小程序,通过rdtsc及混编实现.程序代码非常简单,但直得一看-small CPU test procedures, and mixed through RDTSC achieve. The code is very simple, but in a straight view
jingcaibiancheng3
- 精彩编程百例51~75 其中有 cpu速度测试 检测声卡 查询内存信息 图像处理技巧 模拟放大镜效果等待-exciting programming 100 cases of which 51 to 75 are cpu speed test for detection of memory card information Image Processing Technology Qiao simulation results for a magnifying gla
testhard
- 自己写的测试CPU频率,硬盘大小 内存大小 CPU信息-himself wrote the test frequency of the CPU, hard disk size memory size CPU information, etc.
ZF1FAN01
- CPU Fan Test 适合很多机型-CPU Fan Test for many models
FastDown1.1
- 软件主页: www.gfastdown.com 文件说明: FastDownActiveX.zip ActiveX版 FastDownCB6.zip C++ Builder6 静态库 FastDownVC6.zip VC++ 6 静态库 FastDownVC7.zip VC++ 7 静态库 TestFastDown.zip 测试程序 TestFastDownSrcVC6.zip 测试程序源代码(VC版) TestFastDownSrcVB
CPUMM21code
- 商业CPU综合性能测试软件CPUMathMARK v2.1源代码.界面奇特,可以获取CPU的频率信息.-commercial CPU performance test software CPUMathMARK v2.1 source code. Unique interface can access the CPU frequency information.
TestSpeedOfCpu
- 用于测试cpu速度的小程序,代码简单,适合初学者学习-cpu speed test for a small procedure code simple, suitable for beginners learning
CPUused
- windows 下测试cpu的程序-windows under cpu test procedures
SC_22
- MIPS系列CPU下的测试代码,非常好的东西;-MIPS CPU series of test code, a very good thing;
测cpu频率
- 本人写的小程序可以测试您的cpu正在运行的频率!简单实用!直接下载在vc上运行!-I write small programs can test your cpu running frequency! Simple and practical! Download the vc run!
stopwatch_class
- 一个计时器的类,利用CPU内部的一个高分辨率计数器计数实现,可以用于各种精确计时的场合,尤其适合需要测试某段代码的运行时间的情况-like a timer, using the CPU of a high-resolution internal Counting realized, could be used for various occasions precision timing, especially for the need to test a certain code of the
cpu
- vhdl编的cpu,自己的课程验收实验,微指令实现,流程详细。存储,加减基本运算均有,乘法使用位移相加法得到。其中excel有微程序控制信号的编码,储存ram编写,控制器rom编写等-vhdl code of cpu, its acceptance test program, microcode implementation process in detail. Storage, addition and subtraction are the basic operations, multipl
XiaYuWen_8_RISC_CPU
- 夏宇闻8位RISC_CPU的完整代码+TESTBENCH(已调试) modelsim工程文件,包括书中所测试的三个程序和相关数据,绝对可用~所有信号名均遵从原书。在论坛中没有找到testbench的,只有一个mcu的代码,但很多和书中的是不一样的,自己改了下下~`````大家多多支持啊~`我觉得书中也还是有些不尽如人意的地方,如clk_gen.v中clk2,clk4是没有用的,assign clk1=~clk再用clk1的negedge clk1来触发各个module也是不太好的,会使时序恶
jayacard
- 这是用VB6.0写的一个通用的CPU卡操作程序,支持PC/SC接口 安装任何一个PC/SC驱动的IC读写器后,都可以使用此程序进行CPU卡的测试-This is written with VB6.0 a common operating procedures CPU card to support the PC/SC interface to install any one PC/SC driver, after the IC reader, you can use this procedure
ucos-ii
- ARM下移植好的μC-OS-Ⅱ操作系统,μC-OS-Ⅱ代码完整,包括cpu3个相关文件和includes.h文件,针对不同硬件设计,记得要修改includes.h和cpu相关文件和测试代码哦-ARM transplantation under the μC-OS-Ⅱ operating system, μC-OS-Ⅱ code integrity, including relevant documents and cpu3 document includes.h for different ha
sjf28
- program to implementShor test-Job-First CPU scheduling algorithms
Laplacetest
- 利用CUDA实现了遥感数字影像处理基本算法中的拉普拉斯算子,并分别实现了采用Globalmemory、Sharedmemory,Texturememory进行数据传输,还同CPU中的串行代码进行了时间比较和误差分析。为了方便在服务器环境下测试运行,我们去掉了在Windows环境下对第三方库遥感影像库GDAL的依赖,而将遥感影像数据转成了二进制图像格式,对于输出影像也以同样的二进制格式存储。图像效果图通过专业遥感软件PCI或通用图像处理软件PhotoshopCS4打开。最后我们对计算结果进行了误差
Simulation-test
- 汇编语言模拟试题六 1.下面说法正确的是( C ) A.8086/8088为20位CPU。 B.不同的逻辑段的段地址有可能相同。 C.同一个逻辑段内所有单元的段地址相同,而偏移地址各不相同。 D.SP寄存器指示下一条要执行的指令的偏移地址。-Assembly language the simulated test questions six 1. Below is correct to say that (C) a. 8086/8088 of 20 A CPU. B. dif
test
- 1) 定义一个CPU类,包含等级(Rank)、频率(frequency)、电压(voltage)等属性,有两个公有成员函数run、stop。其中,rank为枚举类型CPU__Rank,定义为enum CPU_Rank{P1=1,P2,P3,P4,P5,P6,P7},frequency为单位是MHz的整型数,voltage为浮点型的电压值。观察构造函数和析构函数的调用顺序。 2) 定义一个简单的Computer类,有数据成员芯片(cpu)、内存(ram)、光驱(cdrom)等等,有两个公有成员
CPU
- 多周期CUP用MIPS汇编的实现,包含了测试指令。(Multi cycle CUP with MIPS compilation of the implementation, including the test instructions.)