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

    实验任务4 1 #include<stdio.h> 2 #define N 100 3 int main() 4 { 5 FILE *fp; 6 int n=0,ch; 7 fp=fopen("data4.txt","r"); 8 if(fp == NULL) 9 { 10 printf("fail
     程序设计基础(南京信息工程大学)   craty   2025-12-25 21:04    0    7
  • 实验6

    test1 点击查看代码 #include<stdio.h> #include<string.h> #define N 2 typedef struct student{ int id; char name[20]; char subject[20]; double perf; double mid
     程序设计基础(南京信息工程大学)   牛汝顺   2025-12-25 13:21    1    7
  • 实验六

    任务1 任务2 任务3 任务4 #include <stdio.h> #include <string.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; //
     程序设计基础(南京信息工程大学)   邹秉祥   2025-12-25 09:51    1    7
  • 软工团队作业6

    作业信息 这个作业属于哪个课程 首页 - 计科23级34班 - 广东工业大学 - 班级博客 - 博客园 这个作业要求在哪里 团队作业6——复审与事后分析 - 作业 - 计科23级34班 - 班级博客 - 博客园 这个作业的目标 Alpha阶段项目复审与事后诸葛亮分析报告 Alpha阶段复审 软工作业
     计科23级34班(广东工业大学 - 计算机学院)   OZM   2025-12-25 00:27    0    7
  • 实验六

    任务4 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-25 11:37    1    7
  • 实验6

    实验任务4 1 #define _CRT_SECURE_NO_WARNINGS 2 #include <stdio.h> 3 #include<stdlib.h> 4 #include<string.h> 5 6 #define N 10 7 typedef struct { 8 char isbn
     程序设计基础(南京信息工程大学)   刘奕晨   2025-12-26 01:00    1    7
  • 实验6

    实验任务1 实验任务2 实验任务3 3.1 实验任务4 #include <stdio.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 doubl
     程序设计基础(南京信息工程大学)   25网安1班姚淇奥   2025-12-24 14:09    1    7
  • 实验6

    实验六 实验任务一代码 contestant.hpp #pragma once #include <iomanip> #include <iostream> #include <string> struct Contestant { long id; // 学号 std::string name;
     面向对象程序设计(南京信息工程大学)   浠然予墨   2025-12-23 14:34    1    7
  • 实验6

    实验任务1 源代码 #pragma once #include <iomanip> #include <iostream> #include <string> struct Contestant { long id; // 学号 std::string name; // 姓名 std::string
     面向对象程序设计(南京信息工程大学)   交界地第一深情   2025-12-23 17:28    1    7
  • 实验6

    task1.c task1.c 1 #include <stdio.h> 2 #include <string.h> 3 #define N 3 4 typedef struct student { 5 int id; 6 char name[20]; 7 char subject[20]; 8 d
     程序设计基础(南京信息工程大学)   添罐望仔   2025-12-23 15:18    1    7
  • 实验6

    任务4 1 #include <stdio.h> 2 #include<string.h> 3 4 #define N 10 5 6 7 typedef struct { 8 char isbn[20]; // isbn号 9 char name[80]; // 书名 10 char author[
     程序设计基础(南京信息工程大学)   张晨熙   2025-12-23 20:55    1    6
  • 实验6

    实验任务1 源代码 1 #define _CRT_SECURE_NO_WARNINGS 2 #include <stdio.h> 3 #include <string.h> 4 #define N 3 5 6 typedef struct student { 7 int id; 8 char nam
     程序设计基础(南京信息工程大学)   辣椒酱拌芥末   2025-12-23 20:36    1    6
  • 实验六

    task1 contestant.hpp #pragma once #include<iomanip> #include<iostream> #include<string> struct Contestant{ long id; std::string name; std::string majo
     面向对象程序设计(南京信息工程大学)   kk_n   2025-12-23 14:51    1    6
  • 高级语言程序设计课程第十次个人作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业的要求在:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15596 姓名:黄思哲 学号:102500433 1. 2. 3. 4.
     2025高级语言程序设计(福州大学)   filvis   2025-12-23 11:18    0    6
  • 实验六

    实验4 1 #include <stdio.h> 2 #include <string.h> 3 #define N 10 4 5 typedef struct { 6 char isbn[20]; 7 char name[80]; 8 char author[80]; 9 double sales
     程序设计基础(南京信息工程大学)   cchheenn   2025-12-24 18:24    1    6
  • 实验6

    1.实验任务1 此部分书写内容: 给出contestant.hpp, utils.hpp, task1.cpp源代码及运行结果截图(屏幕输出截图,及,生成数据文件ans.txt截图) contestant.hpp 点击查看代码 #pragma once #include <iomanip> #inc
     面向对象程序设计(南京信息工程大学)   陈晨aaa   2025-12-24 00:02    1    6
  • 实验6 文件I/O与异常处理

    实验任务1 代码 c++ 1 #pragma once 2 #include <iomanip> 3 #include <iostream> 4 #include <string> 5 6 struct Contestant { 7 long id; // 学号 8 std::string name
     面向对象程序设计(南京信息工程大学)   Wenteen   2025-12-23 13:57    1    6
  • 实验6

    #pragma once #include <iomanip> #include <iostream> #include <string> struct Contestant { long id;// 学号 std::string name; // 姓名 std::string major;// 专
     面向对象程序设计(南京信息工程大学)   HdYi   2025-12-23 23:26    1    6
  • 实验6

    任务4 #include <stdio.h> #define N 10 typedef struct { char isbn[20];// isbn号 char name[80];// 书名 char author[80];// 作者 double sales_price; // 售价 int sa
     程序设计基础(南京信息工程大学)   glassheart06   2025-12-24 00:19    1    6
  • 实验六

    实验六 任务一: 代码部分: utils.hpp: #pragma once #include <fstream> #include <iostream> #include <stdexcept> #include <string> #include <vector> #include "conte
     面向对象程序设计(南京信息工程大学)   栖月水生   2025-12-24 02:59    1    6
< Prev123456789101112···16Next >

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