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

    这个作业属于哪个课程: 这个作业要求在哪里: 学号:102500401 姓名:林含悦 1.安装过程 载入文件 载入中 启动 2.代码编写与运行 2.1 2.2 2.3 总结 进行了下载devc++的操作,在编码中虽然屡屡碰壁会有差错,但仍在跌跌撞撞中成长。是一次难忘的体验。
     2025高级语言程序设计(福州大学)   林含悦   2025-10-15 23:15    0    9
  • 实验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_
     程序设计基础(南京信息工程大学)   夏夏夏x   2025-10-14 23:07    0    9
  • 实验1 现代C++编程初体验

    实验1 现代C++编程初体验 实验一 源代码: 1 #include <iostream> 2 #include <string> 3 #include <vector> 4 #include <algorithm> 5 6 template<typename T> 7 void output(co
     面向对象程序设计(南京信息工程大学)   景思翰   2025-10-16 22:13    1    9
  • 高级程序语言第一次作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里: https://edu.cnblogs.com/campus/fzu/gjyycx/homework/13558 学号:<102500321> 姓名:<陈传星> ****安
     2025高级语言程序设计(福州大学)   老裁   2025-10-16 22:45    0    9
  • 高级程序语言设计第一次作业

    高级语言程序设计第一次作业 作业课程:2025高级语言程序设计(福州大学) 作业要求: 高级语言程序设计第一次作业 学号:052406103 姓名:叶银珍 作业内容 安装C程序的编译环境——Dev-C++ 安装环境的过程 安装成功 编写并运行书本第2章示例程序——2.1~2.3 2.1代码 #inc
     2025高级语言程序设计(福州大学)   叶银珍   2025-10-18 21:57    0    9
  • 实验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
     程序设计基础(南京信息工程大学)   glassheart06   2025-10-17 00:27    0    9
  • 实验1 现代C++编程初体验

    实验任务1源代码task1.cpp 1 #include <iostream> 2 #include <string> 3 #include <vector> 4 #include <algorithm> 5 6 // 模板函数声明 7 template<typename T> 8 void out
     面向对象程序设计(南京信息工程大学)   木辛梓   2025-10-17 10:39    1    9
  • 实验一 现代C++编程初体验

    实验任务一: 源代码: #include <iostream> #include <string> #include <vector> #include <algorithm> // 模板函数声明 template<typename T> void output(const T &c); void
     面向对象程序设计(南京信息工程大学)   yahuao   2025-10-16 23:09    1    9
  • 实验1 现代C++编程初体验

    一、实验任务1 源代码task1.cpp #include <iostream> #include<string> #include<vector> #include<algorithm> template <typename T> void output(const T &c); void tes
     面向对象程序设计(南京信息工程大学)   htsjubbymjeymsy   2025-10-17 21:47    1    9
  • 软件工程第一次作业

    这个作业属于哪个课程 https://edu.cnblogs.com/campus/gdgy/Class12Grade23ComputerScience 这个作业要求在哪里 https://edu.cnblogs.com/campus/gdgy/Class12Grade23ComputerScien
     计科23级12班(广东工业大学 - 计算机学院)   Jacket-H   2025-09-08 18:46    0    8
  • 自我介绍+软工5问

    这个作业属于哪个课程 https://edu.cnblogs.com/campus/gdgy/Class12Grade23ComputerScience 这个作业要求在哪里 https://edu.cnblogs.com/campus/gdgy/Class12Grade23ComputerScien
     计科23级12班(广东工业大学 - 计算机学院)   X1erxes   2025-09-09 16:53    0    8
  • 实验1

    #任务1 ##代码 1 #include<iostream> 2 #include<string> 3 #include<vector> 4 #include<algorithm> 5 6 template<typename T> 7 void output(const T &c); 8 9 voi
     面向对象程序设计(南京信息工程大学)   五树   2025-10-17 20:17    1    8
  • 实验1 现代C++编程初体验

    任务1: task1.cpp 1 //现代C++标准库、算法库体验 2 //本例用到如下内容: 3 //1.字符串string,动态数组容器类vector、迭代器 4 //2.算法库:反转元素次序、旋转元素 5 //3.函数模板、const引用作为形参 6 7 #include<iostraem>
     面向对象程序设计(南京信息工程大学)   艾拉i   2025-10-17 20:51    1    8
  • 实验一 现代C++编程初体验

    实验任务一源代码: 1 #include<iostream> 2 #include<string> 3 #include<vector> 4 #include<algorithm> 5 template<typename T> 6 void output(const T& c); 7 void te
     面向对象程序设计(南京信息工程大学)   pithia   2025-10-17 20:52    1    8
  • 实验一

    ##实验任务一 ##代码 1 #include <iostream> 2 #include <string> 3 #include <vector> 4 #include <algorithm> 5 template<typename T> 6 void output(const T &c); 7
     面向对象程序设计(南京信息工程大学)   xzhls   2025-10-16 20:47    1    8
  • 实验一 现代C++基础编程

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

    1、实验任务一 源代码: // 现代C++标准库、算法库体验 // 本例用到以下内容: // 1. 字符串string, 动态数组容器类vector、迭代器 // 2. 算法库:反转元素次序、旋转元素 // 3. 函数模板、const引用作为形参 #include <iostream> #inclu
     面向对象程序设计(南京信息工程大学)   小猫先生   2025-10-17 21:51    1    8
  • 实验二

    实验一 点击查看代码 #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, ra
     程序设计基础(南京信息工程大学)   牛汝顺   2025-10-16 20:12    0    8
  • 20232428 2025-2026-1 《网络与系统攻防技术》实验一实验报告

    一.实验内容 本次实践的对象是一个名为pwn1的linux可执行文件。 该程序正常执行流程是:main调用foo函数,foo函数会简单回显任何用户输入的字符串。 该程序同时包含另一个代码片段,getShell,会返回一个可用Shell。正常情况下这个代码是不会被运行的。我们实践的目标就是想办法运行这
     2025-2026-1-网络与系统攻防技术(2323/2324)(北京电子科技学院)   20232428杨凯   2025-10-15 19:03    0    8
  • 实验一

    实验任务一: #include <iostream> #include <string> #include <vector> #include <algorithm> template<typename T> void output(const T &c); void test1(); void t
     面向对象程序设计(南京信息工程大学)   董加诚   2025-10-18 00:05    1    8
< Prev1···4546474849505152535455···200Next >

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