首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
英语写译
Cyan_RA9
创建于2025-06-11
订阅专栏
分享英语写译,包括计算机英文教材,计算机基础,中英文诗词,英文名著,日常对话等。
暂无订阅
共14篇文章
创建于2025-06-11
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
写译 — 高响应比优先算法你了解多少?
This algorithm is applicable to both job scheduling and process scheduling;
写译 — 优先级调度算法的那些事儿
和大家分享英语写译,包括计算机英文教材,计算机基础,中英文诗词,英文名著,日常对话等,每一篇文章 我都会分别给出“原文内容”,“第一版翻译” 和 “第二版翻译”,以
写译 — 我靠!短进程优先调度算法究竟是怎么一回事?
FUNCTIONAL PRINCIPLES : This algorithm is applicable to both job scheduling and process scheduling.
写译 — 先来先服务算法 (FCFS) 你了解多少?
FUNCTION FUNDAMENTALS : Also known as FIFO(First In First Out)...
写译 — 《晚泊浔阳望庐山》孟浩然
For miles and miles I sail and float, High famed mountains are hard to seek.
写译 — 详细讲讲进程和线程的区别?
A process is the execution of a program on a dataset with its own individual function...
写译 — 系统调用机制在内核态和用户态切换中发挥的作用?
Usually, the CPU don't execute user program directly...
写译 — 解释一下用户态和内核态?
USER MODE : refers to the state where the CPU executes an application program's own code within user
写译 — 计算机系统分层结构的划分?
Author : Cyan_RA9 和大家分享英语写译,包括计算机英文教材,计算机基础,中英文诗词,英文名著,日常对话等,每一篇文章 我都会分别给出“原文内容”,“第一版翻译” 和 “第二版翻译”,以
写译 — 《春晓》孟浩然
This spring morning in bed I'm lying. Not to awake till birds are crying.
写译 — 操作系统四大基本特性是什么?
Four Fundamental Characteristics of Operating System
写译 — 并行和并发的区别是什么?
并行:是指在计算机系统中同一时刻有多个程序在同时运行,称这些在同一时刻同时运行的程序是并行执行的。。
写译 — 《春江花月夜》张若虚
写译 —— The Moon over the River on a Spring Night,《春江花月夜》【唐】张若虚
写译 — 引入线程的优势? 线程的实现方式?
Thread implementations are primarily categorized into two types---Kernel-Level Threads(KTL) and User