<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>洛屿的小站</title>
  <icon>https://www.drluo.top/img/favicon.ico</icon>
  <subtitle>你来啦</subtitle>
  <link href="https://www.drluo.top/atom.xml" rel="self"/>
  
  <link href="https://www.drluo.top/"/>
  <updated>2026-03-26T08:07:05.045Z</updated>
  <id>https://www.drluo.top/</id>
  
  <author>
    <name>洛屿</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>在 butterfly 主题中添加首页点集动画（基于p2line项目）</title>
    <link href="https://www.drluo.top/posts/58812"/>
    <id>https://www.drluo.top/posts/58812</id>
    <published>2026-03-10T03:56:32.000Z</published>
    <updated>2026-03-26T08:07:05.045Z</updated>
    
    
      
      
    <summary type="html">&lt;p&gt;Github仓库：&lt;a href=&quot;https://github.com/luoy-oss/p2line&quot;&gt;https://github.com/luoy-oss/p2line&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;p2line：&lt;a href=&quot;https://p2lin</summary>
      
    
    
    
    <category term="hexo" scheme="https://www.drluo.top/categories/hexo/"/>
    
    
    <category term="hexo" scheme="https://www.drluo.top/tags/hexo/"/>
    
    <category term="butterfly" scheme="https://www.drluo.top/tags/butterfly/"/>
    
    <category term="p2line" scheme="https://www.drluo.top/tags/p2line/"/>
    
  </entry>
  
  <entry>
    <title>你好，2026</title>
    <link href="https://www.drluo.top/posts/55882"/>
    <id>https://www.drluo.top/posts/55882</id>
    <published>2025-12-31T16:00:00.000Z</published>
    <updated>2025-12-31T16:00:00.000Z</updated>
    
    
      
      
    <summary type="html">&lt;p&gt;好快啊，其实感觉什么都没有准备好来着，就又是一年了。&lt;/p&gt;
&lt;p&gt;这一年里洛玖的项目写了又咕，咕了又写，零零碎碎的。&lt;/p&gt;
&lt;p&gt;时不时写的ai_chat功能，因为太懒，记忆功能一直没有往上加。&lt;/p&gt;
&lt;p&gt;这一年里发生的事情又想不起来了，哦对，话说这是我第一次写年度</summary>
      
    
    
    
    <category term="年度总结" scheme="https://www.drluo.top/categories/%E5%B9%B4%E5%BA%A6%E6%80%BB%E7%BB%93/"/>
    
    
    <category term="年度总结" scheme="https://www.drluo.top/tags/%E5%B9%B4%E5%BA%A6%E6%80%BB%E7%BB%93/"/>
    
  </entry>
  
  <entry>
    <title>stm32f4xx-ads1256驱动</title>
    <link href="https://www.drluo.top/posts/52124"/>
    <id>https://www.drluo.top/posts/52124</id>
    <published>2025-08-28T09:43:00.000Z</published>
    <updated>2026-02-25T02:22:57.954Z</updated>
    
    
      
      
    <summary type="html">&lt;p&gt;通过ADS1256ReadVoltage或ADS1256ReadData函数读取ads1256的adc采样值&lt;/p&gt;
&lt;blockquote&gt;
&lt;figure class=&quot;highlight c&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&quot;gutter&quot;&gt;&lt;pre&gt;&lt;s</summary>
      
    
    
    
    
    <category term="C语言" scheme="https://www.drluo.top/tags/C%E8%AF%AD%E8%A8%80/"/>
    
    <category term="stm32" scheme="https://www.drluo.top/tags/stm32/"/>
    
  </entry>
  
  <entry>
    <title>stm32f4xx-ad9854并行驱动</title>
    <link href="https://www.drluo.top/posts/48532"/>
    <id>https://www.drluo.top/posts/48532</id>
    <published>2025-08-28T09:37:00.000Z</published>
    <updated>2026-02-25T02:26:27.818Z</updated>
    
    
      
      
    <summary type="html">&lt;p&gt;通过寄存器配置IO口并行配置a9854的信号输出频率&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;AD9854_SetSine(输出频率, 输出幅度);&lt;/p&gt;
&lt;p&gt;调用格式：&lt;/p&gt;
&lt;figure class=&quot;highlight c&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td cl</summary>
      
    
    
    
    
    <category term="C语言" scheme="https://www.drluo.top/tags/C%E8%AF%AD%E8%A8%80/"/>
    
    <category term="stm32" scheme="https://www.drluo.top/tags/stm32/"/>
    
  </entry>
  
  <entry>
    <title>主动式网站状态监测实现及其应用</title>
    <link href="https://www.drluo.top/posts/11575"/>
    <id>https://www.drluo.top/posts/11575</id>
    <published>2025-05-22T10:47:53.000Z</published>
    <updated>2026-02-25T10:19:09.939Z</updated>
    
    
      
      
    <summary type="html">&lt;p&gt;近期有为博客添加网站状态监测页面的想法，可以监测友链的存活状态等&lt;/p&gt;
&lt;p&gt;但是根据搜到的，可以使用UptimeRobot进行监测。但是其中的一些操作，比如调整监测页面链接需要进行包月付费&lt;/p&gt;
&lt;p&gt;本着能省则省的原则，便想着不如着手实现一下主动监测。&lt;/p&gt;
&lt;p</summary>
      
    
    
    
    <category term="hexo" scheme="https://www.drluo.top/categories/hexo/"/>
    
    
    <category term="hexo" scheme="https://www.drluo.top/tags/hexo/"/>
    
  </entry>
  
  <entry>
    <title>右键菜单加入用Trae打开文件和文件夹</title>
    <link href="https://www.drluo.top/posts/32731"/>
    <id>https://www.drluo.top/posts/32731</id>
    <published>2025-05-21T14:07:32.000Z</published>
    <updated>2025-05-21T15:34:32.358Z</updated>
    
    
      
      
    <summary type="html">&lt;h2 id=&quot;效果如下&quot;&gt;效果如下&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;img src=&quot;/img/page/%E5%8F%B3%E9%94%AE%E8%8F%9C%E5%8D%95%E5%8A%A0%E5%85%A5%E7%94%A8Trae%E6%89%93%E5%</summary>
      
    
    
    
    
    <category term="Trae" scheme="https://www.drluo.top/tags/Trae/"/>
    
    <category term="注册表" scheme="https://www.drluo.top/tags/%E6%B3%A8%E5%86%8C%E8%A1%A8/"/>
    
  </entry>
  
  <entry>
    <title>三角洲行动ID映射表</title>
    <link href="https://www.drluo.top/posts/55524"/>
    <id>https://www.drluo.top/posts/55524</id>
    <published>2025-05-15T12:19:49.000Z</published>
    <updated>2025-05-15T13:01:33.016Z</updated>
    
    
      
      
    <summary type="html">&lt;blockquote&gt;
