• 首页
  • 校区
  • 班级
  • 博文
  • 评论
  • 作业
总阅读排行 | 周阅读排行 | 零回复 | 有回复 | 作业博文 | 其他博文 | 所有博文
零回复 | 有回复 | 作业 | 其他 | 所有
  • 作业 1 杨明浩 102500431

    安装环境和安装成功 示例2.1 示例2.2 示例2.3 总结:学会了基本的c语言的大框架,以及函数printf的用法,了解到基本的数据类型 这个作业属于哪个课程https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblog
     2025高级语言程序设计(福州大学)   noab   2025-10-15 12:53    0    1
  • 实验1 现代C++编程初体验

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

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

    1.实验任务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_m
     程序设计基础(南京信息工程大学)   高熙恩   2025-10-15 14:16    0    0
< Prev1···101112131415

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