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

    1.实验任务1 Publisher.cpp 点击查看代码 #include <iostream> #include <string> #include "publisher.hpp" // Publisher类:实现 Publisher::Publisher(const std::string &n
     面向对象程序设计(南京信息工程大学)   陈晨aaa   2025-12-16 21:33    0    3
  • 实验5

    一、实验结论 1. 实验任务1 程序源代码 Publisher.hpp #pragma once #include <string> // 发行/出版物类:Publisher (抽象类) class Publisher { public: Publisher(const std::string &n
     面向对象程序设计(南京信息工程大学)   isaacsun18   2025-12-16 21:56    0    3
  • 实验五

    实验任务1 源代码如下: publisher.hpp 点击查看代码 #pragma once #include <string> class Publisher { public: Publisher(const std::string &name_ = ""); virtual ~Publishe
     面向对象程序设计(南京信息工程大学)   OSCR   2025-12-16 20:14    0    3
  • 实验6

    任务1: 源代码: contestant.hpp #pragma once #include <iomanip> #include <iostream> #include <string> struct Contestant { long id; // 学号 std::string name; //
     面向对象程序设计(南京信息工程大学)   不吃虾仁饭   2025-12-17 22:46    0    3
  • Python蓝桥杯第三次学习+感悟

    本周学习内容:视频 22 字符串补充——视频 24 打包与解包 由于我之前学Python只是学习基础的东西,所以这些扩展的内容我都没学 现在半个小时能学到很多东西,一个一个写 不如自己实干实地的做笔记 所以就简单说一下自己的进度 感悟: 1.学习方法: 在学习蓝桥杯的课程中,我发现对于基础知识和基础
     大数据与人工智能创新开放实验室(安徽工程大学 - 计算机与信息学院)   问心又问天   2025-12-17 22:18    0    3
  • 实验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    3
  • 实验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    3
  • 实验六

    实验任务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    3
  • 实验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    3
  • 实验6 文件I/O与异常处理

    实验任务1 源代码: #pragma once #include <iomanip> #include <iostream> #include <string> struct Contestant { long id; // 学号 std::string name; // 姓名 std::strin
     面向对象程序设计(南京信息工程大学)   溯溪而上   2025-12-17 15:57    0    3
  • 实验6

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

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

    作业所属课程:我的班级 作业内容:第九次作业 姓名:林奕鹏 学号:102500313 作业: 总结:这次作业让我学会了运用结构体解决实际问题。
     2025高级语言程序设计(福州大学)   birdLin   2025-12-15 15:50    0    3
  • 高级语言程序设计课程第九次个人作业

    班级链接:https://edu.cnblogs.com/campus/fzu/gjyycx/ 作业链接:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15595 姓名:李志鹏 学号:102500325 1 2 3 4 5 6 7 8 9
     2025高级语言程序设计(福州大学)   禄水藏   2025-12-14 21:06    0    3
  • 高级语言程序设计课程第九次个人作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15595 学号:102400116 姓名:黄博文 声明一个结构体类型,
     2025高级语言程序设计(福州大学)   汉堡w   2025-12-14 23:44    0    3
  • 高级语言程序设计课程第九次个人作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15595 学号:102400111 姓名:蔡伟仡 声明一个结构体类型,
     2025高级语言程序设计(福州大学)   ajsn   2025-12-15 15:01    0    3
  • 实验五

    任务一 publisher.hpp源代码如下 1 #pragma once 2 3 #include <string> 4 5 // 发行/出版物类:Publisher (抽象类) 6 class Publisher { 7 public: 8 Publisher(const std::string
     面向对象程序设计(南京信息工程大学)   nonono小酷宝   2025-12-14 16:22    0    3
  • 高级语言程序设计课程第九次个人作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15595 学号:102500330 姓名:黄明浩 声明一个结构体类型,
     2025高级语言程序设计(福州大学)   MichaelJs   2025-12-14 13:17    0    3
  • 实验4 组合与继承

    实验任务1 代码组织: GradeCalc.hpp 类GradeCalc声明 GradeCalc.cpp 类GradeCalc实现 demo1.cpp 测试代码 + main.cpp GradeCalc.hpp #pragma once #include <vector> #include <arr
     面向对象程序设计(南京信息工程大学)   bastille433   2025-12-02 23:25    1    3
  • 实验五

    实验任务1 问题1:找数组中的最大值和最小值 问题2:主函数中定义的min和max变量的地址 int a[N]; int min, max; printf("录入%d个数据:\n", N); input(a, N); printf("数据是: \n"); output(a, N); printf("
     程序设计基础(南京信息工程大学)   Linch114514   2025-12-12 13:57    1    3
< Prev1···129130131132133134135136137138139···200Next >

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