&lt;p&gt;三角洲行动id映射表，角色、枪械、积分等。&lt;/p&gt;
&lt;p&gt;你可以在github上找到本页面相应数据以及后续更新：&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/luoy-oss/deltaforce_id&quot;&gt;luoy-oss</summary>
      
    
    
    
    
    <category term="deltaforce" scheme="https://www.drluo.top/tags/deltaforce/"/>
    
  </entry>
  
  <entry>
    <title>洛玖SDK说明</title>
    <link href="https://www.drluo.top/posts/luo9_sdk"/>
    <id>https://www.drluo.top/posts/luo9_sdk</id>
    <published>2025-03-31T15:22:23.000Z</published>
    <updated>2026-04-14T07:11:58.893Z</updated>
    
    
      
      
    <summary type="html">&lt;div class=&quot;timeline  blue&quot;&gt;&lt;div class=&#39;timeline-item headline&#39;&gt;&lt;div class=&#39;timeline-item-title&#39;&gt;&lt;div class=&#39;item-circle&#39;&gt;&lt;h1&gt;写在前面&lt;/h1&gt;
&lt;/di</summary>
      
    
    
    
    
    <category term="luo9" scheme="https://www.drluo.top/tags/luo9/"/>
    
    <category term="luo9_sdk" scheme="https://www.drluo.top/tags/luo9-sdk/"/>
    
  </entry>
  
  <entry>
    <title>为网页文章开头添加原文连接</title>
    <link href="https://www.drluo.top/posts/14996"/>
    <id>https://www.drluo.top/posts/14996</id>
    <published>2025-03-28T15:28:23.000Z</published>
    <updated>2026-02-25T02:30:51.715Z</updated>
    
    
      
      
    <summary type="html">&lt;p&gt;本文介绍如何在博客文章页面添加原文链接，并进行动画效果美化，效果如下：&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/img/page/hexo/post-copyright-link/post-copyright-link.webp&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;向插件</summary>
      
    
    
    
    <category term="hexo" scheme="https://www.drluo.top/categories/hexo/"/>
    
    
    <category term="hexo" scheme="https://www.drluo.top/tags/hexo/"/>
    
  </entry>
  
  <entry>
    <title>Hexo-Butterfly主题在主页添加GitHub贡献日历</title>
    <link href="https://www.drluo.top/posts/65198"/>
    <id>https://www.drluo.top/posts/65198</id>
    <published>2025-03-28T14:05:45.000Z</published>
    <updated>2026-02-25T02:33:08.899Z</updated>
    
    
      
      
    <summary type="html">&lt;p&gt;本文介绍如何在博客添加GitHub贡献日历，效果如下：&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/img/page/hexo/github-calendar/github-calendar.webp&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;需要用到的插件及API ：&lt;/p&gt;
&lt;</summary>
      
    
    
    
    <category term="hexo" scheme="https://www.drluo.top/categories/hexo/"/>
    
    
    <category term="hexo" scheme="https://www.drluo.top/tags/hexo/"/>
    
  </entry>
  
  <entry>
    <title>Proteus中555定时器仿真问题</title>
    <link href="https://www.drluo.top/posts/3695"/>
    <id>https://www.drluo.top/posts/3695</id>
    <published>2025-03-21T02:08:00.000Z</published>
    <updated>2025-04-02T13:34:00.000Z</updated>
    
    
      
      
    <summary type="html">&lt;hr&gt;
&lt;p&gt;Proteus版本：Proteus 8.9&lt;/p&gt;
&lt;p&gt;使用Proteus中ne555仿真时，遇到了仿真报错：&lt;/p&gt;
&lt;p&gt;[SPICE] Too many iterations without convergence.&lt;br&gt;
Real Time Simul</summary>
      
    
    
    
    
    <category term="proteus" scheme="https://www.drluo.top/tags/proteus/"/>
    
  </entry>
  
  <entry>
    <title>装饰器</title>
    <link href="https://www.drluo.top/posts/38966"/>
    <id>https://www.drluo.top/posts/38966</id>
    <published>2025-03-06T12:15:00.000Z</published>
    <updated>2025-03-06T13:30:15.595Z</updated>
    
    
      
      
    <summary type="html">&lt;hr&gt;
&lt;h1&gt;Python&lt;/h1&gt;
&lt;br&gt;
&lt;h2 id=&quot;Timeout装饰器&quot;&gt;Timeout装饰器&lt;/h2&gt;
&lt;p&gt;timeout装饰器实现了超时回调的功能&lt;/p&gt;
&lt;figure class=&quot;highlight python&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td cl</summary>
      
    
    
    
    
    <category term="luo9" scheme="https://www.drluo.top/tags/luo9/"/>
    
  </entry>
  
  <entry>
    <title>洛玖开发日记</title>
    <link href="https://www.drluo.top/posts/luo9"/>
    <id>https://www.drluo.top/posts/luo9</id>
    <published>2025-02-09T05:14:00.000Z</published>
    <updated>2026-04-13T10:01:43.823Z</updated>
    
    
      
      
    <summary type="html">&lt;p&gt;如果您有兴趣，可以通过邮箱联系我：&lt;a href=&quot;mailto:luoy-oss@qq.com&quot;&gt;luoy-oss@qq.com&lt;/a&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;rust版本：&lt;a href=&quot;https://github.com/luoy-oss/luo9_bot/&quot;&gt;</summary>
      
    
    
    
    
    <category term="luo9" scheme="https://www.drluo.top/tags/luo9/"/>
    
  </entry>
  
  <entry>
    <title>STS3032舵机获取力矩输出</title>
    <link href="https://www.drluo.top/posts/28630"/>
    <id>https://www.drluo.top/posts/28630</id>
    <published>2024-10-23T12:51:00.000Z</published>
    <updated>2026-02-25T02:35:41.877Z</updated>
    
    
      
      
    <summary type="html">&lt;p&gt;对世博同学桌面轮足机器人的STS3032控制代码外加了&lt;strong&gt;舵机力矩获取&lt;/strong&gt;(输出的电压百分比(0~1000)，输出值有正负之分，反映力矩方向)&lt;/p&gt;
