Git Product home page Git Product logo

Siyuan's Projects

cplab1 icon cplab1

哈工大/南大的编译原理实验一 词法分析和文法分析

cs-notes icon cs-notes

:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计

jabref icon jabref

Graphical Java application for managing BibTeX and biblatex (.bib) databases

njuoslab-l1-kmalloc-kfree icon njuoslab-l1-kmalloc-kfree

实现多处理器安全的内存分配和回收 在 AbstractMachine 启动后,[heap.start, heap.end) 会给出一段可用的物理内存 (堆区)。需要在此基础上实现允许多个处理器并发地申请或释放内存的分配器.

njuoslab-l2-kmt icon njuoslab-l2-kmt

这个实验在 pmm 的基础上,增加中断和线程管理的功能,允许操作系统代码注册中断发生时的回调函数和创建线程:

njuoslab-m1-pstree icon njuoslab-m1-pstree

南大JYY操作系统课实验M1:实现 pstree 打印进程之间的树状的父子关系,包括默认,-V,-p,-n三种选项,不要求组合选项

njuoslab-m2-libco icon njuoslab-m2-libco

在这个实验中,我们实现轻量级的用户态[协程],可以在一个不支持线程的操作系统上实现共享内存多任务并发。即我们希望实现 C 语言的 “函数”,它能够: 1. 被 `start()` 调用,从头开始运行; 2. 在运行到中途时,调用 `yield()` 被 “切换” 出去; 3. 稍后有其他协程调用 `yield()` 后,选择一个先前被切换的协程继续执行。

zettlr icon zettlr

A Markdown Editor for the 21st century.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.