10 2021 档案
摘要:实验任务2 ①在debug中,使用d命令查看生产日期。 ②使用e命令修改生产时期所在的内存单元,修改后,再次使用d命令查看 分析:命令之后并没有修改对应的值。因为该区域为只读。 实验任务3 ①在debug中,使用e命令,向内存单元填写数据。在debug中,使用f命令,向内存单元批量填写数据。 ②尝试
阅读全文
摘要:实验任务三 source code in Complex.hpp : 1 #include <iostream> 2 3 using namespace std; 4 class Complex{ 5 public: 6 Complex(){ 7 real = 0; 8 imag = 0; 9 }
阅读全文

浙公网安备 33010602011771号