&lt;p&gt;已有功能：&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;同步写多个舵机位置控制（可选ACC, </summary>
      
    
    
    
    
    <category term="C++" scheme="https://www.drluo.top/tags/C/"/>
    
    <category term="esp32" scheme="https://www.drluo.top/tags/esp32/"/>
    
  </entry>
  
  <entry>
    <title>kotlin网页前后端那些事</title>
    <link href="https://www.drluo.top/posts/33749"/>
    <id>https://www.drluo.top/posts/33749</id>
    <published>2024-09-07T10:35:23.000Z</published>
    <updated>2024-09-07T13:00:34.174Z</updated>
    
    
      
      
    <summary type="html">&lt;blockquote&gt;
&lt;p&gt;爱来自洛屿❤&lt;a href=&quot;https://luoy-oss.github.io&quot;&gt;drluo&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;/img/drluoLogo.png&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
&lt;h1&gt;登出操作</summary>
      
    
    
    
    <category term="kotlin" scheme="https://www.drluo.top/categories/kotlin/"/>
    
    
    <category term="kotlin" scheme="https://www.drluo.top/tags/kotlin/"/>
    
    <category term="java" scheme="https://www.drluo.top/tags/java/"/>
    
    <category term="html" scheme="https://www.drluo.top/tags/html/"/>
    
    <category term="javascript" scheme="https://www.drluo.top/tags/javascript/"/>
    
  </entry>
  
  <entry>
    <title>mspm0g3507-ad9850</title>
    <link href="https://www.drluo.top/posts/23577"/>
    <id>https://www.drluo.top/posts/23577</id>
    <published>2024-08-28T23:26:00.000Z</published>
    <updated>2026-02-25T02:38:11.796Z</updated>
    
    
      
      
    <summary type="html">&lt;p&gt;通过gpio口串行配置a9850的信号输出频率&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;ad9850_wr_serial(w0写入数据, 频率(HZ));&lt;/p&gt;
&lt;p&gt;调用格式：&lt;/p&gt;
&lt;figure class=&quot;highlight c&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td</summary>
      
    
    
    
    
    <category term="C语言" scheme="https://www.drluo.top/tags/C%E8%AF%AD%E8%A8%80/"/>
    
    <category term="msp" scheme="https://www.drluo.top/tags/msp/"/>
    
    <category term="TI" scheme="https://www.drluo.top/tags/TI/"/>
    
  </entry>
  
  <entry>
    <title>奇怪的bug</title>
    <link href="https://www.drluo.top/posts/40810"/>
    <id>https://www.drluo.top/posts/40810</id>
    <published>2024-08-14T08:29:06.000Z</published>
    <updated>2025-04-02T13:35:59.214Z</updated>
    
    
      
      
    <summary type="html">&lt;h1&gt;问题已解决&lt;/h1&gt;
&lt;figure class=&quot;highlight c++&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&quot;gutter&quot;&gt;&lt;pre&gt;&lt;span class=&quot;line&quot;&gt;1&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;line&quot;&gt;2&lt;/span&gt;&lt;b</summary>
      
    
    
    
    <category term="C/C++" scheme="https://www.drluo.top/categories/C-C/"/>
    
    
    <category term="C语言" scheme="https://www.drluo.top/tags/C%E8%AF%AD%E8%A8%80/"/>
    
    <category term="C++" scheme="https://www.drluo.top/tags/C/"/>
    
  </entry>
  
  <entry>
    <title>Paddle模型转PaddleLite</title>
    <link href="https://www.drluo.top/posts/62737"/>
    <id>https://www.drluo.top/posts/62737</id>
    <published>2024-03-30T13:01:31.000Z</published>
    <updated>2024-04-22T11:21:39.641Z</updated>
    
    
      
      
    <summary type="html">&lt;blockquote&gt;
&lt;p&gt;爱来自ZZULI❤&lt;a href=&quot;https://luoy-oss.github.io&quot;&gt;drluo&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h1&gt;从Github下载PaddleLite库&lt;/h1&gt;
&lt;h1&gt;根据机型选择arm 或 x86编</summary>
      
    
    
    
    <category term="Paddle" scheme="https://www.drluo.top/categories/Paddle/"/>
    
    
    <category term="Python" scheme="https://www.drluo.top/tags/Python/"/>
    
  </entry>
  
  <entry>
    <title>人工智能考核</title>
    <link href="https://www.drluo.top/posts/7067"/>
    <id>https://www.drluo.top/posts/7067</id>
    <published>2024-03-10T13:12:00.000Z</published>
    <updated>2024-03-11T10:27:37.410Z</updated>
    
    
      
      
    <summary type="html">&lt;p&gt;&lt;strong&gt;注意：代码实现的题目，需要提交实现代码&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;注意：代码实现的题目，需要提交实现代码&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;注意：代码实现的题目，需要提交实现代码&lt;/strong&gt;&lt;/p&gt;
