<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<lang>zh-cn</lang>
<title>faryou的博客</title>
<link>https://blog.faryou.eu.org/</link>
<description>平平淡淡 从从容容才是真~~</description>
<item>
  <title>【汇编 - 功能】中断安装中断实现</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/90.html</link>
  <description>自己实现了一个“中断安装中断”的功能</description>
  <pubdate>2026-04-11 16:41</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【汇编&amp;硬件】时钟中断的具体实现</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/89.html</link>
  <description>自己重新编写时钟中断</description>
  <pubdate>2026-04-11 16:38</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>这些年，我不再看《熊出没》</title>
  <link>https://blog.faryou.eu.org/post/143.html</link>
  <description>个人对于《熊出没》的一些想法</description>
  <pubDate>Sat, 04 Apr 2026 17:08:14 +0800</pubDate>
  <category>博客主站</category>
</item>
<item>
  <title>【汇编&amp;硬件】关机中断的具体实现</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/88.html</link>
  <description>自己编写关机中断</description>
  <pubdate>2026-03-30 16:38</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【汇编&amp;硬件】网络连接相关中断的具体实现</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/87.html</link>
  <description>自己编写网络相关中断实现连网</description>
  <pubdate>2026-03-21 13:37</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>年初小记</title>
  <link>https://blog.faryou.eu.org/post/142.html</link>
  <description><p><strong>这段时间干了的事：</strong><strong>更新汇编教程系列、尝试用16位汇编制作Brainfuck编译器、刷竞赛题……</strong></p><p><strong>目前的主要方向：</strong><strong>刷完《物理学难题集萃》。。。</strong></p><p><br/></p><p>放寒假后隐身了一段时间，一是竞赛有外培，另一方面，也想趁10天超长寒假给自己静静，补补觉之类的。</p><p>现在学完了16位汇编，加之以前学过C语言，学完瞬间感觉折腾电脑没什么意思了。不知道大家是否和我一样，经常是一时兴起想学编程的时候学一点，学了一段时间之后又突然觉得没意思了。我的汇编就是这样断断续续的两年中学完的。</p><p>所以我现在对计算机底层的兴趣又达到了饱和。。。至少肯定要给自己找点课外兴趣干干，否则未免过于枯燥了，于是我又盯上了PHP。学习编程语言对我而言是一种享受，至少汇编和C都给了我这种感觉。我认为自己可以算得上一个入门的编程爱好者了，至少汇编和C写点小程序还是比较熟练了。。。至于为什么又选择了PHP这个古董，一方面是怀旧情怀，另一方面因为xiuno这个论坛程序激发了我对PHP的兴趣，另外嘛，<a href="https://huaijiuchuang.faryou.eu.org" target="_blank">怀旧窗论坛</a>（PHP5.6）自己修改不了代码也限制了我的想象力……以上种种，促使我决定学习PHP5.6。</p><p>至于计划的那个汇编Brainfuck编译器，以后啥时候对底层感兴趣了再一鼓作气写掉吧，争取写出来发github上。。。</p><p>话说都惊蛰了，还不下雨，今年杭州天气又不正常了。。。</p></description>
  <pubDate>Sun, 15 Mar 2026 22:36:58 +0800</pubDate>
  <category>博客主站</category>
</item>
<item>
  <title>【汇编&amp;硬件】鼠标控制中断的具体实现</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/86.html</link>
  <description>自己重新编写鼠标控制中断</description>
  <pubdate>2026-03-14 20:02</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【汇编&amp;硬件】声音输出中断的具体实现</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/85.html</link>
  <description>自己编写声音输出中断</description>
  <pubdate>2026-03-07 20:34</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【汇编&amp;硬件】屏幕输出中断的具体实现</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/84.html</link>
  <description>自己编写屏幕输出中断</description>
  <pubdate>2026-02-27 19:39</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【汇编&amp;硬件】磁盘读取中断的具体实现</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/83.html</link>
  <description>自己重新编写磁盘读取中断</description>
  <pubdate>2026-02-22 16:22</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【汇编&amp;硬件】键盘读取中断的具体实现</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/82.html</link>
  <description>自己重新编写键盘读取中断</description>
  <pubdate>2026-02-17 16:21</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【汇编】汇编环境的搭建及Debug的使用教程</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/80.html</link>
  <description>学习汇编使用的环境及工具</description>
  <pubdate>2026-02-05 10:06</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【汇编】漫谈：学习汇编后的一些思考</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/79.html</link>
  <description>学习汇编后的一些想法</description>
  <pubdate>2026-02-01 15:53</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>关于本站即日起实行“一站三体”运营制度</title>
  <link>https://blog.faryou.eu.org/post/140.html</link>
  <description></description>
  <pubDate>Sat, 31 Jan 2026 07:20:31 +0800</pubDate>
  <category>博客主站</category>
