• 首页
  • 校区
  • 班级
  • 博文
  • 评论
  • 作业
总阅读排行 | 周阅读排行 | 零回复 | 有回复 | 作业博文 | 其他博文 | 所有博文
零回复 | 有回复 | 作业 | 其他 | 所有
  • 实验1 现代C++编程初体验

    任务 1: reverse 无返回值,会改变原容器 reverse_copy不修改原容器 rotate 将一段元素移动至另一段后,分别代表序列起始,支点,末尾 #include <iostream> #include <string> #include <vector> #include <algo
     面向对象程序设计(南京信息工程大学)   HdYi   2025-10-18 01:23    0    4
  • 实验二

    任务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    0    4
  • experiment2

    一、实验目的 能正确使用if语句实现分支结构 能正确使用while语句、do...while语句实现循环结构 能在具体问题场景中正确区分、使用continue和break 能灵活、组合使用c语句编程解决简单应用问题 二、实验准备 实验前,请复习第3章以下内容: 分支语句 if 和循环语句 while
     程序设计基础(南京信息工程大学)   Luckynar   2025-10-18 17:24    0    4
  • 1

    https://www.cnblogs.com/jj11/
     程序设计基础(南京信息工程大学)   呼-   2025-10-12 11:14    0    4
  • 实验2

    实验任务1 源代码 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 5 #define N 5 6 #define N1 80 7 #define N2 35 8 9 int main(){ 10 int cnt; 1
     程序设计基础(南京信息工程大学)   humeop   2025-10-18 15:44    0    3
  • 实验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    0    3
  • 实验一 现代C++基础编程

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

    任务1 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 #define N1 80 6 #define N2 35 7 int main() { 8 int cnt; 9 int rando
     程序设计基础(南京信息工程大学)   郭语涵   2025-10-18 10:36    0    3
  • 实验1 现代C++编程初体验

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

    TASK1` #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;
     程序设计基础(南京信息工程大学)   hylaaa   2025-10-17 17:42    0    3
  • 实验2

    实验任务1 task1.c #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,
     程序设计基础(南京信息工程大学)   uggbond   2025-10-14 22:32    0    3
  • 实验二

    实验任务一 `#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;
     程序设计基础(南京信息工程大学)   25网安1班姚淇奥   2025-10-14 16:55    0    3
  • 实验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; srand(
     程序设计基础(南京信息工程大学)   202563430006丁梓轩   2025-10-14 15:48    0    3
  • 实验2

    task1 代码 1 #define _CRT_SECURE_NO_WARNINGS 2 #include <stdio.h> 3 #include <stdlib.h> 4 #include<time.h> 5 6 #define N 5 7 #define N1 80 8 #define N2
     程序设计基础(南京信息工程大学)   张天宁   2025-10-14 15:50    0    3
  • 实验2

    实验任务1 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 #define N1 80 6 #define N2 35 7 int main() { 8 int cnt; 9 int ran
     程序设计基础(南京信息工程大学)   仇昕泽   2025-10-14 16:11    0    3
  • 实验二

    task1 #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_
     程序设计基础(南京信息工程大学)   陈宁远   2025-10-16 20:27    0    3
  • 实验二

    实验一 点击查看代码 #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    3
  • oop实验一

    实验任务一 源代码 void test1(); void test2(); void test3(); int main() { std::cout << "测试1: \n"; test1(); std::cout << "\n测试2: \n"; test2(); std::cout << "\n测
     面向对象程序设计(南京信息工程大学)   周心岚   2025-10-17 18:21    0    3
  • 实验1

    任务1 源代码task1.cpp 1 // 现代C++标准库、算法库体验 2 // 功能:使用reverse/reverse_copy/rotate操作string和vector,体验标准库便捷性 3 #include <iostream> 4 #include <string> 5 #includ
     面向对象程序设计(南京信息工程大学)   ccmtxwbdhym   2025-10-17 18:00    1    3
  • 第一周作业

    C++编码规范: 用4个空格缩进,禁用Tab键。 函数间、变量声明后、逻辑片段间加空行。 超80字符的语句分行,操作符放新行首。 每行仅一条语句,不允许多语句同处一行。 if、for、while等语句独自占行,执行语句加花括号{}。 关键字后留空格,函数名后不留,二元操作符前后加空格。 读《数学之美
     网络空间安全2401(广东外语外贸大学 - 信息学院)   肥居   2025-10-14 22:28    0    3
< Prev1···10111213141516Next >

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