&lt;h1&gt;task</summary>
      
    
    
    
    
    <category term="AIR实验室" scheme="https://www.drluo.top/tags/AIR%E5%AE%9E%E9%AA%8C%E5%AE%A4/"/>
    
  </entry>
  
  <entry>
    <title>构建一个yolov3网络</title>
    <link href="https://www.drluo.top/posts/54411"/>
    <id>https://www.drluo.top/posts/54411</id>
    <published>2024-02-23T04:12:12.000Z</published>
    <updated>2025-02-09T06:06:00.000Z</updated>
    
    
      
      
    <summary type="html">&lt;blockquote&gt;
&lt;p&gt;爱来自ZZULI❤&lt;a href=&quot;https://luoy-oss.github.io&quot;&gt;drluo&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;/img/page/ZZULI.webp&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
&lt;hr</summary>
      
    
    
    
    
    <category term="yolo" scheme="https://www.drluo.top/tags/yolo/"/>
    
  </entry>
  
  <entry>
    <title>yolo和paddle模型常见输出参数</title>
    <link href="https://www.drluo.top/posts/40355"/>
    <id>https://www.drluo.top/posts/40355</id>
    <published>2024-01-08T12:11:45.000Z</published>
    <updated>2024-01-11T08:14:35.176Z</updated>
    
    
      
      
    <summary type="html">&lt;blockquote&gt;
&lt;p&gt;爱来自ZZULI❤&lt;a href=&quot;https://luoy-oss.github.io&quot;&gt;drluo&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;/img/page/ZZULI.webp&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
&lt;hr</summary>
      
    
    
    
    
    <category term="Paddle" scheme="https://www.drluo.top/tags/Paddle/"/>
    
    <category term="yolo" scheme="https://www.drluo.top/tags/yolo/"/>
    
  </entry>
  
  <entry>
    <title>PaddleDetection</title>
    <link href="https://www.drluo.top/posts/5959"/>
    <id>https://www.drluo.top/posts/5959</id>
    <published>2024-01-07T06:45:45.000Z</published>
    <updated>2024-01-11T08:12:35.179Z</updated>
    
    
      
      
    <summary type="html">&lt;blockquote&gt;
&lt;p&gt;爱来自ZZULI❤&lt;a href=&quot;https://luoy-oss.github.io&quot;&gt;drluo&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;/img/page/ZZULI.webp&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
&lt;h1</summary>
      
    
    
    
    <category term="Paddle" scheme="https://www.drluo.top/categories/Paddle/"/>
    
    
    <category term="Python" scheme="https://www.drluo.top/tags/Python/"/>
    
  </entry>
  
  <entry>
    <title>随便写的一些东西</title>
    <link href="https://www.drluo.top/posts/35609"/>
    <id>https://www.drluo.top/posts/35609</id>
    <published>2024-01-05T06:45:45.000Z</published>
    <updated>2025-04-02T13:34:29.773Z</updated>
    
    
      
      
    <summary type="html">&lt;blockquote&gt;
&lt;p&gt;爱来自ZZULI❤&lt;a href=&quot;https://luoy-oss.github.io&quot;&gt;drluo&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;/img/page/ZZULI.webp&quot; alt=&quot;ZZULI&quot;&gt;&lt;/p</summary>
      
    
    
    
    <category term="我" scheme="https://www.drluo.top/categories/%E6%88%91/"/>
    
    
    <category term="Python" scheme="https://www.drluo.top/tags/Python/"/>
    
    <category term="C语言" scheme="https://www.drluo.top/tags/C%E8%AF%AD%E8%A8%80/"/>
    
    <category term="C++" scheme="https://www.drluo.top/tags/C/"/>
    
    <category term="Java" scheme="https://www.drluo.top/tags/Java/"/>
    
    <category term="HTML" scheme="https://www.drluo.top/tags/HTML/"/>
    
    <category term="JavaScript" scheme="https://www.drluo.top/tags/JavaScript/"/>
    
  </entry>
  
  <entry>
    <title>实验室C语言第一次考核题目讲解及相关代码解读</title>
    <link href="https://www.drluo.top/posts/52883"/>
    <id>https://www.drluo.top/posts/52883</id>
    <published>2023-11-01T14:00:00.000Z</published>
    <updated>2023-11-03T02:03:17.606Z</updated>
    
    
      
      
    <summary type="html">&lt;blockquote&gt;
&lt;p&gt;爱来自ZZULI❤&lt;a href=&quot;https://luoy-oss.github.io&quot;&gt;drluo&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;/img/page/ZZULI.webp&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
&lt;h1</summary>
      
    
    
    
    <category term="C/C++" scheme="https://www.drluo.top/categories/C-C/"/>
    
    
    <category term="AIR实验室" scheme="https://www.drluo.top/tags/AIR%E5%AE%9E%E9%AA%8C%E5%AE%A4/"/>
    
    <category term="C语言考核" scheme="https://www.drluo.top/tags/C%E8%AF%AD%E8%A8%80%E8%80%83%E6%A0%B8/"/>
    
  </entry>
  
  <entry>
    <title>C语言神经网络房价预测系统</title>
    <link href="https://www.drluo.top/posts/29111"/>
    <id>https://www.drluo.top/posts/29111</id>
    <published>2023-10-21T14:01:23.000Z</published>
    <updated>2024-01-20T03:08:43.365Z</updated>
    
    
      
      
    <summary type="html">&lt;blockquote&gt;
&lt;p&gt;爱来自ZZULI❤&lt;a href=&quot;https://luoy-oss.github.io&quot;&gt;drluo&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;/img/page/ZZULI.webp&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
&lt;bl</summary>
      
    
    
    
    <category term="C/C++" scheme="https://www.drluo.top/categories/C-C/"/>
    
    
  </entry>
  
  <entry>
    <title>C、C++数组，指针，指针数组，数组指针的区别</title>
    <link href="https://www.drluo.top/posts/24095"/>
    <id>https://www.drluo.top/posts/24095</id>
    <published>2023-10-11T13:27:23.000Z</published>
    <updated>2023-10-12T09:50:48.995Z</updated>
    
    
      
      
    <summary type="html">&lt;h2 id=&quot;C、C-数组，指针，指针数组，数组指针的区别&quot;&gt;C、C++数组，指针，指针数组，数组指针的区别&lt;/h2&gt;
