Skip to content
View Fi-tang's full-sized avatar

Block or report Fi-tang

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 Loading

  1. oslab_riscv oslab_riscv Public

    采用 riscv指令集编写的简易操作系统,具有引导ELF文件加载,时钟中断、系统调用等中断处理,支持双核,交互shell,以及虚拟内存管理功能

    C

  2. computer_networks_lab computer_networks_lab Public

    模拟计算机网络的应用层,传输层,网络层等,分别完成了Socket应用编程实验,交换机转发实验,生成树机制实验,路由器转发实验,NAT

    C

  3. database_lab database_lab Public

    仿照12306编写的具有3层Web结构的数据库查询系统 && 基于内存数据库系统实现select查询(选择,投影,连接,分组聚集,排序)&& 大数据存储系统 distinct 实现 && 大数据运算系统编程 MapReduce 和同步图运算

    C

  4. Concurrent_data_structure_and_multicore_programming_lab Concurrent_data_structure_and_multicore_programming_lab Public

    用于列车售票的可线性化并发数据结构设计 && 6种并发锁对象的性能分析

    Java

  5. computer_organization_lab computer_organization_lab Public

    实现算术逻辑单元 ALU 的设计 && MIPS 32位指令集单周期处理器设计 && MIPS多周期处理器设计(真实内存,外设,性能计数器访问) && RISC_V多周期处理器设计

    Verilog

  6. oop_lab oop_lab Public

    三次塔式扩展的域计算

    Java