cpu cache 延迟周期 测试 也可以验证cpu cache大小
2022-01-08 13:44:32 19KB cpu cache
1
全部关卡,复制txt,满分过,方便快捷
libtensorflow-cpu-linux-x86_64-2.4.0.tar.gz
2022-01-08 09:16:25 70.58MB tensorflow
1
FaceBoxes:高精度CPU实时人脸检测器的tensorflow实现
2022-01-07 15:15:09 707KB Python开发-机器学习
1
Information in this document is provided in connection with Intel products. No license, express or implied, by estoppel or otherwise, to any intellectual property rights is granted by this document. Except as provided in Intel’s Terms and Conditions of Sale for such products, Intel assumes no liability whatsoever, and Intel disclaims any express or implied warranty, relating to sale and/or use of Intel products including liability or warranties relating to fitness for a particular purpose, merchantability, or infringement of any patent, copyright or other intellectual property right. Intel products are not intended for use in medical, life saving, or life sustaining applications.
2022-01-07 11:42:35 484KB cpu intel
1
verilog实现cpu流水线执行模式,可实现部分精简cpu指令,用于nexy3板实现
2022-01-06 23:06:00 7KB verilog cpu精简 nexy3
1
基于mips32的流水线CPU设计,为计算机组成原理课程实验之一;通过学习源码能更好的对CPU架构及其具体实现有更深的了解,有助于课程学习。
2022-01-06 21:15:18 18KB 嵌入式
1
使用SNMP协议开发简单的系统,使其能够实现局域网内电脑CPU使用率和物理内存使用情况的监控。
2022-01-06 16:54:10 111.73MB C++ SNMP
1
基于MIPS指令的单周期CPU的课程设计,在Xilinx ISE14.6 环境下运行
2022-01-06 12:03:44 7.3MB 单周期CPU
1
使用WinIo获取CPU温度#include #include "WinIo.h" #pragma comment(lib,"WinIo.lib") int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow) { DWORD temp_dwPortVal=0; InitializeWinIo(); SetPortVal(0x6C,0x80,1);//将命令写入命令端口0x6C SetPortVal(0x68,0x0E7,1);//将要访问的寄存器号写入数据端口0x68 GetPortVal(0x68,&temp_dwPortVal, 1);//将数据从数据端口读出 ShutdownWinIo(); }
2022-01-06 11:06:20 25KB 使用WinIo获取CPU温度
1