数组 什么是数组? 创建一个数组 数组赋值 访问数组元素 数组操作 输出整个数组的内容 确定数组元素个数 找到数组使用的下标 在数组末尾添加元素 数组排序 删除数组 关联数组 总结 拓展阅读 数组 In the last chapter, we looked at how the shell can manipulate ...
探究操作系统 ls 乐趣 选项和参数 深入研究长格式输出 确定文件类型 用 less 浏览文件内容 less 就是 more(禅语:色即是空) 旅行指南 符号链接 硬链接 拓展阅读 探究操作系统 Now that we know how to move around the file system, it’s time for a...
1.1. Hello, World 1.1. Hello, World 我们以现已成为传统的“hello world”案例来开始吧,这个例子首次出现于1978年出版的C语言圣经《The C Programming Language》 (译注:本书作者之一Brian W. Kernighan也是《The C Programming Language》一...