&lt;p&gt;C语言中的数组、指针、指针数组和数组指针是不同的概念，它们在用途和定义上有明显的区别。&lt;/p&gt;
&lt;h3 id=&quot;数组-Array&quot;&gt;数组 (Array)</summary>
      
    
    
    
    <category term="C/C++" scheme="https://www.drluo.top/categories/C-C/"/>
    
    
    <category term="C语言" scheme="https://www.drluo.top/tags/C%E8%AF%AD%E8%A8%80/"/>
    
    <category term="C++" scheme="https://www.drluo.top/tags/C/"/>
    
  </entry>
  
  <entry>
    <title>C、C++的大括号是必须的部分吗？</title>
    <link href="https://www.drluo.top/posts/57353"/>
    <id>https://www.drluo.top/posts/57353</id>
    <published>2023-10-10T13:52:18.000Z</published>
    <updated>2023-10-21T13:12:41.835Z</updated>
    
    
      
      
    <summary type="html">&lt;p&gt;在作为一名初学者，你可能看到一些课程中，对于判断或者循环部分，会使用类似这样的两种方式：&lt;/p&gt;
&lt;figure class=&quot;highlight c++&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&quot;gutter&quot;&gt;&lt;pre&gt;&lt;span class=&quot;line&quot;&gt;1&lt;/s</summary>
      
    
    
    
    <category term="C/C++" scheme="https://www.drluo.top/categories/C-C/"/>
    
    
    <category term="C语言" scheme="https://www.drluo.top/tags/C%E8%AF%AD%E8%A8%80/"/>
    
    <category term="C++" scheme="https://www.drluo.top/tags/C/"/>
    
  </entry>
  
  <entry>
    <title>C、C++预处理详解</title>
    <link href="https://www.drluo.top/posts/1746"/>
    <id>https://www.drluo.top/posts/1746</id>
    <published>2023-10-10T12:42:17.000Z</published>
    <updated>2023-10-13T13:05:21.458Z</updated>
    
    
      
      
    <summary type="html">&lt;h1&gt;什么是预处理？&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;C 预处理器&lt;/strong&gt;不是编译器的组成部分，但是它是编译过程中一个单独的步骤。&lt;/p&gt;
&lt;p&gt;简言之，&lt;strong&gt;C 预处理器&lt;/strong&gt;只不过是一个文本替换工具而已，它们会指示编译器在实际编译之前完成所需</summary>
      
    
    
    
    <category term="C/C++" scheme="https://www.drluo.top/categories/C-C/"/>
    
    
    <category term="C语言" scheme="https://www.drluo.top/tags/C%E8%AF%AD%E8%A8%80/"/>
    
    <category term="C++" scheme="https://www.drluo.top/tags/C/"/>
    
  </entry>
  
  <entry>
    <title>C、C++其他关键字详解</title>
    <link href="https://www.drluo.top/posts/28732"/>
    <id>https://www.drluo.top/posts/28732</id>
    <published>2023-10-10T12:41:06.000Z</published>
    <updated>2023-10-13T12:42:35.879Z</updated>
    
    
      
      
    <summary type="html">&lt;h1&gt;其它关键字&lt;/h1&gt;
&lt;h2 id=&quot;const&quot;&gt;const&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;作用&lt;/strong&gt;：&lt;code&gt;const&lt;/code&gt; 用于声明常量，表示变量的值不可被修改。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;示例&lt;/strong&gt;：&lt;/</summary>
      
    
    
    
    <category term="C/C++" scheme="https://www.drluo.top/categories/C-C/"/>
    
    
    <category term="C语言" scheme="https://www.drluo.top/tags/C%E8%AF%AD%E8%A8%80/"/>
    
    <category term="C++" scheme="https://www.drluo.top/tags/C/"/>
    
  </entry>
  
  <entry>
    <title>C、C++存储类型关键字详解</title>
    <link href="https://www.drluo.top/posts/229"/>
    <id>https://www.drluo.top/posts/229</id>
    <published>2023-10-10T12:40:06.000Z</published>
    <updated>2023-10-13T12:55:47.282Z</updated>
    
    
      
      
    <summary type="html">&lt;h1&gt;存储类型关键字&lt;/h1&gt;
&lt;h2 id=&quot;auto&quot;&gt;auto&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;auto&lt;/code&gt; 是默认的存储类别关键字，它用于定义自动变量。&lt;/li&gt;
&lt;li&gt;自动变量的生命周期仅限于定义它们的代码块，当代码块执行结束时，它们会被销毁。&lt;/</summary>
      
    
    
    
    <category term="C/C++" scheme="https://www.drluo.top/categories/C-C/"/>
    
    
    <category term="C语言" scheme="https://www.drluo.top/tags/C%E8%AF%AD%E8%A8%80/"/>
    
    <category term="C++" scheme="https://www.drluo.top/tags/C/"/>
    
  </entry>
  
  <entry>
    <title>C、C++控制语句关键字详解</title>
    <link href="https://www.drluo.top/posts/23650"/>
    <id>https://www.drluo.top/posts/23650</id>
    <published>2023-10-10T12:39:06.000Z</published>
    <updated>2023-10-11T13:34:49.372Z</updated>
    
    
      
      
    <summary type="html">&lt;h1&gt;控制语句关键字&lt;/h1&gt;
&lt;p&gt;下面是关于循环语句和条件语句的详细解释，包括特性、用法以及示例代码。我将注释来解释每个示例的执行流程，以及这些语句通常在哪些方面使用。&lt;/p&gt;
&lt;h2 id=&quot;循环语句：&quot;&gt;循环语句：&lt;/h2&gt;
&lt;h4 id=&quot;for&quot;&gt;for&lt;/h4&gt;
</summary>
      
    
    
    
    <category term="C/C++" scheme="https://www.drluo.top/categories/C-C/"/>
    
    
    <category term="C语言" scheme="https://www.drluo.top/tags/C%E8%AF%AD%E8%A8%80/"/>
    
    <category term="C++" scheme="https://www.drluo.top/tags/C/"/>
    
  </entry>
  
  <entry>
    <title>C、C++数据类型关键字详解</title>
    <link href="https://www.drluo.top/posts/48531"/>
    <id>https://www.drluo.top/posts/48531</id>
    <published>2023-10-10T12:38:16.000Z</published>
    <updated>2023-10-13T11:42:20.376Z</updated>
    
    
      
      
    <summary type="html">&lt;h1&gt;数据类型关键字&lt;/h1&gt;
