• 首页
  • 校区
  • 班级
  • 博文
  • 评论
  • 作业
总阅读排行 | 周阅读排行 | 零回复 | 有回复 | 作业博文 | 其他博文 | 所有博文
零回复 | 有回复 | 作业 | 其他 | 所有
  • 高级语言程序设计课程第三次个人作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里: https://edu.cnblogs.com/campus/fzu/gjyycx/homework/13574 学号:102500320 姓名:张振锟 一、运行以下程序给
     2025高级语言程序设计(福州大学)   梦之羽柔   2025-11-02 16:29    0    11
  • 实验3

    `#define _CRT_SECURE_NO_WARNINGS include <stdio.h> char score_to_grade(int score); int main() { int score; char grade; while (scanf("%d", &score) != E
     程序设计基础(南京信息工程大学)   duan_yu   2025-10-28 22:28    1    11
  • 高级语言程序设计课程第三次个人作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里: https://edu.cnblogs.com/campus/fzu/gjyycx/homework/13574 学号:102500333 姓名:陈俊荣 一、编写并运行书本
     2025高级语言程序设计(福州大学)   Ricardo333   2025-10-28 22:03    0    11
  • 实验3

    task 1运行代码 task1运行代码 task 1运行截图 问题1:score_to_grade的功能是定义函数,从而达成可以将分数定为等级;形参类型为int类型即整数形,返回值类型为char类型即字符型。 问题2:1.会导致程序switch语句前面步骤均失效,仅能发生default语句的情况,
     程序设计基础(南京信息工程大学)   瀮昀   2025-10-28 23:20    1    11
  • 高级语言设计第一次作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业的要求在 https://edu.cnblogs.com/campus/fzu/gjyycx/homework/13558 学号:102500309 姓名:郑睿杰 一 安装Dev-C++
     2025高级语言程序设计(福州大学)   ZRJ12321   2025-10-15 17:06    0    11
  • 实验二

    实验任务1 源代码 点击查看代码 #include<stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define N1 80 #define N2 35 int main(){ int cnt; int random_major
     程序设计基础(南京信息工程大学)   lolikana   2025-10-19 17:31    4    11
  • 高级语言程序设计第一次作业

    班级:https://edu.cnblogs.com/campus/fzu/gjyycx 作业要求:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/13558 学号:102500403 姓名:周悦铃 一、安装C程序的编译环境 1.从microso
     2025高级语言程序设计(福州大学)   周悦铃   2025-10-14 15:30    0    11
  • 102500410 杜惟真 10月14日作业

    下载完成: 代码截图: (记得在每行代码后加入分号!) 运行界面: 这份作业属于的课程:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/13558 这份作业的要求:https://edu.cnblogs.com/campus/fzu/gjyycx
     2025高级语言程序设计(福州大学)   杜惟真   2025-10-14 14:56    0    11
  • 高级语言程序设计第一次作业

    这个作业属于的课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求:https://edu.cnblogs.com/campus/fzu/giyycx/homework/13558 学号:102500304 姓名:黄燕婷 1.安装C程序的编评环境 2
     2025高级语言程序设计(福州大学)   102500304黄燕婷   2025-10-14 15:22    0    11
  • 实验一 现代C++编程初体验

    任务1 源代码task1.cpp #include <iostream> #include <string> #include <vector> #include <algorithm> template<typename T> void output(const T &c); void test1
     面向对象程序设计(南京信息工程大学)   Suki123   2025-10-17 16:30    1    11
  • 实验一

    任务1 源代码: 点击查看代码 #include <iostream> #include <string> #include <vector> #include <algorithm> template<typename T> void output(const T &c); void test1(
     面向对象程序设计(南京信息工程大学)   OSCR   2025-10-16 23:47    1    11
  • 地址

    https://home.cnblogs.com/LittleZcy
     面向对象程序设计(南京信息工程大学)   Little_Zcy   2025-10-16 23:37    0    11
  • 实验二

    #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define N1 80 #define N2 35 int main() { int cnt; int random_major, random_no; sr
     程序设计基础(南京信息工程大学)   黎恆   2025-10-16 21:08    1    11
  • 实验一

    task1 // 现代C++标准库、算法库体验 // 本例用到以下内容: // 1. 字符串string, 动态数组容器类vector、迭代器 // 2. 算法库:反转元素次序、旋转元素 // 3. 函数模板、const引用作为形参 #include <iostream> #include <str
     面向对象程序设计(南京信息工程大学)   kk_n   2025-10-16 22:19    1    11
  • 实验1 现代C++编程初体验

    实验任务1 task1.cpp 点击查看代码 #include <iostream> #include <string> #include <vector> #include <algorithm> template<typename T> void output(const T &c); void
     面向对象程序设计(南京信息工程大学)   陈晨aaa   2025-10-17 23:27    1    11
  • 实验1

    任务一: #include <iostream> #include <string> #include <vector> #include <algorithm> template<typename T> void output(const T &c); void test1(); void tes
     面向对象程序设计(南京信息工程大学)   封从想   2025-10-17 20:36    1    11
  • 实验二

    任务1 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define N1 80 #define N2 35 int main() { int cnt; int random_major, random_no
     程序设计基础(南京信息工程大学)   F_avor   2025-10-18 19:06    1    11
  • 实验2

    实验任务1 #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define N1 80 #define N2 35 int main() { in
     程序设计基础(南京信息工程大学)   渲月月月   2025-10-18 11:22    1    11
  • 实验一

    task1 task2 task3 task4 #include<iostream> #include<string> #include<algorithm> bool is_palindrome(const std::string& s); bool is_palindrome_ignore_ca
     面向对象程序设计(南京信息工程大学)   wifi战斗机   2025-10-18 01:25    1    11
  • 实验2

    实验任务1 #include <stdio.h> #include <stdlib.h> #include <time.h>#define N 5 #define N1 80 #define N2 35 int main() { int cnt; int random_major,random_no
     程序设计基础(南京信息工程大学)   杨成宇   2025-10-19 15:37    1    11
< Prev1···5758596061626364656667···200Next >

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