• 首页
  • 校区
  • 班级
  • 博文
  • 评论
  • 作业
总阅读排行 | 周阅读排行 | 零回复 | 有回复 | 作业博文 | 其他博文 | 所有博文
零回复 | 有回复 | 作业 | 其他 | 所有
  • 高级语言程序设计第十次作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15596 学号:102500308 姓名:郭心悦 (1)编写一个程序,
     2025高级语言程序设计(福州大学)   gxyy   2025-12-18 21:29    0    4
  • 实验六

    实验任务1 源代码contestant.hpp 1 #pragma once 2 #include <iomanip> 3 #include <iostream> 4 #include <string> 5 struct Contestant { 6 long id; // 学号 7 std::st
     面向对象程序设计(南京信息工程大学)   木辛梓   2025-12-19 10:16    0    4
  • 实验6 文件IO与异常处理

    实验任务1 代码组织: contestant.hpp 结构体Contestant定义及其重载运算符函数>>和<<实现 utils.hpp 工具函数实现(排序函数、数据读/写) task1.cpp 应用代码 + main contestant.hpp #pragma once #include <io
     面向对象程序设计(南京信息工程大学)   bastille433   2025-12-19 11:33    0    4
  • 实验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    4
  • OOP-实验5

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

    task1: 1 #include <iostream> 2 #include <string> 3 4 struct Contestant { 5 long id; // 学号 6 std::string name; // 姓名 7 std::string major; // 专业 8 int s
     面向对象程序设计(南京信息工程大学)   sunishope   2025-12-17 16:58    0    4
  • 实验6 文件I/O与异常处理

    实验任务一: 源代码: #pragma once #include <iomanip> #include <iostream> #include <string> struct Contestant { long id; // 学号 std::string name; // 姓名 std::stri
     面向对象程序设计(南京信息工程大学)   pithia   2025-12-17 22:07    0    4
  • 实验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    1    4
  • 实验6

    实验任务1: utils.hpp源代码: 1 #pragma once 2 #include <fstream> 3 #include <iostream> 4 #include <stdexcept> 5 #include <string> 6 #include <vector> 7 #inclu
     面向对象程序设计(南京信息工程大学)   王宝炜   2025-12-17 10:31    0    4
  • 实验5

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

    实验五 实验任务一 代码 publisher.cpp #include <iostream> #include <string> #include "publisher.hpp" // Publisher类:实现 Publisher::Publisher(const std::string &nam
     面向对象程序设计(南京信息工程大学)   ltffff   2025-12-16 19:47    1    4
  • 高级语言程序设计第十次作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15596 学号 102500415 姓名 林帅前 1. 2. 3. 4
     2025高级语言程序设计(福州大学)   潇山北风   2025-12-16 18:34    0    4
  • 高级语言程序设计课程第十次个人作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15596 学号:102500323 姓名:黄铭昊 一、编写一个程序,将
     2025高级语言程序设计(福州大学)   破碎的心~   2025-12-16 17:35    0    4
  • 高级语言程序设计课程第十次个人作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里: https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15596 学号:102500335 姓名:任柏宇 1. 2. 3.
     2025高级语言程序设计(福州大学)   Roe_feb22   2025-12-16 20:54    0    4
  • 高级语言程序设计第十次作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15596 学号:102500417 姓名:刘朝榕 设计程序 1编写一个
     2025高级语言程序设计(福州大学)   峋   2025-12-16 22:52    0    4
  • 实验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    1    4
  • 实验五

    实验一: 1 #include <memory> 2 #include <iostream> 3 #include <vector> 4 #include "publisher.hpp" 5 6 void test1() { 7 std::vector<Publisher *> v; 8 9 v.p
     面向对象程序设计(南京信息工程大学)   yahuao   2025-12-16 19:25    1    4
  • 高级语言程序设计课程第十次个人作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15596 学号:102500326 姓名:罗炜 1 2 3 4 5 6
     2025高级语言程序设计(福州大学)   小夜仆   2025-12-16 19:28    0    4
  • 高级语言程序设计课程第十次个人作业

    班级链接:https://edu.cnblogs.com/campus/fzu/gjyycx/ 作业链接:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15596 学号:102500324 姓名:卢龙腾 1.
     2025高级语言程序设计(福州大学)   TendouSamui   2025-12-16 17:31    0    4
  • 实验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    1    4
< Prev123456789101112···16Next >

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