&lt;p&gt;以下是对每个C语言数据类型关键字的详细解释，包括其包括特性、用法以及可能的范围和精度限制。&lt;/p&gt;
&lt;h3 id=&quot;char&quot;&gt;char&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;特性：&lt;code&gt;char&lt;/code&gt;（字符型）用于存储单个字符，通常占</summary>
      
    
    
    
    <category term="C/C++" scheme="https://www.drluo.top/categories/C-C/"/>
    
    
    <category term="C语言" scheme="https://www.drluo.top/tags/C%E8%AF%AD%E8%A8%80/"/>
    
    <category term="C++" scheme="https://www.drluo.top/tags/C/"/>
    
  </entry>
  
  <entry>
    <title>C、C++关键字</title>
    <link href="https://www.drluo.top/posts/7618"/>
    <id>https://www.drluo.top/posts/7618</id>
    <published>2023-10-10T12:37:06.000Z</published>
    <updated>2023-10-13T12:56:53.090Z</updated>
    
    
      
      
    <summary type="html">&lt;blockquote&gt;
&lt;p&gt;本文章面向初学者问题：对C语言中的相应字符和单词用法不理解&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;初学者第一次接触到的程序大都是打印hello world&lt;/p&gt;
&lt;figure class=&quot;highlight c++&quot;&gt;&lt;table&gt;&lt;tr</summary>
      
    
    
    
    <category term="C/C++" scheme="https://www.drluo.top/categories/C-C/"/>
    
    
    <category term="C语言" scheme="https://www.drluo.top/tags/C%E8%AF%AD%E8%A8%80/"/>
    
    <category term="C++" scheme="https://www.drluo.top/tags/C/"/>
    
  </entry>
  
  <entry>
    <title>C++药品管理系统</title>
    <link href="https://www.drluo.top/posts/32231"/>
    <id>https://www.drluo.top/posts/32231</id>
    <published>2023-09-28T14:13:56.000Z</published>
    <updated>2023-10-12T09:47:23.767Z</updated>
    
    
      
      
    <summary type="html">&lt;blockquote&gt;
&lt;p&gt;爱来自ZZULI❤&lt;a href=&quot;https://luoy-oss.github.io&quot;&gt;drluo&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src=&quot;/img/page/ZZULI.webp&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
&lt;bl</summary>
      
    
    
    
    <category term="C/C++" scheme="https://www.drluo.top/categories/C-C/"/>
    
    
  </entry>
  
  <entry>
    <title>Bi-LSTM(Attention)的PyTorch实现</title>
    <link href="https://www.drluo.top/posts/633"/>
    <id>https://www.drluo.top/posts/633</id>
    <published>2023-07-26T12:06:57.000Z</published>
    <updated>2023-10-12T09:48:04.262Z</updated>
    
    
      
      
    <summary type="html">&lt;hr&gt;
&lt;blockquote&gt;
&lt;p&gt;实现如下，代码解释以注释的方式呈现&lt;/p&gt;
&lt;/blockquote&gt;
&lt;figure class=&quot;highlight python&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&quot;gutter&quot;&gt;&lt;pre&gt;&lt;span class=&quot;li</summary>
      
    
    
    
    <category term="Python" scheme="https://www.drluo.top/categories/Python/"/>
    
    
    <category term="PyTorch" scheme="https://www.drluo.top/tags/PyTorch/"/>
    
    <category term="Python" scheme="https://www.drluo.top/tags/Python/"/>
    
    <category term="NLP" scheme="https://www.drluo.top/tags/NLP/"/>
    
  </entry>
  
  <entry>
    <title>C语言实现波士顿房价预测</title>
    <link href="https://www.drluo.top/posts/37594"/>
    <id>https://www.drluo.top/posts/37594</id>
    <published>2023-07-26T02:15:17.000Z</published>
    <updated>2025-05-21T14:10:58.570Z</updated>
    
    
      
      
    <summary type="html">&lt;p&gt;波士顿房价预测是一个经典的机器学习任务，类似于程序员世界的“Hello World”。和大家对房价的普遍认知相同，波士顿地区的房价受诸多因素影响。该数据集统计了13种可能影响房价的因素和该类型房屋的均价，期望构建一个基于13个因素进行房价预测的模型，如 下图所示。&lt;/p&gt;
</summary>
      
    
    
    
    <category term="C/C++" scheme="https://www.drluo.top/categories/C-C/"/>
    
    
    <category term="神经网络" scheme="https://www.drluo.top/tags/%E7%A5%9E%E7%BB%8F%E7%BD%91%E7%BB%9C/"/>
    
  </entry>
  
  <entry>
    <title>easy库的使用</title>
    <link href="https://www.drluo.top/posts/3766"/>
    <id>https://www.drluo.top/posts/3766</id>
    <published>2023-06-12T02:48:32.000Z</published>
    <updated>2023-10-09T12:06:33.892Z</updated>
    
    
      
      
    <summary type="html">&lt;h1&gt;&lt;a href=&quot;https://easyx.cn/&quot;&gt;C++easy库&lt;/a&gt;&lt;/h1&gt;
