• 首页
  • 校区
  • 班级
  • 博文
  • 评论
  • 作业
总阅读排行 | 周阅读排行 | 零回复 | 有回复 | 作业博文 | 其他博文 | 所有博文
零回复 | 有回复 | 作业 | 其他 | 所有
  • 。第二次作业

    项目 内容 姓名+学号 周建昌 2023331200139 作业目标 实现一个命令行文本统计 马云库链接 https://gitee.com/zjc0910/second-assignment1.git 这个作业属于哪个课程 https://edu.cnblogs.com/campus/zjlg/2
     25软件技术基础(浙江理工大学)   zjczcj   2025-11-03 16:25    0    12
  • 软件技术基础第二次作业

    这个作业属于哪个课程 https://edu.cnblogs.com/campus/zjlg/25rjjc 这个作业的目标 实现一个命令行文本计数统计程序 姓名-学号 胡毅-2023329301088 码云仓库地址:https://gitee.com/ehvsh/hu-yis-homework
     25软件技术基础(浙江理工大学)   ehvsh   2025-11-03 18:08    0    12
  • 实验6

    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]; // 作者 7 double sales_
     程序设计基础(南京信息工程大学)   屑乃   2025-12-25 20:08    1    11
  • 实验六

    实验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    1    11
  • 实验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    1    11
  • 数据采集实践大项目

    项目信息 内容描述 课程 2025数据采集与融合技术 组名、项目简介 组名: 基米大哈气 项目背景: 针对B站视频评论信息量大、内容杂乱的问题,提供智能化的筛选与分类方案,帮助用户快速了解视频评论风向。 项目目标: 开发一个支持评论爬取、智能分类、违禁词管理及可视化分析的综合系统,实现对评论内容的精
     2025数据采集与融合技术实践(福州大学 - 福州大学计算机与大数据学院)   流留六刘   2025-12-19 13:48    0    11
  • 实验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    1    11
  • 实验6

    实验任务4 源代码 1 #include <stdio.h> 2 #define N 10 3 #include<stdlib.h> 4 typedef struct { 5 char isbn[20]; // isbn号 6 char name[80]; // 书名 7 char author[8
     程序设计基础(南京信息工程大学)   每户下山流量   2025-12-21 20:12    1    11
  • 实验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    1    11
  • 行之助项目爬虫

    这个项目属于哪个课程 2025数据采集与融合技术 组名、项目简介 组名:好运来项目需求:智能运动辅助应用,针对用户上传的运动视频(以引体向上为核心),解决传统动作评估依赖主观经验、反馈延迟的问题,提供客观的动作分析与改进建议项目目标:对用户上传的运动视频进行动作分析、评分,提供个性化改进意见,包含完
     2025数据采集与融合技术实践(福州大学 - 福州大学计算机与大数据学院)   Sike0420   2025-12-20 20:00    0    11
  • oop实验六

    实验六 test1 源代码: 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-22 20:16    1    11
  • 实验报告六

    实验四: 1 #include <stdio.h> 2 #define N 10 3 4 typedef struct { 5 char isbn[20]; // isbn号 6 char name[80]; // 书名 7 char author[80]; // 作者 8 double sales
     程序设计基础(南京信息工程大学)   陆绎   2025-12-22 16:41    1    11
  • 多源异构数据采集与融合应用综合实践

    这个项目属于哪个课程 2025数据采集与融合技术 组名、项目简介 组名:好运来项目需求:智能运动辅助应用,针对用户上传的运动视频(以引体向上为核心),解决传统动作评估依赖主观经验、反馈延迟的问题,提供客观的动作分析与改进建议项目目标:对用户上传的运动视频进行动作分析、评分,提供个性化改进意见,包含完
     2025数据采集与融合技术实践(福州大学 - 福州大学计算机与大数据学院)   XWJ_777   2025-12-22 01:15    0    11
  • 实验六

    实验任务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    1    11
  • 数据采集综合实践

    课程 2025数据采集与融合技术 (https://edu.cnblogs.com/campus/fzu/2025DataCollectionandFusiontechnology) 项目整体 组名、项目简介 组名:基米大哈气 项目背景:针对B站视频评论信息量大、内容杂乱的问题,提供智能化的筛选与分
     2025数据采集与融合技术实践(福州大学 - 福州大学计算机与大数据学院)   缪阿   2025-12-30 16:37    0    11
  • 团队作业6——复审与事后分析

    一、作业基本信息 这个作业属于哪个课程https://edu.cnblogs.com/campus/gdgy/Class34Grade23ComputerScience/ 这个作业要求在哪里 https://edu.cnblogs.com/campus/gdgy/Class34Grade23Comp
     计科23级34班(广东工业大学 - 计算机学院)   Sajax-   2025-12-25 00:32    0    11
  • 高级语言程序设计课程第十次个人作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里: https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15595 学号:102500407 姓名:胡晨怡 作业内容 (1)编
     2025高级语言程序设计(福州大学)   胡晨怡   2025-12-27 18:21    0    11
  • 实验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    1    11
  • Test6

    任务一 源代码 contestant.hpp 点我展开代码 #pragma once #include <iomanip> #include <iostream> #include <string> struct Contestant { long id; // 学号 std::string nam
     面向对象程序设计(南京信息工程大学)   董建标   2025-12-17 09:34    1    11
  • 实验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    1    11
< Prev1···4849505152535455565758···200Next >

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