摘要: 机器学习 水果采摘机器人的图像识别 中国是世界上最大的苹果生产国,年产量约为3500万吨。与此同时,中国也是全球最大的苹果出口国,世界上每两个苹果中就有一个来自中国,超过全球苹果出口的六分之一。中国提出了“一带一路”倡议,是构建具有共同未来的全球社区的关键支柱。得益于这一倡议,越南、孟加拉国、菲律宾 阅读全文
posted @ 2023-12-27 03:38 哲远甄骏 阅读(9) 评论(0) 推荐(0) 编辑
摘要: MarkDown Mermaid高级绘图--简单积累 MarkDown Mermaid高级绘图--简单积累 饼图 ​```mermaid pie title Example Pie Chart "First slice": 30 "Second slice": 20 "Third slice": 50 ​``` pie title Example Pi 阅读全文
posted @ 2023-12-26 21:29 哲远甄骏 阅读(18) 评论(0) 推荐(0) 编辑
摘要: Codeforces Round 929 (Div.3)刷题记录 A.Turtle Puzzle: Rearrange and Negate // Problem: A. Turtle Puzzle: Rearrange and Negate // Contest: Codeforces - Cod 阅读全文
posted @ 2024-02-29 09:07 哲远甄骏 阅读(14) 评论(0) 推荐(0) 编辑
摘要: Codeforces Round 918 (Div4)刷题 title: Codeforces Round 918 (Div.4)刷题 type: "tags" Codeforces Round 918 (Div. 4) A.Odd One Out // Problem: A. Odd One Out // Contest: Codeforces - Cod 阅读全文
posted @ 2023-12-31 01:25 哲远甄骏 阅读(25) 评论(0) 推荐(0) 编辑
摘要: Windows Programing 快捷键 1 Ctrl+← 左移一个单词 2 Ctrl+→ 右移一个单词 3 Ctrl+↑ 上移一段 4 Ctrl+↓ 下移一段 5 End 移至行尾 6 Home 移至行首 7 PageUp 上移一屏 8 PageDown 下移一屏 9 Ctrl+PageDow 阅读全文
posted @ 2023-12-06 17:42 哲远甄骏 阅读(2) 评论(0) 推荐(0) 编辑
摘要: Educational Codeforces Round 154 (Rated for Div. 2) Educational Codeforces Round 154 (Rated for Div. 2) # Name A Prime Deletion x14422 B Two Binary Strings x10743 C Queries for the Array x3639 D Sorting 阅读全文
posted @ 2023-12-06 16:25 哲远甄骏 阅读(6) 评论(0) 推荐(0) 编辑
摘要: Codeforces Round 590 (Div. 3) Codeforces Round 590 (Div. 3) A Equalize Prices Again x10664 B1 Social Network (easy version) x8758 B2 Social Network (hard version) x6295 C Pipes x38 阅读全文
posted @ 2023-12-05 01:04 哲远甄骏 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 原题跳转 A #include<bits/stdc++.h> #define int long long using namespace std; bool check(int x) { int k = 0; while(x) { k += x % 10; x /= 10; } return k = 阅读全文
posted @ 2023-12-01 02:28 哲远甄骏 阅读(7) 评论(0) 推荐(0) 编辑
摘要: AtCoder刷题记录 2023-11-29 AtCoder Beginner Contest 042 排序 #include<bits/stdc++.h> using namespace std; void solve() { vector<int> a(3); for(auto &x : a) cin >> x; so 阅读全文
posted @ 2023-11-30 00:52 哲远甄骏 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 华北理工大学&#183;第五届ACM秋季校赛简要题解 阅读全文
posted @ 2023-11-29 15:26 哲远甄骏 阅读(8) 评论(0) 推荐(0) 编辑