</item>
<item>
  <title>【汇编基础教程】完结篇 写在最后：前言</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/77.html</link>
  <description>汇编基础教程完结篇</description>
  <pubdate>2026-01-30 21:57</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【汇编基础教程】使用BIOS的中断实现键盘输入及磁盘I/O</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/76.html</link>
  <description>学习使用BIOS提供的一些中断</description>
  <pubdate>2026-01-30 21:55</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【汇编基础教程】中断</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/75.html</link>
  <description>学习中断相关的内容</description>
  <pubdate>2026-01-30 21:55</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【汇编基础教程】端口</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/74.html</link>
  <description>学习使用端口操作外部硬件</description>
  <pubdate>2026-01-30 21:55</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【汇编基础教程】标志寄存器</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/73.html</link>
  <description>学习使用8086CPU中的标志寄存器</description>
  <pubdate>2026-01-30 21:57</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【汇编基础教程】来写个“函数”</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/72.html</link>
  <description>学习使用call和ret(f)配合在汇编中实现函数</description>
  <pubdate>2026-01-30 21:55</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【汇编基础教程】跳一跳</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/71.html</link>
  <description>学习转移指令及原理</description>
  <pubdate>2026-01-30 21:55</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【汇编基础教程】更灵活的定位内存</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/70.html</link>
  <description>学习更灵活的定位内存的方式</description>
  <pubdate>2026-01-30 21:55</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【汇编基础教程】理解一下[bx]和loop指令</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/69.html</link>
  <description>学习用[bx]定位内存及loop循环</description>
  <pubdate>2026-01-30 21:55</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【汇编基础教程】再谈栈</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/68.html</link>
  <description>学习栈相关的内容</description>
  <pubdate>2026-01-30 21:55</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【汇编基础教程】段</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/67.html</link>
  <description>学习段相关的内容</description>
  <pubdate>2026-01-30 21:55</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【汇编基础教程】来存一些数据！</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/66.html</link>
  <description>学习用汇编向内存存放数据</description>
  <pubdate>2026-01-30 21:55</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【汇编基础教程】寄存器和内存&amp;一些基本命令的说明</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/65.html</link>
  <description>学习汇编的一些基本知识</description>
  <pubdate>2026-01-30 21:55</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>我的竞赛经历&amp;对人生的一些思考</title>
  <link>https://blog.faryou.eu.org/post/136.html</link>
  <description></description>
  <pubDate>Sat, 17 Jan 2026 12:13:03 +0800</pubDate>
  <category>博客主站</category>
</item><item>
<title>关于现在中小学计算机课的一些想法及思考</title>
  <link>https://blog.faryou.eu.org/post/135.html</link>
  <description></description>
  <pubDate>Sat, 03 Jan 2026 22:49:49 +0800</pubDate>
  <category>博客主站</category>
</item>
<item>
<title>2025年度总结</title>
  <link>https://blog.faryou.eu.org/post/132.html</link>
  <description>2025年度总结</description>
  <pubDate>Sun, 14 Dec 2025 06:20:48 +0800</pubDate>
  <category>博客主站</category>
</item>
<item>
  <title>临平山下十五年</title>
  <link>https://blog.faryou.eu.org/post/128.html</link>
  <description>个人在临平生活的感悟</description>
  <pubDate>Sat, 01 Nov 2025 07:50:34 +0800</pubDate>
  <category>博客主站</category>
</item>
<item>
  <title>Windows 10即将停止支持，谈谈自己从小到大用电脑的感受</title>
  <link>https://blog.faryou.eu.org/post/125.html</link>
  <description>对Windows系统的一些感受</description>
  <pubDate>Tue, 07 Oct 2025 16:51:17 +0800</pubDate>
  <category>博客主站</category>
