搜索资源列表
1040320
- 多项式的加法乘法运算,自己编的,用C 语言编的。是学数据结构时老师布置的作业-polynomial multiplication their series, with C language series. Yes data structure layout of the operations teachers
8-6
- 输出文件的末尾行,C语言作业 命令 tail用来打印文件中最后n行。 命令格式为:tail [-n] filename,其中: -n :n表示需要打印的行数,省略时n的值为10。 filename :给定文件名。 如,命令tail -20 example.txt 表示打印文件example.txt的最后20行,用C语言实现该程序。(提示:使用命令行参数)-The end of the line of the output file, C language operations