摘要: #一个有着很多收藏了 很多 markdown 表情的网站 https://github.com/markdown-templates/markdown-emojis 阅读全文
posted @ 2022-10-20 23:12 MITE's_BKY 阅读(25) 评论(0) 推荐(0)
摘要: #在Ubuntu上使用C的方法 ###1)下载GCC编译器 ###2)学习一些指令 cd 去往一个目录 mkdir "文件名" 创建一个文件名 nano "filename.c" 创建一个c的文件 ......漫长的编译 ctrl + s 保存 ctrl + x 退出到命令行 gcc "filena 阅读全文
posted @ 2022-10-20 23:09 MITE's_BKY 阅读(22) 评论(0) 推荐(0)
摘要: #RSA非对称加密 参考李永乐老师的讲解:https://www.bilibili.com/video/BV1Ts411H7u9/?spm_id_from=333.999.0.0 #####首先RSA是基于在数学上分解一个大数的质因数分解是很困难的 我们不妨随机选一个大数 n = p * q ; 令 阅读全文
posted @ 2022-10-19 13:03 MITE's_BKY 阅读(250) 评论(0) 推荐(0)
摘要: 超算第一轮考核任务 第一个任务 考察了最基本的c++的输入输出格式,还挺好弄的 /* 输入个人信息并输出; */ #include<bits/stdc++.h> using namespace std; int main() { int number; string name,profession, 阅读全文
posted @ 2022-10-12 12:58 MITE's_BKY 阅读(51) 评论(0) 推荐(1)
摘要: #好一个随笔 阅读全文
posted @ 2022-10-12 12:42 MITE's_BKY 阅读(35) 评论(0) 推荐(1)