file input and output Posted on 2020-11-03 Edited on 2025-02-24 对文件的输入输出文件 程序文件。包括源程序文件,这种文件的内容是程序代码 数据文件。供程序运行时读写的数据 Read more »
users create data types themselves Posted on 2020-10-25 Edited on 2025-02-24 用户自己建立数据类型定义和使用结构体变量由不同类型数据组成的组合型的数据结构,它称为结构体. Read more »
Good use of pointers Posted on 2020-10-25 Edited on 2025-02-24 善于利用指针 Good use of pointers 指针 Read more »
realize modular programming with functions Posted on 2020-10-25 Edited on 2025-02-24 用函数实现模块化程序设计 Realize modular programming with functions 用函数输出以下结果: Read more »
use-arrays-to-process-batch-data Posted on 2020-10-25 Edited on 2025-02-24 利用数组处理批量数据 use-arrays-to-process-batch-data 1.数组使一组有序数据的集合. Read more »