</item>
<item>
  <title>谈谈一名10后的怀旧情怀</title>
  <link>https://blog.faryou.eu.org/post/122.html</link>
  <description>个人怀旧情怀分享</description>
  <pubDate>Sun, 05 Oct 2025 19:49:35 +0800</pubDate>
  <category>博客主站</category>
</item>
<item>
  <title>【汇编基础教程】8086CPU工作原理</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/64.html</link>
  <description>学习8086CPU工作原理以助于后面的理解</description>
  <pubdate>2025-10-05 06:44</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【C语言】指针的理解与应用</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/63.html</link>
  <description>学习C语言中的指针相关知识</description>
  <pubdate>2025-08-31 09:40</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【算法教程】【C/C++】DP（动态规划）：区间DP——程序设计思路与代码实现</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/62.html</link>
  <description>学习区间DP算法</description>
  <pubdate>2025-07-30 13:44</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【算法教程】【C/C++】BFS（广度优先搜索）——程序设计思路与代码实现</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/60.html</link>
  <description>学习广度优先搜索算法</description>
  <pubdate>2025-02-01 07:11</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【算法教程】【C/C++】DFS（深度优先搜索）——程序设计思路与代码实现</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/56.html</link>
  <description>学习深度优先搜索算法</description>
  <pubdate>2024-11-14 16:54</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【算法教程】【C/C++】单源最短路径——程序设计思路与代码实现</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/51.html</link>
  <description>学习单源最短路径算法</description>
  <pubdate>2024-10-05 22:04</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【算法教程】【C/C++】最小生成树——程序设计思路与代码实现</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/49.html</link>
  <description>学习最小生成树算法</description>
  <pubdate>2024-09-22 06:41</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【算法教程】【C/C++】并查集——程序设计思路与代码实现</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/47.html</link>
  <description>学习并查集算法</description>
  <pubdate>2024-09-01 19:54</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【算法教程】【C/C++】DP（动态规划）：背包DP——程序设计思路与代码实现</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/45.html</link>
  <description>学习背包DP算法</description>
  <pubdate>2024-08-19 19:50</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【算法教程】【C/C++】DP（动态规划）：简单动规问题——程序设计思路与代码实现</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/43.html</link>
  <description>学习简单DP算法</description>
  <pubdate>2024-08-10 18:21</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【算法教程】【C/C++】递推——程序设计思路与代码实现</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/40.html</link>
  <description>学习递推算法</description>
  <pubdate>2024-07-07 12:32</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【算法教程】【C/C++】三分算法——程序设计思路与代码实现</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/38.html</link>
  <description>学习三分算法</description>
  <pubdate>2024-06-30 15:08</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【算法教程】【C/C++】二分答案——程序设计思路与代码实现</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/35.html</link>
  <description>学习二分答案算法</description>
  <pubdate>2024-06-15 11:46</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【算法教程】【C/C++】二分查找——程序设计思路与代码实现</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/34.html</link>
  <description>学习二分查找算法</description>
  <pubdate>2024-06-01 07:22</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【算法教程】【C/C++】贪心算法——程序设计思路与代码实现</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/31.html</link>
  <description>学习贪心算法</description>
  <pubdate>2024-04-30 14:27</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【算法教程】【C/C++】基础数学：快排——程序设计思路与代码实现</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/30.html</link>
  <description>学习快排算法</description>
  <pubdate>2024-04-20 15:34</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【算法教程】【C/C++】基础数学：快速幂——程序设计思路与代码实现</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/29.html</link>
  <description>学习快速幂算法</description>
  <pubdate>2024-04-07 09:35</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>【算法教程】【C/C++】基础数学：进制转换——程序设计思路与代码实现</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/28.html</link>
  <description>学习基本的进制转换</description>
  <pubdate>2024-03-30 11:17</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>一文弄懂C++中的自定义函数</title>
  <link>https://blog.faryou.eu.org/tech/index.php/archives/tech/26.html</link>
  <description>学习C++中的自定义函数</description>
  <pubdate>2024-03-15 15:23</pubdate>
  <category>技术折腾</category>
</item>
<item>
  <title>2024年度总结</title>
  <link>https://blog.faryou.eu.org/post/118.html</link>
  <description>2024年度总结</description>
  <pubDate>Tue,&amp;nbsp31&amp;nbspDec&amp;nbsp2024&amp;nbsp21:57:02&amp;nbsp+0800</pubDate>
  <category>博客主站</category>
</item>
</channel>
</rss>