摘要:
本文的三个函数均需要引入头文件:`#include ` # 设置输出精度 `setprecision(int n)` 参考:[C语言中文网:c++ setprecision用法详解](http://c.biancheng.net/view/1340.html "C语言中文网:c++ setpreci 阅读全文
posted @ 2023-06-27 23:06
zhuyuxi333
阅读(3224)
评论(0)
推荐(0)
摘要:
# bit, byte, word 1. bit 比特,位 > Computers store data as a sequence of bits, each holding a 0 or 1, such as 00011011011... 2. byte 字节 > Most computers 阅读全文
posted @ 2023-06-27 17:44
zhuyuxi333
阅读(555)
评论(0)
推荐(0)