-
102301309陈芳玲的总结
一、学期回顾 1.1 回顾你对于软件工程课程的想象 在学期初,我对软件工程课程的想象主要集中在学习系统化的软件开发方法论和掌握团队协作的规范流程。 我期待通过这门课程了解从需求分析到产品上线的完整生命周期,学习如何在实际项目中应用敏捷开发、版本控制等工程实践。现在看来,课程在这些方面完全超出了我的期 -
团队作业6-复审和事后分析
一,作业摘要 信息项 内容 作业要求位置 https://edu.cnblogs.com/campus/gdgy/Class34Grade23ComputerScience/homework/13485 作业目标 复审与事后分析 二、团队介绍 队名:简码双星 团队成员 姓名 学号 冯诗萍(组长) 3 -
团队作业6——复审与事后分析
这个作业属于哪个课程 https://edu.cnblogs.com/campus/gdgy/Class34Grade23ComputerScience 这个作业要求在哪里 https://edu.cnblogs.com/campus/gdgy/Class34Grade23ComputerScien -
软件技术基础第四次作业
这个作业属于哪个课程 https://edu.cnblogs.com/campus/zjlg/25rjjc 这个作业的目标 介绍自己的小组 姓名-学号 薛立晨-2023329301032 孔卓浩-2023329301030 谢义观-2023329301086 郑奕杰-2023329301045 小组 -
Experiment6
前三个任务代码均编写并运行验证 Task4: 1 #include <stdio.h> 2 #define N 10 3 typedef struct { 4 char isbn[20]; // isbn号 5 char name[80]; // 书名 6 char author[80]; // 作 -
实验六
实验任务4 #include <stdio.h> #include <stdlib.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double -
实验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 -
实验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 -
实验6
实验6 c语言结构体和枚举应用编程 #include <stdio.h> #include <string.h> #define N 3 // 运行程序输入测试时,可以把N改小一些输入测试 typedef struct student { int id; // 学号 char name[20]; / -
实验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 -
实验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 -
实验6
4.试验任务4 task4.c 点击查看代码 #include <stdio.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double sal -
实验6
task1 源代码 1 #define _CRT_SECURE_NO_WARNINGS 2 #include <stdio.h> 3 #include <string.h> 4 #define N 3 5 typedef struct student { 6 int id; 7 char name[ -
实验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 -
task6
task1 源代码 contestant.hpp #pragma once #include <iomanip> #include <iostream> #include <string> struct Contestant { long id; // 学号 std::string name; // -
实验六
实验1: 1 #include<stdio.h> 2 #include<string.h> 3 #include<stdlib.h> 4 #define N 3 5 typedef struct student{ 6 int id; 7 char name[20]; 8 char subject[2 -
软件工程组第四次作业
这个作业属于哪个课程 https://edu.cnblogs.com/campus/zjlg/25rjjc 作业目标 介绍自己小组 小组名称 404 notfound组 小组成员 2023329301021-邢家康 2023329301050-刘哲瀚 2023329301048-郑皓明 202332 -
软件技术基础第四次作业
这个作业属于哪个课程 https://edu.cnblogs.com/campus/zjlg/25rjjc/homework/13538 这个作业的目标 介绍自己的小组 小组名称 你说的都队 小组成员 史梦达-2023329301009 朱昊武-2023329301013 董俊炜-202332930 -
团队作业6——复审与事后分析
团队作业6——复审与事后分析 条目 内容 这个作业属于哪个课程 计科23级12班 这个作业要求在哪里 团队作业6——复审与事后分析 Alpha阶段项目复审:Alpha阶段项目复审报告 事后诸葛亮分析报告:Alpha阶段事后分析报告 -
实验7
实验任务4 源代码: #include<stdio.h> int main() { FILE *fp; fp=fopen("data4.txt","r"); int line=0; int zifu=0; int t; int panduan=0; while((t=fgetc(fp))!=EOF)