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

    试验任务4 1 #define _CRT_SECURE_NO_WARNINGS 2 #include<stdio.h> 3 #include<string.h> 4 #define N 10 5 typedef struct { 6 char isbn[20]; 7 char name[80]; 8
     程序设计基础(南京信息工程大学)   空元   2025-12-19 18:40    0    8
  • 实验六

    task4 1 #include <stdio.h> 2 #include <stdlib.h> 3 #define N 10 4 5 typedef struct { 6 char isbn[20]; 7 char name[80]; 8 char author[80]; 9 double sal
     程序设计基础(南京信息工程大学)   李佳颖   2025-12-20 13:17    0    8
  • task6

    task1 源代码 contestant.hpp #pragma once #include <iomanip> #include <iostream> #include <string> struct Contestant { long id; // 学号 std::string name; //
     面向对象程序设计(南京信息工程大学)   Asahina   2025-12-19 14:46    0    8
  • 实验6 文件I/O与异常处理

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

    任务1: contestant.hpp #pragma once #include <iomanip> #include <iostream> #include <string> struct Contestant { long id; // 学号 std::string name; // 姓名 s
     面向对象程序设计(南京信息工程大学)   彤彤酱   2025-12-17 11:14    0    8
  • 实验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    8
  • 实验六 文件I/O与异常处理

    实验6 文件I/O与异常处理 实验任务1 源码 task1.cpp #include <algorithm> #include <iostream> #include <stdexcept> #include <vector> #include "contestant.hpp" #include "
     面向对象程序设计(南京信息工程大学)   As_Val   2025-12-20 13:53    0    8
  • 高级语言程序设计课程第十次个人作业

    高级语言程序设计课程第十次个人作业 这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx/ 这个作业要求在哪里: https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15596 学号:1025004
     2025高级语言程序设计(福州大学)   NJJz   2025-12-18 23:44    0    8
  • 高级语言程序设计第十次作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15596 学号:102500410 姓名:杜惟真 (1)编写一个程序,
     2025高级语言程序设计(福州大学)   杜惟真   2025-12-16 15:25    0    8
  • 实验六

    任务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-21 16:18    0    8
  • 实验6

    实验任务五 源代码: #include <stdio.h> #define N 10 typedef struct { char isbn[20]; char name[80]; char author[80]; double sales_price; int sales_count; } Book
     程序设计基础(南京信息工程大学)   Lantesry   2025-12-20 16:13    0    8
  • 实验6

    实验任务4 源代码 1 #include <stdio.h> 2 #define N 10 3 4 typedef struct { 5 char isbn[20]; 6 char name[80]; 7 char author[80]; 8 double sales_price; 9 int sa
     程序设计基础(南京信息工程大学)   wsh12345   2025-12-20 14:07    0    7
  • 高级语言程序设计课程第十次个人作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里: https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15596 学号:102500333 姓名:陈俊荣 (1)编写一个程序
     2025高级语言程序设计(福州大学)   Ricardo333   2025-12-19 20:05    0    7
  • 算法第五章作业

    1 1、最小重量机器设计问题的解空间是所有满足成本约束的部件 - 供应商分配方案(有序向量)集合,规模为 mⁿ(我自己不太会表达,这是思考后参考ai得出来的专业答复)。 2、解空间树是 n 层完全 m 叉树,而根到叶子的路径对应相对的分配方案。 3、要有目前正在遍历的部件序号 k、累计的成本c、累计
     网络空间安全2401(广东外语外贸大学 - 信息学院)   邓景鸿   2025-12-21 23:56    0    7
  • 实验6

    实验任务1: contestant.hpp: #pragma once #include <iomanip> #include <iostream> #include <string> struct Contestant { long id; // 学号 std::string name; // 姓
     面向对象程序设计(南京信息工程大学)   fuilk   2025-12-21 15:05    0    7
  • 高级语言程序设计课程第十次个人作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx/ 这个作业要求在哪里: https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15596 学号:102500421 姓名:陈浩宇 (1)编写一个程
     2025高级语言程序设计(福州大学)   昱昉   2025-12-16 20:39    0    7
  • 实验5-多态

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

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15596 学号:102500401 姓名:林含悦 1.编写一个程序,将
     2025高级语言程序设计(福州大学)   林含悦   2025-12-17 12:08    0    7
  • 高级语言程序设计课程第十次个人作业

    (1)编写一个程序,将一个文件的内容复制到另一个文件中。 (2)编写一个程序,统计一个文本文件中的字符数。 (3)编写一个程序,读取一个文本文件的内容,并在控制台上显示。 (4)编写一个程序,向一个文本文件的末尾追加一行文本。 未执行时的文本内容: 执行后: (5)编写一个程序,读取一个文本文件,删
     2025高级语言程序设计(福州大学)   MichaelJs   2025-12-17 15:07    0    7
  • 实验五 多态

    任务1 1.实验代码 #pragma once #include <string> // 发行/出版物类:Publisher (抽象类) class Publisher { public: Publisher(const std::string &name_ = ""); // 构造函数 virtu
     面向对象程序设计(南京信息工程大学)   沉睡的余数   2025-12-16 23:36    1    7
< Prev1234567891011···15Next >

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