• 首页
  • 校区
  • 班级
  • 博文
  • 评论
  • 作业
总阅读排行 | 周阅读排行 | 零回复 | 有回复 | 作业博文 | 其他博文 | 所有博文
零回复 | 有回复 | 作业 | 其他 | 所有
  • 实验五

    实验任务1 源代码: publisher.cpp #include <iostream> #include <string> #include "publisher.hpp" // Publisher类:实现 Publisher::Publisher(const std::string &name_
     面向对象程序设计(南京信息工程大学)   张毅炜   2025-12-15 15:54    0    2
  • 实验5

    1. 实验任务1 #pragma once #include <string> // 发行/出版物类:Publisher (抽象类) class Publisher { public: Publisher(const std::string &name_ = ""); // 构造函数 virtual
     面向对象程序设计(南京信息工程大学)   崎膺   2025-12-16 23:35    0    2
  • OOP实验五

    OOP の 学习
     面向对象程序设计(南京信息工程大学)   Churk   2025-12-16 23:13    0    2
  • 实验五

    任务1 publisher.cpp #include <iostream> #include <string> #include "publisher.hpp" // Publisher类:实现 Publisher::Publisher(const std::string &name_): name
     面向对象程序设计(南京信息工程大学)   星空织梦   2025-12-16 23:29    0    2
  • 实验5

    任务1:源代码: 1 #pragma once 2 3 #include <string> 4 5 // 发行/出版物类:Publisher (抽象类) 6 class Publisher { 7 public: 8 Publisher(const std::string &name_ = "");
     面向对象程序设计(南京信息工程大学)   lei1459   2025-12-16 16:39    0    2
  • 高级语言程序设计第十次个人作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx/ 这个作业要求在哪里: https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15596 学号:102500327 姓名:李文涛 1. 2. 3.
     2025高级语言程序设计(福州大学)   327lwt   2025-12-17 16:33    0    2
  • 实验六

    实验任务1: 源代码: 1 #pragma once 2 #include <iomanip> 3 #include <iostream> 4 #include <string> 5 6 struct Contestant { 7 long id; // 学号 8 std::string name;
     面向对象程序设计(南京信息工程大学)   ({)}   2025-12-17 18:27    0    2
  • 实验6_CPP

    任务1 源代码 contestant.hpp #pragma once #include <iomanip> #include <iostream> #include <string> struct Contestant { long id; // 学号 std::string name; // 姓
     面向对象程序设计(南京信息工程大学)   DKZ_Oliveira   2025-12-17 22:09    0    2
  • 实验六

    实验任务一 代码 contestant.hpp 点击查看代码 #pragma once #include <iomanip> #include <iostream> #include <string> struct Contestant { long id; // 学号 std::string na
     面向对象程序设计(南京信息工程大学)   廾匸gg   2025-12-17 21:58    0    2
  • 高级语言程序设计课程第十次个人作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15596 学号:102500313 姓名:林奕鹏 作业: 总结:这次作
     2025高级语言程序设计(福州大学)   birdLin   2025-12-17 21:20    0    2
  • 实验6 文件I/O与异常处理

    实验任务一: 源码: #pragma once #include <iomanip> #include <iostream> #include <string> struct Contestant { long id; // 学号 std::string name; // 姓名 std::strin
     面向对象程序设计(南京信息工程大学)   黎明Z   2025-12-17 20:58    0    2
  • 算法第四次作业

    1.关于选点问题的贪心策略,就是按右端点大小将区间排序后从第一个小的开始选右端点,之后若端点在区间就找下一个区间,端点不在那个区间就把那个区间右端点选上以此类推直至最后一个区间。 2.关于算法是否满足贪心选择性质,用反证法可证,前提:把区间按右端点升序排好,第一个区间是(I_1),右端点是(b_1)
     网络空间安全2401(广东外语外贸大学 - 信息学院)   lox_y   2025-12-16 20:41    0    2
  • c++ 5

    ##task1 #代码 1 #include <iostream> 2 #include <string> 3 #include "publisher.hpp" 4 5 // Publisher类:实现 6 Publisher::Publisher(const std::string &name_)
     面向对象程序设计(南京信息工程大学)   Zhades   2025-12-16 20:54    0    2
  • 实验五

    TASK1 publisher.cpp 点击查看代码 #include <iostream> #include <string> #include "publisher.hpp" // Publisher类:实现 Publisher::Publisher(const std::string &nam
     面向对象程序设计(南京信息工程大学)   hhbo527   2025-12-16 19:37    0    2
  • 实验5 多态

    实验一: 代码:task1.cpp: #include <memory> #include <iostream> #include <vector> #include "publisher.hpp" void test1() { std::vector<Publisher *> v; v.push_
     面向对象程序设计(南京信息工程大学)   唐文鑫   2025-12-16 21:23    0    2
  • 实验5

    实验任务一 #pragma once #include <string> // 发行/出版物类:Publisher (抽象类) class Publisher { public: Publisher(const std::string &name_ = ""); // 构造函数 virtual ~P
     面向对象程序设计(南京信息工程大学)   晚夕惋惜婉西   2025-12-16 22:51    0    2
  • 高级语言程序设计课程第十次个人作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15596 学号:102500419 姓名:吴鸿益 (1)编写一个程序,
     2025高级语言程序设计(福州大学)   Moou11   2025-12-16 20:23    0    2
  • 实验5

    #任务1 ##代码 ###publisher.hpp 1 #pragma once 2 3 #include <string> 4 5 // 发行/出版物类:Publisher (抽象类) 6 class Publisher { 7 public: 8 Publisher(const std::st
     面向对象程序设计(南京信息工程大学)   五树   2025-12-16 22:54    0    2
  • OOP-实验5

    一、任务1 1、源代码: publish.hpp #pragma once #include <string> // 发行/出版物类:Publisher (抽象类) class Publisher { public: Publisher(const std::string &name_ = "");
     面向对象程序设计(南京信息工程大学)   愿意讲   2025-12-16 21:01    0    2
  • 实验5

    一 #pragma once #include <string> // 发行/出版物类:Publisher (抽象类) class Publisher { public: Publisher(const std::string& name_ = ""); // 构造函数 virtual ~Publi
     面向对象程序设计(南京信息工程大学)   HdYi   2025-12-17 00:47    0    2
< Prev1···131132133134135136137138139140141···200Next >

Copyright ©2025 Cnblogs, Inc. Powered by .NET Core on Kubernetes. 问题反馈   帮助文档