Problem
-
结对编程队友代码分析
一.简介 本博客是对伍淇铨同学的个人项目代码的评价与分析,此项目是为中小学生自动生成数学试卷,代码思路清晰,结构严谨,功能实现完整。 二.需求分析 1、命令行输入用户名和密码,两者…
-
结对编程代码互评
一、介绍 本博客是对结对编程队友王同学编写的个人项目的分析评价,编写语言为java。 二、项目需求 用户:小学、初中、高中数学老师。 主要功能:输入用户名和密码登录,可以操作生成小…
-
Problem P11. [算法课动态规划]爬楼梯
动态规划当前状态和前一状态相关。到m阶楼梯的方法等于到m-1和m-2的方法相加 #include<iostream> #include<bits/stdc++.h…
-
MathProblem 34 Drug test problem
10% of the people in a certain population use an illegal drug. A drug test yields the corr…
-
MathProblem 24 Baby bottle problem
You need to warm milk in a baby bottle from its initial temperature of 15 degrees centigra…
-
MathProblem 17 Dartboard problem #1
A dart is thrown at a circular dart board of radius one. The dart can land at any place on…
-
ubuntu20.4更新时,突然断网Problem parsing dependency,Error occurred while processing,Problem with MergeList
ubuntu更新时,突然断网。于是出现了这样的错误: E: Problem parsing dependency 21 of linux-modules-nvidia-418-…
-
SD2022 第二轮省队集训
day 1 T1https://www.luogu.com.cn/problem/P7163 /(f(u,0/1,0/1/2)/) 表示走完 /(u/) 的子树,/(u/) 的子树…
-
2702. problem b
题目链接 2702. problem b 同215. 破译密码 对于给出的 /(n/) 个询问,每次求有多少个数对 /((x,y)/),满足 /(a≤x≤b,c≤y≤d/),且 /…
-
软构Lab1 实验报告
1 实验目标概述 本次实验通过求解三个问题,训练基本 Java 编程技能,能够利用 Java OO 开发基本的功能模块,能够阅读理解已有代码框架并根据功能需求补全代码,能够为所开发…