11 2021 档案
摘要:实验任务2(验证性实验) 程序源码: 1 #include<iostream> 2 #include<typeinfo> 3 //definitation of Graph 4 class Graph 5 { 6 public: 7 void draw() { std::cout << "Graph
阅读全文
摘要:实验任务4: 模拟实验任务2,不使用标准库模板类vector,自己动手设计并实现一个动态的整型数组类Vector_int, 使其支持以下要求: 支持在创建int型数组对象时,指定其大小 支持在创建int型数组对象时,指定其大小,并将数组对象中每个数据项初始化到特定的值value 支持用已经存在的in
阅读全文
摘要:1. 本次实验,目标是在实践中学习C++标准库中string, vector, array以及迭代器相关的基础用法。 task5.cpp: 1 #include<iostream> 2 #include <vector> 3 #include"Info.hpp" 4 using namespace
阅读全文

浙公网安备 33010602011771号