&lt;h2 id=&quot;加载动画&quot;&gt;加载动画&lt;/h2&gt;
&lt;p&gt;easyx库本身并没有给出gif的加载函数，所以我们需要通过另一种方式实现gif的“&lt;strong&gt;播放&lt;/strong&gt;”&lt;</summary>
      
    
    
    
    <category term="easyx" scheme="https://www.drluo.top/categories/easyx/"/>
    
    
    <category term="C++" scheme="https://www.drluo.top/tags/C/"/>
    
  </entry>
  
  <entry>
    <title>edgeboardFZ3A相关问题</title>
    <link href="https://www.drluo.top/posts/31267"/>
    <id>https://www.drluo.top/posts/31267</id>
    <published>2023-06-09T06:03:48.000Z</published>
    <updated>2023-10-12T09:48:48.327Z</updated>
    
    
      
      
    <summary type="html">&lt;h1&gt;FZ3A&lt;/h1&gt;
&lt;p&gt;Q：在程序make阶段，出现了串口库库文件缺失导致的函数定义未被实现的报错：&lt;br&gt;
&lt;img src=&quot;/img/page/%E7%99%BE%E5%BA%A6Paddle/SerialPortMISS.jpg&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
&lt;p&gt;</summary>
      
    
    
    
    <category term="Baidu" scheme="https://www.drluo.top/categories/Baidu/"/>
    
    
    <category term="Linux" scheme="https://www.drluo.top/tags/Linux/"/>
    
    <category term="edgeboard-FZ3A" scheme="https://www.drluo.top/tags/edgeboard-FZ3A/"/>
    
  </entry>
  
  <entry>
    <title>Predict.py的编写</title>
    <link href="https://www.drluo.top/posts/2410"/>
    <id>https://www.drluo.top/posts/2410</id>
    <published>2023-04-11T11:51:01.000Z</published>
    <updated>2023-10-09T12:06:33.896Z</updated>
    
    
      
      
    <summary type="html">&lt;blockquote&gt;
&lt;p&gt;你需要注意的是：&lt;/p&gt;
&lt;p&gt;​	&lt;strong&gt;此文章仅为ChatGpt的回答，是本人用于理解paddle相应模块而CV过来的，并不一定具有实际效益&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h1&gt;&lt;a href=&quot;http://</summary>
      
    
    
    
    <category term="Paddle" scheme="https://www.drluo.top/categories/Paddle/"/>
    
    
    <category term="Python" scheme="https://www.drluo.top/tags/Python/"/>
    
    <category term="深度学习" scheme="https://www.drluo.top/tags/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0/"/>
    
  </entry>
  
  <entry>
    <title>Paddle环境搭建</title>
    <link href="https://www.drluo.top/posts/50624"/>
    <id>https://www.drluo.top/posts/50624</id>
    <published>2023-04-04T11:12:02.000Z</published>
    <updated>2023-10-09T12:06:33.895Z</updated>
    
    
      
      
    <summary type="html">&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;此文章以python的搭建为例&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h1&gt;一、安装Anaconda&lt;/h1&gt;
&lt;p&gt;&lt;a href=&quot;https://www.anaconda.com/&quot;&gt;https:/</summary>
      
    
    
    
    <category term="Paddle" scheme="https://www.drluo.top/categories/Paddle/"/>
    
    
    <category term="Python" scheme="https://www.drluo.top/tags/Python/"/>
    
    <category term="深度学习" scheme="https://www.drluo.top/tags/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0/"/>
    
  </entry>
  
  <entry>
    <title>百度Paddle模型训练</title>
    <link href="https://www.drluo.top/posts/62432"/>
    <id>https://www.drluo.top/posts/62432</id>
    <published>2023-04-04T07:06:56.000Z</published>
    <updated>2023-10-09T12:06:33.911Z</updated>
    
    
      
      
    <summary type="html">&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;注意：本说明并没有详细谈及各参数的调整&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;对于多卡训练，只需要将python  tools/trainxxxx改为：&lt;/p&gt;
&lt;p&gt;python -m paddle.distributed.launch</summary>
      
    
    
    
    <category term="Paddle" scheme="https://www.drluo.top/categories/Paddle/"/>
    
    
    <category term="Python" scheme="https://www.drluo.top/tags/Python/"/>
    
    <category term="深度学习" scheme="https://www.drluo.top/tags/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0/"/>
    
  </entry>
  
  <entry>
    <title>GMD09601-0.96OLED显示屏</title>
    <link href="https://www.drluo.top/posts/24495"/>
    <id>https://www.drluo.top/posts/24495</id>
    <published>2023-03-14T11:23:23.000Z</published>
    <updated>2023-10-09T12:06:33.888Z</updated>
    
    
      
      
    <summary type="html">&lt;h1&gt;GMD09601-0.96OLED显示屏&lt;/h1&gt;
&lt;blockquote&gt;
&lt;p&gt;驱动芯片：SSD1306&lt;/p&gt;
&lt;p&gt;支持接口：SPI/IIC&lt;/p&gt;
&lt;p&gt;分辨率：128*64&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id=&quot;接口定义&quot;&gt;接口定义&lt;/h2&gt;
&lt;</summary>
      
    
    
    
    <category term="STM32" scheme="https://www.drluo.top/categories/STM32/"/>
    
    
  </entry>
  
  <entry>
    <title>【LeetCode 1617】统计子树中城市之间最大距离</title>
    <link href="https://www.drluo.top/posts/5491"/>
    <id>https://www.drluo.top/posts/5491</id>
    <published>2023-03-12T09:08:27.000Z</published>
    <updated>2023-10-09T12:06:33.901Z</updated>
    
    
      
      
    <summary type="html">&lt;h2 id=&quot;题目描述&quot;&gt;题目描述&lt;/h2&gt;
&lt;p&gt;给你 n 个城市，编号为从 1 到 n 。同时给你一个大小为 n-1 的数组 edges ，其中 edges[i] = [ui, vi] 表示城市 ui 和 vi 之间有一条双向边。题目保证任意城市之间只有唯一的一条路径。换句</summary>
      
    
    
    
    <category term="C++" scheme="https://www.drluo.top/categories/C/"/>
    
    
    <category term="树" scheme="https://www.drluo.top/tags/%E6%A0%91/"/>
    
    <category term="回溯" scheme="https://www.drluo.top/tags/%E5%9B%9E%E6%BA%AF/"/>
    
    <category term="枚举" scheme="https://www.drluo.top/tags/%E6%9E%9A%E4%B8%BE/"/>
    
  </entry>
  
  <entry>
    <title>C语言学习相关</title>
    <link href="https://www.drluo.top/posts/27662"/>
    <id>https://www.drluo.top/posts/27662</id>
    <published>2023-03-12T04:39:23.000Z</published>
    <updated>2023-10-12T09:46:30.789Z</updated>
    
    
      
      
    <summary type="html">&lt;h2 id=&quot;函数递归&quot;&gt;函数递归&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;函数递归，简单的理解就是，自己调用自己，直到遇到边界条件，停止递归&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;比如我们想实现一个阶乘函数&lt;/p&gt;
