<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[morandi666的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/morandi666</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; morandi666]]></copyright><item><title><![CDATA[深入浅出：线性（顺序）搜索算法的实现与应用（Python版）]]></title><link>https://blog.csdn.net/morandi666/article/details/145309702</link><guid>https://blog.csdn.net/morandi666/article/details/145309702</guid><author>morandi666</author><pubDate>Wed, 22 Jan 2025 20:04:02 +0800</pubDate><description><![CDATA[在这篇博客中，我们简要介绍了线性搜索（顺序搜索）算法，并通过Python代码实现了该算法的基础功能。线性搜索是一种简单直观的查找方法，适用于小规模数据或无序数据。通过逐步讲解代码，我们帮助初学者了解了搜索算法的核心概念，鼓励大家动手实践和深入探索更多的算法。希望这篇博客能为你在数据结构与算法的学习中提供帮助！]]></description><category></category></item><item><title><![CDATA[深入浅出：储备池计算（Reservoir Computing）初学者指南]]></title><link>https://blog.csdn.net/morandi666/article/details/145289996</link><guid>https://blog.csdn.net/morandi666/article/details/145289996</guid><author>morandi666</author><pubDate>Tue, 21 Jan 2025 21:23:31 +0800</pubDate><description><![CDATA[本篇博客介绍了神经网络中的储备池计算算法（Reservoir Computing）。储备池计算是一种灵活高效的计算方法，通过动态地更新储备池状态来处理时间序列数据。博客详细讲解了储备池计算的基本概念、工作原理及其实现步骤，并通过一个简单的Python示例展示了如何实现该算法。对于初学者，博客通过通俗易懂的语言解释了复杂的概念，帮助大家理解这一技术在神经网络中的应用。]]></description><category></category></item><item><title><![CDATA[数据结构之链表（linked list）代码实现(小白轻松懂，C语言版)]]></title><link>https://blog.csdn.net/morandi666/article/details/145284654</link><guid>https://blog.csdn.net/morandi666/article/details/145284654</guid><author>morandi666</author><pubDate>Tue, 21 Jan 2025 16:26:05 +0800</pubDate><description><![CDATA[本篇博客详细介绍了链表数据结构的基本概念和常见操作，包括节点创建、头尾插入、删除节点和链表遍历。通过C语言实现，逐步解析每个功能模块，帮助新手小白理解链表的工作原理与实际应用。适合初学者学习数据结构的基础知识。]]></description><category></category></item><item><title><![CDATA[用C语言实现简单的车票预定系统]]></title><link>https://blog.csdn.net/morandi666/article/details/142706763</link><guid>https://blog.csdn.net/morandi666/article/details/142706763</guid><author>morandi666</author><pubDate>Fri, 04 Oct 2024 21:47:52 +0800</pubDate><description><![CDATA[适合新手小白的数据结构练习，简单的车票预订系统。（涉及：C语言、数据结构->顺序表、基本编程语法）]]></description><category></category></item><item><title><![CDATA[数据结构之动态数组的代码实现（新手小白也能懂/C语言版）]]></title><link>https://blog.csdn.net/morandi666/article/details/142689932</link><guid>https://blog.csdn.net/morandi666/article/details/142689932</guid><author>morandi666</author><pubDate>Thu, 03 Oct 2024 13:17:03 +0800</pubDate><description><![CDATA[基本数据结构动态数组的代码实现，小白也能轻松拿捏。]]></description><category></category></item></channel></rss>