Skip to content
View aa89227-zz's full-sized avatar
Block or Report

Block or report aa89227-zz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. java_project java_project Public

    雷霆戰機

    Java 1

  2. K-map-based-logic-minimization K-map-based-logic-minimization Public

    利用Quine-McCluskey algorithm將輸入的k-map資料最小化

    C++

  3. State-Reduction State-Reduction Public

    利用遞歸式的查找,並嘗試將可合併的狀態進行合併,將狀態轉移圖最小化。

    C++

  4. RISC-V-Assembler RISC-V-Assembler Public

    將一段RISC-V組語的code轉換為mechine code

    C++

  5. Branch-Prediction Branch-Prediction Public

    模擬Branch Prediction系統,印出所有在預測時的狀態。

    C++

  6. Instruction-Scheduling Instruction-Scheduling Public

    模擬processor使用Tomasulo algorithm的行為

    C++