摘要: 四、实验结论 1.实验任务1 验证性内容。 2.实验任务2 给出Person.hpp源码和task2.cpp源码 Person.hpp #include <iostream> #include <iomanip> using namespace std; class Person { public: 阅读全文
posted @ 2021-12-11 22:50 幸福^_^灿灿 阅读(56) 评论(2) 推荐(0)
摘要: 四、实验结论 1.实验任务1 task1.asm源码 assume cs:code, ds:data data segment x dw 1020h, 2240h, 9522h, 5060h, 3359h, 6652h, 2530h, 7031h y dw 3210h, 5510h, 6066h, 阅读全文
posted @ 2021-12-11 22:18 幸福^_^灿灿 阅读(64) 评论(1) 推荐(0)