• 首页
  • 校区
  • 班级
  • 博文
  • 评论
  • 作业
总阅读排行 | 周阅读排行 | 零回复 | 有回复 | 作业博文 | 其他博文 | 所有博文
零回复 | 有回复 | 作业 | 其他 | 所有
  • 102301309陈芳玲的总结

    一、学期回顾 1.1 回顾你对于软件工程课程的想象 在学期初,我对软件工程课程的想象主要集中在学习系统化的软件开发方法论和掌握团队协作的规范流程。 我期待通过这门课程了解从需求分析到产品上线的完整生命周期,学习如何在实际项目中应用敏捷开发、版本控制等工程实践。现在看来,课程在这些方面完全超出了我的期
     202501 软件工程(福州大学 - 计算机与大数据学院)   cfl05   2025-12-24 19:25    0    11
  • 团队作业6-复审和事后分析

    一,作业摘要 信息项 内容 作业要求位置 https://edu.cnblogs.com/campus/gdgy/Class34Grade23ComputerScience/homework/13485 作业目标 复审与事后分析 二、团队介绍 队名:简码双星 团队成员 姓名 学号 冯诗萍(组长) 3
     计科23级34班(广东工业大学 - 计算机学院)   冯诗萍   2025-12-25 00:45    0    10
  • 团队作业6——复审与事后分析

    这个作业属于哪个课程 https://edu.cnblogs.com/campus/gdgy/Class34Grade23ComputerScience 这个作业要求在哪里 https://edu.cnblogs.com/campus/gdgy/Class34Grade23ComputerScien
     计科23级34班(广东工业大学 - 计算机学院)   柯程炜   2025-12-25 00:41    0    10
  • 软件技术基础第四次作业

    这个作业属于哪个课程 https://edu.cnblogs.com/campus/zjlg/25rjjc 这个作业的目标 介绍自己的小组 姓名-学号 薛立晨-2023329301032 孔卓浩-2023329301030 谢义观-2023329301086 郑奕杰-2023329301045 小组
     25软件技术基础(浙江理工大学)   chen54321   2025-12-25 20:43    0    10
  • 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]; // 作
     程序设计基础(南京信息工程大学)   郑子鑫   2025-12-22 20:05    0    10
  • 实验六

    实验任务4 #include <stdio.h> #include <stdlib.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double
     程序设计基础(南京信息工程大学)   nightmareplus   2025-12-23 16:08    0    10
  • 实验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    10
  • 实验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    10
  • 实验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    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    10
  • 实验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
     程序设计基础(南京信息工程大学)   高熙恩   2025-12-21 23:21    0    10
  • 实验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[
     程序设计基础(南京信息工程大学)   徐维彬   2025-12-21 20:04    0    10
  • 实验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
  • 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
  • 实验六

    实验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
     程序设计基础(南京信息工程大学)   deepsigh   2025-12-22 23:50    0    9
  • 软件工程组第四次作业

    这个作业属于哪个课程 https://edu.cnblogs.com/campus/zjlg/25rjjc 作业目标 介绍自己小组 小组名称 404 notfound组 小组成员 2023329301021-邢家康 2023329301050-刘哲瀚 2023329301048-郑皓明 202332
     25软件技术基础(浙江理工大学)   cwtwo   2025-12-25 20:34    0    9
  • 软件技术基础第四次作业

    这个作业属于哪个课程 https://edu.cnblogs.com/campus/zjlg/25rjjc/homework/13538 这个作业的目标 介绍自己的小组 小组名称 你说的都队 小组成员 史梦达-2023329301009 朱昊武-2023329301013 董俊炜-202332930
     25软件技术基础(浙江理工大学)   smdmsd   2025-12-25 19:38    0    9
  • 团队作业6——复审与事后分析

    团队作业6——复审与事后分析 条目 内容 这个作业属于哪个课程 计科23级12班 这个作业要求在哪里 团队作业6——复审与事后分析 Alpha阶段项目复审:Alpha阶段项目复审报告 事后诸葛亮分析报告:Alpha阶段事后分析报告
     计科23级12班(广东工业大学 - 计算机学院)   阿依古再里·艾力   2025-12-24 23:09    0    9
  • 实验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)
     程序设计基础(南京信息工程大学)   幸福啥颜色呢   2025-12-24 20:50    0    8
< Prev1234567891011···21Next >

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