-
软件技术第三次作业
这个作业属于哪个课程 https://edu.cnblogs.com/campus/zjlg/25rjjc 这个作业的目标 完成一个“电梯演讲”,介绍项目 姓名-学号 朱恩豪-2023329301080 姓名-学号 万绮梦-2023339915012 https://v.douyin.com/qur -
高级语言程序第七次作业
属于课程 2025高级语言程序设计 (福州大学) 作业要求 高级语言程序设计课程第七次个人作业 学号 102300317 姓名 李东阳 (1)定义一个二维数组和指向该数组的指针,分别以数组下标和指针的形式引用数组各个元素进行赋值与输出。 (2)构造螺旋方阵。对任意给定的N,将1到N×N的数字从左上角 -
高级语言程序设计课程第八次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15590 学号:<102500401> 姓名:<林含悦> 11.13 -
实验5 多态
实验任务1 代码组织: publisher.hpp 类publisher及其派生类book,film,music声明 publisher.cpp 类publisher及其派生类book,film,music实现 task1.cpp 测试模块+main publisher.hpp #pragma on -
实验五
publisher.hpp #pragma once #include <string> // 发行/出版物类:Publisher (抽象类) class Publisher { public: Publisher(const std::string &name_ = ""); // 构造函数 vi -
实验五
task1 源代码 publisher.hpp #pragma once #include <string> // 发行/出版物类:Publisher (抽象类) class Publisher { public: Publisher(const std::string &name_ = ""); -
实验5
task1_1 #include <stdio.h> #define N 5 void input(int x[], int n); void output(int x[], int n); void find_min_max(int x[], int n, int* pmin, int* pmax -
实验5
一 #include <stdio.h> #define N 5 void input(int x[], int n); void output(int x[], int n); void find_min_max(int x[], int n, int *pmin, int *pmax); int -
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 -
实验6
任务1: contestant.hpp #pragma once #include <iomanip> #include <iostream> #include <string> struct Contestant { long id; // 学号 std::string name; // 姓名 s -
实验6 文件I/O与异常处理
实验任务1 程序源代码如下: contestant.hpp 1 #pragma once 2 #include <iomanip> 3 #include <iostream> 4 #include <string> 5 6 struct Contestant { 7 long id; 8 std:: -
OOP-实验6
实验任务1 源代码 contestant.hpp,utils.hpp,task1.cpp 点击查看代码 contestant.hpp #pragma once #include <iomanip> #include <iostream> #include <string> struct Contes -
团队作业5——测试与发布(Alpha版本)
一、作业基本信息 项目 内容 这个作业属于哪个课程 https://edu.cnblogs.com/campus/gdgy/Class34Grade23ComputerScience/ 这个作业要求在哪里 https://edu.cnblogs.com/campus/gdgy/Class34Grad -
实验五
任务一 publisher.hpp 1 #pragma once 2 #include<string> 3 class Publisher 4 { 5 public: 6 Publisher(const std::string &name_=""); 7 virtual ~Publisher()=d -
贪心算法解决 “选点问题”:策略、证明与思考
贪心算法解决 “选点问题”:策略、证明与思考 在算法学习中,贪心算法是一类 “局部最优导向全局最优” 的经典思想。本文以作业中的 “选点问题” 为例,详解贪心策略的设计、正确性证明,同时谈谈我对贪心算法的理解。 一、选点问题:问题分析与贪心策略 问题描述 数轴上有n个闭区间[a_i, b_i],要求 -
102302134陈蔡裔数据采集综合实践
综合实践 引言 大家好,我是陈蔡裔,来自“途个开心——旅行规划与记录助手”项目团队。在为期数月的项目开发中,我主要担任前端架构师,负责从技术选型到组件开发的全链路实现。本文将系统性地分享我在Vue3、组件化架构、数据可视化以及性能优化方面的技术实践与深度思考。 一、技术栈选型与架构设计 1.1 为什 -
高级语言程序设计课程第四次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里: https://edu.cnblogs.com/campus/fzu/gjyycx/homework/14577 学号:102500326 姓名:罗炜 (1) (2) 1 -
高级语言程序设计第四次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里: https://edu.cnblogs.com/campus/fzu/gjyycx/homework/14577 学号:102500409 姓名:周康琳 1.运行以下程序给 -
高级语言程序设计课程第四次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里: https://edu.cnblogs.com/campus/fzu/gjyycx/homework/14577 学号:102500401 姓名:林含悦 一、 1. 2. -
高级语言程序设计第三次个人作业
班级连接:https://edu.cnblogs.com/campus/fzu/gjyycx 作业链接:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/13574 学号:102400111 姓名:蔡伟仡 1.作业内容 (1)编写并运行书本第4章4