testtraveler

博客园 首页 新随笔 联系 订阅 管理

2024年11月6日 #

摘要: 高等数学,但用我的话来说(征程从函数开始) 目录 ‍ 目录高等数学,但用我的话来说(征程从函数开始)目录函数函数与白盒转换机实心与空心的区间表示法怎么“计算”我们的白盒转换机会做出什么零件垂线检验魔法检验图像是否是函数反函数白盒还原机,回收零件成为材料水平线检验魔法检验一材一零,能否制造还原机镜面魔 阅读全文
posted @ 2024-11-06 23:24 testtraveler 阅读(294) 评论(1) 推荐(0)

2024年11月5日 #

摘要: C++实现2-NAF,逐步优化其实现。 阅读全文
posted @ 2024-11-05 10:12 testtraveler 阅读(316) 评论(0) 推荐(0)

2024年10月24日 #

摘要: 本博客总结了怎么用C++手搓一个RSA算法,以及补补欠缺的一些数学知识和可能欠缺的一些其他算法的实现。 参考了其他人的相关博客,用便于我自己理解的话和方式和一些便于复现的示例做了一下总结。 阅读全文
posted @ 2024-10-24 15:44 testtraveler 阅读(396) 评论(0) 推荐(0)

2024年10月4日 #

摘要: An introduction for the beginner to Ubuntu, introducing the feasible solutions to general problems, and it also shows how to make Ubuntu a part of your daily life. The only challenge is that the whole blog is written in English, but I have tried my best to make it friendly to read, and as time goes by, we have to handle the English document, don't we? Just regard it as your first step to apply the world of English. 阅读全文
posted @ 2024-10-04 10:00 testtraveler 阅读(284) 评论(0) 推荐(0)

2024年9月21日 #

摘要: Basics of using bash, and shell tools for covering several of the most common tasks, which referred the "The Missing Semester of Your CS Education". 阅读全文
posted @ 2024-09-21 12:22 testtraveler 阅读(241) 评论(0) 推荐(0)

2024年9月19日 #

摘要: How to use the shell, terminal and the advanced tools Introduction on linux, referring the "The Missing Semester of Your CS Education". 阅读全文
posted @ 2024-09-19 23:22 testtraveler 阅读(282) 评论(0) 推荐(0)

2024年8月16日 #

摘要: 实现Windows之间(win10)的远程桌面连接的三步走方法 ‍ 目录 ‍ 目录实现Windows之间(win10)的远程桌面连接的三步走方法目录环境step1:打开两台Windows电脑的远程桌面连接step2:运行窗口输入 mstsc​ 命令后,打开远程桌面连接窗口step3:输入目标计算机的 阅读全文
posted @ 2024-08-16 18:04 testtraveler 阅读(337) 评论(0) 推荐(0)

2024年6月14日 #

摘要: 本文基于pip官方文档介绍了关于pip的配置文件的一些常见操作以及关于pip实现换源的两种方法,命令修改法和编辑配置文件法。 阅读全文
posted @ 2024-06-14 16:37 testtraveler 阅读(475) 评论(0) 推荐(0)

2024年4月6日 #

摘要: 【vscode】vscode配置汇编环境 前言 ‍ 因为近来个人的课程涉及到汇编语言,加上个人目前是个vscode的重度使用者,所以,要捣鼓一下汇编的配置。 自然,有很多博客写过如何配置,但是每个人在配置过程中关注的点都会有所不同。 因此,一方面,我会在博客末尾给出参考的博客的链接,另一方面,我会写 阅读全文
posted @ 2024-04-06 22:33 testtraveler 阅读(1977) 评论(1) 推荐(0)

2024年3月12日 #

摘要: 【vscode】vscode配置Java 前言 ‍ 配环境,需要记录,避免反复踩坑。 ‍ 步骤 ‍ step1:官网走 ‍ 配环境为什么不直接上官网教程,Visual Studio Code - Code Editing. Redefined ‍ ​​ ‍ 点击Java ‍ ​​ ‍ step2:配 阅读全文
posted @ 2024-03-12 21:23 testtraveler 阅读(437) 评论(0) 推荐(0)