搜索资源列表
Compress
- 编写一个程序,输入为一组字符串,输出为压缩后的文本。-Write a program that inputs a string, the output of compressed text.
kiushi2100
- 编写C++程序完成以下功能:(1) 使用ofstream 向一个文本文件中输出各种类型的数据,并打开文件观察结果: 整数、无符号整型、长整型、浮点型、字符串、……(2) 用十进制、八进制、十六进制方式向文本文件中输出整数;(3) 使用控制符和成员函数来控制输出的格式: set() precision() -The preparation of C++ Procedures to accomplish the following functions: (1) the