10 2021 档案
摘要:1. 实验任务 1 debug中一些小tips: 1)命令大小写等价 2)数字默认十六进制,无需加H 3)ctrl+c终止命令执行 4)命令和参数之间可以没有分隔符 常用debug命令: -r 显示或修改寄存器的值 -d 显示存储单元内容【-d 段地址:偏移地址 结尾偏移地址】 -e 修改存储单元内
阅读全文
摘要:实验任务3 //Complex.hpp 1 #ifndef COMPLEX_HPP 2 #define COMPLEX_HPP 3 4 #include <iostream> 5 #include <cmath> 6 using namespace std; 7 8 class Complex 9
阅读全文

浙公网安备 33010602011771号