-
软件工程第三次作业:四则运算题目生成器
四则运算题目生成器 - 结对项目报告 项目信息 详情 课程 软件工程 作业要求 结对项目 项目目标 实现一个四则运算题目生成器,支持有理数运算,规范软件开发流程,熟悉结对编程 结对成员 姓名1: [杨浩] 学号1: [3123004462] 姓名2: [刘霆浩] 学号2: [3123004451] -
软件工程第三次作业
软件工程第三次作业 项目参与成员 计科4班 3123004433 陈东楷 计科4班 3123004441 赖顺炜 课程 软件工程 作业要求 个人编程 作业的目标 :实现一个自动生成小学四则运算题目的命令行程序(也可以用图像界面,具有相似功能)。 GitHub仓库 https://github.com -
实验2
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,random_ -
实验作业2
任务一 点击查看代码 #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 -
高级语言程序设计第二次作业
班级链接:https://edu.cnblogs.com/campus/fzu/gjyycx 作业要求链接:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/13558 学号:102500330 姓名:黄明浩 任务一:编写并运行书本第3章3.11 -
20232410 2025-2026-1 《网络与系统攻防技术》实验二实验报告
20232410 2025-2026-1 《网络与系统攻防技术》实验二实验报告 一、实验内容 回答问题: (1)例举你能想到的一个后门进入到你系统中的可能方式? 比如某些钓鱼邮件或者钓鱼网站,携带着一些捆绑着后门程序的exe文件。若点击运行就有可能被植入后门。 (2)例举你知道的后门如何启动起来(w -
软件工程第三次作业——结对项目
这个作业属于哪个课程 https://edu.cnblogs.com/campus/gdgy/Class12Grade23ComputerScience 这个作业要求在哪里 https://edu.cnblogs.com/campus/gdgy/Class12Grade23ComputerScien -
学习华为C语言编码规范和阅读数学之美第一章感想
一、 文件与目录结构 文件命名:使用小写字母和下划线。 头文件包含: 自定义头文件使用 #include "header.h" 格式。 标准库或系统头文件使用 #include <header.h> 格式。 头文件必须使用 #define 保护,防止重复包含。 二、 注释规范 文件头注释:每个文件开 -
实验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 -
实验2 C语言分支与循环基础应用编程
实验任务1 task1.c 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 c -
实验一 现代C++基础编程
#任务1 ##代码 代码1 // 现代C++标准库、算法库体验 // 本例用到以下内容: // 1. 字符串string, 动态数组容器类vector、迭代器 // 2. 算法库:反转元素次序、旋转元素 // 3. 函数模板、const引用作为形参 #include <iostream> #incl -
实验1
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); -
实验一 现代C++编程初体验
实验任务一: 源代码: #include <iostream> #include <string> #include <vector> #include <algorithm> // 模板函数声明 template<typename T> void output(const T &c); void -
结对项目作业
这个作业属于哪个课程 https://edu.cnblogs.com/campus/gdgy/Class34Grade23ComputerScience 这个作业要求在哪里 https://edu.cnblogs.com/campus/gdgy/Class34Grade23ComputerScien -
高级程序语言第一次作业
高级程序语言第一次作业 这个作业属于哪个课程 https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里 https://edu.cnblogs.com/campus/fzu/gjyycx/homework/13558 学号 222200424 姓名 赵伟 -
实验一 现代C++编程初体验
task1: 源代码: #include<iostream> #include<string> #include<vector> #include<algorithm> template<typename T> void output(const T &c); void test1(); void -
20232428 2025-2026-1 《网络与系统攻防技术》实验一实验报告
一.实验内容 本次实践的对象是一个名为pwn1的linux可执行文件。 该程序正常执行流程是:main调用foo函数,foo函数会简单回显任何用户输入的字符串。 该程序同时包含另一个代码片段,getShell,会返回一个可用Shell。正常情况下这个代码是不会被运行的。我们实践的目标就是想办法运行这 -
高级语言程序设计第一次作业
前言 [点击跳转班级](首页 - 2025高级语言程序设计 - 福州大学 - 班级博客 - 博客园) [点击跳转作业](高级语言程序设计第一次作业 - 作业 - 2025高级语言程序设计 - 班级博客 - 博客园) 学号:102500313 姓名:林奕鹏 作业 截图 1760440502510_ed -
浅谈自学习编程以来学到的代码规范
命名是重中之重 变量/函数名:使用有意义的、描述性的名称,采用小驼峰命名法,如 calculate_Total_Price(),user_ProfileList。坚决杜绝 a, b, temp 这类无意义的命名。 类名:使用大驼峰命名法,如 Student_Manager, Http_Request -
实验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_