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

    task1 contestant.hpp 1 #pragma once 2 3 #include<iomanip> 4 #include<iostream> 5 #include<string> 6 7 struct Contestant{ 8 //学号/姓名/专业 9 long id; 10 st
     面向对象程序设计(南京信息工程大学)   fg-ever   2025-12-19 01:27    0    11
  • 实验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    10
  • 落山基唬人队-beta冲刺

    这个作业属于哪个课程 https://edu.cnblogs.com/campus/fzu/202501SoftwareEngineering 这个作业要求在哪里 https://edu.cnblogs.com/campus/fzu/202501SoftwareEngineering/homewor
     202501 软件工程(福州大学 - 计算机与大数据学院)   xuezong691   2025-12-23 09:56    0    10
  • 数据采集第5小组 旅宝开发经历分享

    🚀 拒绝平庸:我们是如何把一个“作业”做成下一代旅行神器的? 做这个“旅宝 (Lübao)”项目的初衷其实特别简单:我们受够了做攻略时的手忙脚乱。 想象一下你平时做计划的样子:左手刷着小红书找网红店,右手开着地图看路线,还得切出去打开备忘录记时间。屏幕窗口切来切去,最后心态崩了,只想说一句:“算了
     2025数据采集与融合技术实践(福州大学 - 福州大学计算机与大数据学院)   wjord2023   2025-12-19 18:48    0    10
  • 实验六

    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    10
  • 高级语言程序设计课程第十次个人作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15596 学号:102500305 姓名:赖晓娟 (1)编写一个程序,
     2025高级语言程序设计(福州大学)   Whooooo   2025-12-17 20:12    0    10
  • 实验6

    实验任务1: 源代码contestant.hpp 1 #pragma once 2 #include<iomanip> 3 #include<iostream> 4 #include<string> 5 6 struct Contestant{ 7 long id; 8 std::string na
     面向对象程序设计(南京信息工程大学)   知之为吃吃   2025-12-19 20:58    0    10
  • 实验6

    实验任务4 #include <stdio.h> #define N 10 typedef struct { char isbn[20]; char name[80]; char author[80]; double sales_price; int sales_count; } Book; voi
     程序设计基础(南京信息工程大学)   夏夏夏x   2025-12-19 18:18    0    9
  • 高级语言程序设计课程第十次个人作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15596 学号:102400102 姓名:方韵希 作业内容 (1)编写
     2025高级语言程序设计(福州大学)   方韵希   2025-12-18 20:47    0    9
  • 高级语言程序设计第十次作业

    高级语言程序设计第十次作业 作业所属课程:我的班级 作业内容:第十次作业 姓名:黄洁琳 学号102500306 1 编写一个程序,将一个文件的内容复制到另一个文件中。 2 编写一个程序,统计一个文本文件中的字符数。 fread返回的是一次读取的字符数,一次读取把一个数组尽可能装满 这里字符数是14的
     2025高级语言程序设计(福州大学)   黄洁琳   2025-12-18 12:57    0    9
  • 实验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    9
  • 实验6

    实验6 c语言结构体和枚举应用编程 #include <stdio.h> #include <string.h> #define N 3 // 运行程序输入测试时,可以把N改小一些输入测试 typedef struct student { int id; // 学号 char name[20]; /
     程序设计基础(南京信息工程大学)   202563430006丁梓轩   2025-12-19 20:19    0    9
  • 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    9
  • 实验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    9
  • 马头市区—beta冲刺

    马头市区 - Beta冲刺 一、项目回顾与改进 1. alpha冲刺后存在的问题及解决 在Alpha阶段结束后,团队进行了密集的内部测试,发现了三个影响用户体验的核心问题,针对这些问题我们进行了深入的技术探索并完成了修复。 (1)战术板界面 UI 交互冲突 问题描述:用户的操作意图与系统响应状态机设
     202501 软件工程(福州大学 - 计算机与大数据学院)   Boshsama   2025-12-23 15:40    0    9
  • 高级语言程序设计课程第十次个人作业

    高级语言程序设计课程第十次个人作业 这个作业属于哪个课程: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
  • 实验6

    一、实验任务1 源代码contestant.hpp 1 #pragma once 2 #include<iomanip> 3 #include<iostream> 4 #include<string> 5 struct Contestant{ 6 long id; 7 std::string nam
     面向对象程序设计(南京信息工程大学)   鱼籽不煮粥   2025-12-19 21:32    0    8
  • 实验六

    任务一: 1.源代码: (1)contestant.hpp: #pragma once #include <iomanip> #include <iostream> #include <string> struct Contestant { long id; // 学号 std::string na
     面向对象程序设计(南京信息工程大学)   Likgon   2025-12-19 21:38    0    8
  • 实验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    8
  • Python蓝桥杯第三次学习+感悟

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

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