&lt;figure class=&quot;highlight c+</summary>
      
    
    
    
    <category term="C++" scheme="https://www.drluo.top/categories/C/"/>
    
    
  </entry>
  
  <entry>
    <title>STM32阵列按键</title>
    <link href="https://www.drluo.top/posts/47966"/>
    <id>https://www.drluo.top/posts/47966</id>
    <published>2023-03-11T16:37:23.000Z</published>
    <updated>2023-10-09T12:06:33.892Z</updated>
    
    
      
      
    <summary type="html">&lt;h1&gt;阵列按键&lt;/h1&gt;
&lt;figure class=&quot;highlight c++&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&quot;gutter&quot;&gt;&lt;pre&gt;&lt;span class=&quot;line&quot;&gt;1&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;line&quot;&gt;2&lt;/span&gt;&lt;br</summary>
      
    
    
    
    <category term="STM32" scheme="https://www.drluo.top/categories/STM32/"/>
    
    
  </entry>
  
  <entry>
    <title>CH32(F10X F20X)</title>
    <link href="https://www.drluo.top/posts/57388"/>
    <id>https://www.drluo.top/posts/57388</id>
    <published>2023-03-11T14:01:12.000Z</published>
    <updated>2023-10-09T12:06:33.883Z</updated>
    
    
      
      
    <summary type="html">&lt;h1&gt;对于WCH-link的接线&lt;/h1&gt;
&lt;h2 id=&quot;F103&quot;&gt;F103&lt;/h2&gt;
&lt;figure class=&quot;highlight plaintext&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&quot;gutter&quot;&gt;&lt;pre&gt;&lt;span class=&quot;line&quot;&gt;1&lt;/</summary>
      
    
    
    
    <category term="CH32" scheme="https://www.drluo.top/categories/CH32/"/>
    
    
  </entry>
  
  <entry>
    <title>最短路</title>
    <link href="https://www.drluo.top/posts/19070"/>
    <id>https://www.drluo.top/posts/19070</id>
    <published>2023-03-04T02:03:02.000Z</published>
    <updated>2023-10-09T12:06:33.909Z</updated>
    
    
      
      
    <summary type="html">&lt;blockquote&gt;
&lt;p&gt;最短的求解一般会遇到多种情况&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;有向无环图
&lt;ul&gt;
&lt;li&gt;权值为正&lt;/li&gt;
&lt;li&gt;权值&lt;strong&gt;有&lt;/strong&gt;负&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;有向有环图
&lt;ul&gt;
&lt;li&gt;权值为正&lt;/li&gt;</summary>
      
    
    
    
    <category term="C++" scheme="https://www.drluo.top/categories/C/"/>
    
    
    <category term="图" scheme="https://www.drluo.top/tags/%E5%9B%BE/"/>
    
  </entry>
  
  <entry>
    <title>拓扑排序</title>
    <link href="https://www.drluo.top/posts/22315"/>
    <id>https://www.drluo.top/posts/22315</id>
    <published>2023-03-03T12:39:54.000Z</published>
    <updated>2023-10-09T12:06:33.909Z</updated>
    
    
      
      
    <summary type="html">&lt;h1&gt;什么是拓扑排序？&lt;/h1&gt;
&lt;p&gt;在图论中，&lt;strong&gt;拓扑排序&lt;/strong&gt;（Topological Sorting）是一个有向无环图（DAG, Directed Acyclic Graph）的所有顶点的线性序列。且该序列必须满足下面两个条件：&lt;/p&gt;
&lt;p&gt;每</summary>
      
    
    
    
    <category term="C++" scheme="https://www.drluo.top/categories/C/"/>
    
    
    <category term="图" scheme="https://www.drluo.top/tags/%E5%9B%BE/"/>
    
  </entry>
  
  <entry>
    <title>图的表示</title>
    <link href="https://www.drluo.top/posts/3155"/>
    <id>https://www.drluo.top/posts/3155</id>
    <published>2023-03-02T13:18:54.000Z</published>
    <updated>2023-10-09T12:06:33.904Z</updated>
    
    
      
      
    <summary type="html">&lt;h1&gt;邻接矩阵实现&lt;/h1&gt;
&lt;figure class=&quot;highlight c++&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&quot;gutter&quot;&gt;&lt;pre&gt;&lt;span class=&quot;line&quot;&gt;1&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;line&quot;&gt;2&lt;/span&gt;&lt;</summary>
      
    
    
    
    <category term="C++" scheme="https://www.drluo.top/categories/C/"/>
    
    
    <category term="图" scheme="https://www.drluo.top/tags/%E5%9B%BE/"/>
    
  </entry>
  
  <entry>
    <title>AutoCAD</title>
    <link href="https://www.drluo.top/posts/51510"/>
    <id>https://www.drluo.top/posts/51510</id>
    <published>2023-03-02T12:37:32.000Z</published>
    <updated>2023-10-09T12:06:33.879Z</updated>
    
    
      
      
    <summary type="html">&lt;p&gt;[TOC]&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;CAD是先设置相关样式，后绘制&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h1&gt;命令&lt;/h1&gt;
&lt;h2 id=&quot;MENUBAR-菜单模式&quot;&gt;MENUBAR(菜单模式)&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;0 非标准菜单模</summary>
      
    
    
    
    <category term="CAD" scheme="https://www.drluo.top/categories/CAD/"/>
    
    
  </entry>
  
</feed>
