12 2021 档案

摘要:1. 实验任务1 task1.asm源码 1 assume cs:code, ds:data 2 3 data segment 4 x dw 1020h, 2240h, 9522h, 5060h, 3359h, 6652h, 2530h, 7031h 5 y dw 3210h, 5510h, 606 阅读全文
posted @ 2021-12-16 21:12 致命华彩真实伤害 阅读(123) 评论(1) 推荐(0)
摘要:实验五 模板类与多态 四、实验结论 1.实验二 #ifndef PERSON_HPP #define PERSON_HPP #include <iostream> #include <string> #include <utility> using namespace std; class Pers 阅读全文
posted @ 2021-12-14 21:22 致命华彩真实伤害 阅读(13) 评论(2) 推荐(0)