⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 long.c~

📁 The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a s
💻 C~
字号:
#include "libuser.h"#include "process.h"int main(int argc, char **argv){  int i, j ;     	/* loop index */  Print("Start Long\n");  for (i=0; i < 400; i++) {      for (j=0 ; j < 10000 ; j++) ;      Print("%d \n"Get_PID());  }  Print("End Long\n");  return 0;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -