List of Computer Science courses with video lectures.
-
Updated
Apr 12, 2022
{{ message }}
List of Computer Science courses with video lectures.
A categorized list of C++ resources.
Solutions and Notes for Labs of Computer Systems: A Programmer's Perspective 3rd Editon // 《深入理解计算机系统》第三版的实验文件、解答与笔记
Learn how computers work by simulating them in Javascript
Repository to store what we have studied.
Technical articles about console architecture
Clang-Format is a tool to format code automatically according to some guidelines.
Your objectives are:
.clang-format file for our project, reflecting our guidelinesDRAMSim2: A cycle accurate DRAM simulator
A curated list of Computer Engineering resources
List of resources about foundational knowledge for programmers (supposed to last a few decades)
比做算法的懂工程落地,比做工程的懂算法模型。
A list of time-lasting classic books, which could not only help you figure out how it works, but also grasp when it works and why it works in that way.
A pipelined implementation of the MIPS processor featuring hazard detection as well as forwarding
The destructor hangs at pipe.stop().
Using HDL, from Boolean algebra and elementary logic gates to building a Central Processing Unit, a memory system, and a hardware platform, leading up to a 16-bit general-purpose computer. Then, implementing the modern software hierarchy designed to enable the translation and execution of object-based, high-level languages on a bare-bone computer hardware platform; Including Virtual machine,Compiler and Operating system.
A terminal-based emulator of the ARM instruction set written in Golang
WebRISC-V: A Web-Based Education-Oriented RISC-V Pipeline Simulation Environment [PHP]
A computer system containing CPU, OS and Compiler under MIPS architecture.
A collection of curated resources for learning Computer Science subjects and skills, that I garnered throughout my tenure as a CSE student. Contributions, and report of broken links are welcome.
Материалы для студентов ФПМИ
通过issue和README来记录日常学习研究笔记 关注 机器学习系统,深度学习, LLVM,性能剖视, Linux操作系统内核 话题 关注 C/C++. JAVA. Python. Golang. Chisel. 编程语言话题 ( Writing Blogs using github issue and markdown! (inculding Machine Learning algs and system, LLVM, Linux kernel, java, python, c++, golang)
5-stage pipelined 32-bit MIPS microprocessor in Verilog
CERBERUS 2080™, the amazing multi-processor 8-bit microcomputer
Simulator + benchmark suite for Micro Aerial Vehicle design.
Add a description, image, and links to the computer-architecture topic page so that developers can more easily learn about it.
To associate your repository with the computer-architecture topic, visit your repo's landing page and select "manage topics."
For those who want the fastest possible simulation, and do not care about any form of datapath visualization, there should be an option to select an ISA simulator processor model.
This processor model, while complying with the ProcessorInterface, will in VSRTL be implemented as a "black box" - in other words, pure C++ logic.