03 2020 档案

[PAT]1096 Consecutive Factors (20分)(样例3、5、6未过原因)
摘要:一、题目 Among all the factors of a positive integer N, there may exist several consecutive numbers. For example, 630 can be factored as 3×5×6×7, where 5, 阅读全文

posted @ 2020-03-24 22:31 刘好念 阅读(8) 评论(0) 推荐(0) 编辑

[PAT]1091 Acute Stroke (30分)(样例5未过原因)
摘要:一、题目: 略 二、分析 使用BFS。 三、代码 #include <iostream> #include <vector> #include <queue> using namespace std; int M, N, L, T; struct core { bool value; bool vi 阅读全文

posted @ 2020-03-23 22:00 刘好念 阅读(2) 评论(0) 推荐(0) 编辑

[PAT]1103 Integer Factorization (30分)
摘要:1103 Integer Factorization (30分) 一、题目 The K−P factorization of a positive integer N is to write N as the sum of the P-th power of K positive integers. 阅读全文

posted @ 2020-03-22 23:14 刘好念 阅读(5) 评论(0) 推荐(0) 编辑

[dp]双蛋问题&&李永乐老师视频
摘要:2022.10.1更新,此题目在leetcode.cn上有原题,并且有大量详细的题解,见 887. 鸡蛋掉落 一、背景 今天看李永乐老师的科普视频,里面提到的双蛋问题很有意思。思考了下发现是动态规划问题,特此记录。李老师的视频视频点击这里里讲解的很清楚,在此写下自己的理解。 二、题意 假设有一座大楼 阅读全文

posted @ 2020-03-15 11:57 刘好念 阅读(60) 评论(0) 推荐(0) 编辑

[论文]知网下载pdf&&caj转pdf
摘要:如题: 知网部分论文只提供caj文件下载,可以使用以下方法下载论文的pdf版。 下载caj版的论文。在浏览器的下载管理器中复制下载链接。将链接复制到浏览器地址栏。将链接中的"nhdown"修改为"pdfdown",回车即可下载对应论文的pdf版本。(注意:下载链接很长,从后往前一直找,一定会找到的) 阅读全文

posted @ 2020-03-11 21:26 刘好念 阅读(39) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示