登录 注册
当前位置:主页 > 资源下载 > 9 > SimulOS: 一款使用 bash shell 脚本编写的“操作系统”模拟程序

SimulOS: 一款使用 bash shell 脚本编写的“操作系统”模拟程序

  • 更新:2024-11-29 19:03:33
  • 大小:7KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

模拟操作系统 项目终止 用 bash shell 脚本编写的“操作系统”模拟。 款式信息 注释: # Category: # Information. 功能: return= " " # For functions with return values. # Description of the function. # return-value name [--options] required-arguments [optional-arguments] (Optional) function name() { code return=return-value } function caller() { name required-arguments dostuffwith $return } 变量: name= " " # Define the variable. name