337-CPU控制的独立式键盘扫描实验(51单片机C语言实例Proteus仿真和代码)337-CPU控制的独立式键盘扫描实验(51单片机C语言实例Proteus仿真和代码)337-CPU控制的独立式键盘扫描实验(51单片机C语言实例Proteus仿真和代码)337-CPU控制的独立式键盘扫描实验(51单片机C语言实例Proteus仿真和代码)337-CPU控制的独立式键盘扫描实验(51单片机C语言实例Proteus仿真和代码)337-CPU控制的独立式键盘扫描实验(51单片机C语言实例Proteus仿真和代码)337-CPU控制的独立式键盘扫描实验(51单片机C语言实例Proteus仿真和代码)337-CPU控制的独立式键盘扫描实验(51单片机C语言实例Proteus仿真和代码)337-CPU控制的独立式键盘扫描实验(51单片机C语言实例Proteus仿真和代码)337-CPU控制的独立式键盘扫描实验(51单片机C语言实例Proteus仿真和代码)337-CPU控制的独立式键盘扫描实验(51单片机C语言实例Proteus仿真和代码)337-CPU控制的独立式键盘扫描实验(51单片机C语
2022-06-17 09:10:26 29KB 337-CPU控制的独立式键盘扫
1、此补丁并不是之前开启VMWare支持Lion的补丁,而是屏蔽掉VMWare对于CPU硬件VT检测的补丁。 2、补丁是用Tola's Patching Engine 2.03b工具来制作的,容易被杀毒软件误判为木马,我亲自测试过,补丁绝对没有问题,请放心使用。 一直以来,如果你使用VMWare来安装Mac OSX 10.6.8或者Mac OSX Lion的话,首先必须具备的条件就是你的CPU要支持硬件VT技术,否则VMWare会提示你无法继续。 同时在其他机器安装好的Mac OSX虚拟机文件,在不支持硬件VT的机器上直接用VMWare加载的时候,同样提示无法运行。 现在可以通过一个VMWare补丁程序来解决此问题。 详细信息见: http://bbs.pcbeta.com/viewthread-919092-1-1.html
2022-06-16 17:52:05 8KB VMWare 硬件VT 补丁
1
shell脚本,通过snmp方式获取远程服务器的CPU内存和硬盘的使用率,需要支持snmpget和snmpwalk命令,并且为了支持小数运算,需要安装bc命令。
2022-06-15 19:00:42 787B shell snmp cpu使用率 内存使用率
1
Sifive 结构cpu的U-BOOT整个系统运行流程分析: 包含源代码start.s和程序分析文档
2022-06-14 21:00:37 991KB u-boot
1
This lecture presents a study of the microarchitecture of contemporary microprocessors. The fo- cus is on implementation aspects, with discussions on their implications in terms of performance, power, and cost of state-of-the-art designs. The lecture starts with an overview of the different types of microprocessors and a review of the microarchitecture of cache memories. Then, it describes the implementation of the fetch unit, where special emphasis is made on the required support for branch prediction. The next section is devoted to instruction decode with special focus on the par- ticular support to decoding x86 instructions. The next chapter presents the allocation stage and pays special attention to the implementation of register renaming. Afterward, the issue stage is studied. Here, the logic to implement out-of-order issue for both memory and non-memory instructions is thoroughly described. The following chapter focuses on the instruction execution and describes the different functional units that can be found in contemporary microprocessors, as well as the imple- mentation of the bypass network, which has an important impact on the performance. Finally, the lecture concludes with the commit stage, where it describes how the architectural state is updated and recovered in case of exceptions or misspeculations. This lecture is intended for an advanced course on computer architecture, suitable for gradu- ate students or senior undergrads who want to specialize in the area of computer architecture. It is also intended for practitioners in the industry in the area of microprocessor design. The book assumes that the reader is familiar with the main concepts regarding pipelining, out-of-order execu- tion, cache memories, and virtual memory.
2022-06-14 15:41:45 1.27MB Comput CPU
1
RISC-V 32i CPU和汇编器 这是HKUST ELEC-5140高级计算机体系结构的课程项目材料之一,鼓励学生增强结构模型并改善其性能。 该项目正在运行,由维护。 任何讨论或建议,将不胜感激! 项目树 RV32i目录包含一个用verilog编写的RISC-V CPU的Vivado项目,该项目实现了5级单问题处理器,支持31条基本指令。 RISC-V_Assembler目录包含一个汇编程序,用于将RISC-V指令汇编转换为十六进制格式,可以在Vivado仿真过程中通过$readmemh轻松将其直接直接加载到指令存储器中。 测试目录包含以RV32i程序集编写的基准。 Vec_Mul是一个基本的编码示例。 组装手册 该汇编器支持什么: R型: add s1, t1, t2 # s1 = t1 + t2 I型: slti s1, t1, 3 # if t1 < 3: s1 = 1
2022-06-14 14:06:46 292KB 汇编器
计算机组成与结构:lecture 12 CPU Structure and Function.pdf
2022-06-14 14:01:03 476KB 计算机 互联网 文档
freertos 情况下 cpu 占用率的统计方式,简单方便,易移植。不仅仅局限于 freertos, 此类算法可适用于多种 rtos 的 cpu 使用率统计
2022-06-14 09:28:45 6KB freertos usage
1
智能计算系统实验4-3-自定义 TensorFlow CPU 算子
2022-06-14 09:10:34 9KB 人工智能
1
老学姐的设计 题目: 简易计算机系统 学生姓名:XXXX 学生学号:XXXXX 专业班级: 计科1806 完成时间: 2019.12.19 一、 设计目的 完整、连贯地运用《数字逻辑》所学到的知识,熟练掌握 EDA 工具基本使用方法,为 学习好后续《计算机原理》课程做铺垫。 二、 设计内容 (一) 按照给定的数据通路、数据格式和指令系统,使用EDA工具设计一台用硬连线逻辑控制的简易计算机; (二) 要求灵活运用各方面知识,使得所设计的计算机具有较佳的性能; (三) 对所设计计算机的性能指标进行分析,整理出设计报告。
2022-06-13 15:36:36 4.31MB 湖南大学 数电逻辑 cpu 设计报告
1