计算机组成与设计risc-v pdf github

Permalink

master

Switch branches/tags

Could not load branches

Nothing to show

{{ refName }}

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Go to file

  • Go to file
  • Copy path
  • Copy permalink

Cannot retrieve contributors at this time

67.1 MB

Download

  • Open with Desktop
  • Download
  • Delete file

Sorry, something went wrong. Reload?

Sorry, we cannot display this file.

Sorry, this file is invalid so it cannot be displayed.

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

浙江大学课程攻略共享计划

  • »
  • 计算机组成
  • Edit on GitHub

硬件课,题库出题,请务必注重往年试卷。

ISA更改

从2020-2021春夏学期开始, 组成理论与实验均从MIPS迁移到了RISC-V

实验更改

从2020-2021春夏学期开始, 组成实验涵盖了简单的流水线实现

文件列表

  • 计算机组成
    • 实验
      • 肖振新
      • 模拟器
    • 资料
      • MIPS Assembly Language Programmer's Guide.pdf
      • The MIPS32 Instruction Set.pdf
      • 计算机组成复习内容 陆魁军.pdf
    • 试卷
      • 2011-2012 期中.pdf
      • 2011-2012 期末带答案.pdf
      • 2014-2015.pdf
      • 2016-2017 期中答案.pdf
    • 教材
      • Computer Organization And Design(5th Edition) - MIPS.zip
      • Computer_Organization_RiscV_Edition_5th.pdf
      • 计算机组成与设计:硬件、软件接口(第3版).pdf
      • 计算机组成与设计:硬件、软件接口(第4版).pdf
      • 第五版 历史观点和拓展阅读
        • section_1.12.pdf
        • section_2.21.pdf
        • section_3.11.pdf
        • section_4.16.pdf
        • section_5.17.pdf
        • section_6.15.pdf
      • 第三版 答案
        • 01~solutions_for_chapter_1_exercises.pdf
        • 02~solutions_for_chapter_2_exercises.pdf
        • 03~solutions_for_chapter_3_exercises.pdf
        • 04~solutions_for_chapter_4_exercises.pdf
        • 05~solutions_for_chapter_5_exercises.pdf
        • 06~solutions_for_chapter_6_exercises.pdf
        • 07~solutions_for_chapter_7_exercises.pdf
        • 08~solutions_for_chapter_8_exercises.pdf
        • 09~solutions_for_chapter_9_exercises.pdf
        • 10~solutions_for_appendix_b_exercises.pdf
      • 第四版 答案
        • solution.pdf
      • 第五版 答案
        • CH01_Solution.pdf
        • CH02_Solution.pdf
        • CH03_Solution.pdf
        • CH04_Solution (1).pdf
        • CH04_Solution.pdf
        • CH05_Solution.pdf
        • CH06_Solution.pdf

计算机组成与设计

信电学院课程, 不同老师班级作业不一样,但会统一布置 Lab。

从2020年起,ISA 从 x86 改为 RISC-V ,历年卷中需要注意。

文件列表

  • 计算机组成与设计
    • 历年卷
      • 2018-2019A-solution.pdf
      • 2018-2019A.pdf
      • 2019-2020A-solution.pdf
      • 2019-2020A.pdf
      • 2020-2021A-solution.pdf
      • 2020-2021A.pdf

摘要: 电子书分享 计算机组成与设计:硬件/软件接口 RISC-V 中英文版本 链接:https://pan.baidu.com/s/1FCPOcts4Kg7Qgu6Kwc-9Og 提取码:pphk ↑这个中文版是我在淘宝花五块钱买的,免费分享一波,求关注~ 计算机科学导论 链接:https://pan.b 阅读全文

posted @ 2021-04-15 11:25 小张的学习手册 阅读(6756) 推荐(18) 编辑

摘要: 部分参考了博客 1.下载自己想使用的anaconda版本 https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ ps.我是使用的mobaxterm软件远程到服务器,这个软件可以直接把文件从本地传到服务器上 2.bash Anaconda.sh 阅读全文

posted @ 2021-05-08 12:54 小张的学习手册 阅读(187) 推荐(0) 编辑

摘要: 最近用实验室的服务器,普通用户没有sudo权限,所以没办法使用sudo apt-get install packages的命令 使用源码编译安装到自己目录下的方法,可以绕过sudo 以安装python3-dev为例 方法如下 cd到指定的路径 apt-get source python3-dev c 阅读全文

posted @ 2021-05-07 12:41 小张的学习手册 阅读(652) 推荐(0) 编辑

摘要: https://blog.csdn.net/hejp_123/article/details/92151293 #创建名为your_env_name的环境conda create --name your_env_name 激活虚拟环境: 使用如下命令即可激活创建的虚拟环境 #Linuxsource 阅读全文

posted @ 2021-05-07 09:37 小张的学习手册 阅读(118) 推荐(0) 编辑

摘要: 想跑一下这个demo https://github.com/Skyellbin/neo4j-python-pandas-py2neo-v3 首先需要在win10里装一下neo4j,主要参考下面两个帖子 demo的github教程 neo4j安装 按照帖子安装的时候出现了一个错误 'neo4j.bat 阅读全文

posted @ 2021-04-30 10:06 小张的学习手册 阅读(1996) 推荐(0) 编辑

摘要: 参考帖子https://blog.csdn.net/g14365893/article/details/104735537/ 注意: 强烈建议不要使用python3.6.1版本,容易出bug,3.6.5版本比较稳定 情况说明: python:3.6.1 在git里面用$ python -m pip 阅读全文

posted @ 2021-04-30 09:46 小张的学习手册 阅读(4646) 推荐(0) 编辑

摘要: nvidia-smi 如果没有显示的话,说明显卡驱动没装好,需要重新装一下 会打一万遍的指令,到底代表什么意思呢?一起看一下吧: 第一行当然是日期啦 NVIDIA-SMI 450.102.04 Driver Version指的是驱动版本 CUDA Version指的是CUDA版本(当忘记怎么查看CU 阅读全文

posted @ 2021-04-27 23:22 小张的学习手册 阅读(99) 推荐(0) 编辑

摘要: 1 安装vscode 2 搜索remote development,下载 3 下载完成后会出现这个图标 把containers换成ssh 4 ctrl+shift+p 搜索>remote-ssh:open ssh configuration file 选择第一个config文件 来到如下界面,输入自 阅读全文

posted @ 2021-04-27 17:26 小张的学习手册 阅读(6837) 推荐(0) 编辑

摘要: 内存: GPU:graphic processing unit,图像处理单元 CPU:central processing unit,中央处理单元 ASIC:application-special intergrated circuits,专用集成电路 FPGA:filed programmable 阅读全文

posted @ 2021-04-26 16:04 小张的学习手册 阅读(41) 推荐(0) 编辑

摘要: 参考https://zhuanlan.zhihu.com/p/87749797 里面的安装教程和解说很详细 使用方法: https://zhuanlan.zhihu.com/p/49804810 这个说的非常全面 pdf下载地址在github https://github.com/wanzhench 阅读全文

posted @ 2021-04-21 16:15 小张的学习手册 阅读(85) 推荐(0) 编辑

摘要: 给远程和被远程的电脑下载teamviewer安装即可 外网连内网也可用 最近内网的teamviewer被禁用了 qwq 怎么办呢 建议重装一个不是家庭版的系统 阅读全文

posted @ 2021-04-20 11:05 小张的学习手册 阅读(277) 推荐(0) 编辑