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

📄 test1.data

📁 操作系统课内实验部分
💻 DATA
字号:
/* This is a very simple test for the file system program.  It writes some/* bytes to a file, closes it, reopens it, and reads what it has written.formatDisk 10 2// Create a file and write a string to itfile1 = createinum1 = inumber file1write file1 Hello,world! 12close file1file2 = open inum1read file2 100close file2vars/* shutdown

⌨️ 快捷键说明

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