<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WWW.LAB-Z.COM</title>
	<atom:link href="https://www.lab-z.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.lab-z.com</link>
	<description></description>
	<lastBuildDate>Sat, 27 Jun 2026 06:53:19 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>使用 Ch9338 文件传输</title>
		<link>https://www.lab-z.com/ch93/</link>
					<comments>https://www.lab-z.com/ch93/#respond</comments>
		
		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Sat, 27 Jun 2026 06:53:14 +0000</pubDate>
				<category><![CDATA[Funny]]></category>
		<guid isPermaLink="false">https://www.lab-z.com/?p=13383</guid>

					<description><![CDATA[WCH 推出Ch9338 双机互联芯片，前面有介绍和测试过。这次介绍通过编程的方式实现双机文件互传。 在 Ch &#8230; <a href="https://www.lab-z.com/ch93/" class="more-link">继续阅读<span class="screen-reader-text">“使用 Ch9338 文件传输”</span></a>]]></description>
		
					<wfw:commentRss>https://www.lab-z.com/ch93/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【翻译】了解嵌入式 USB2 (eUSB2) 及其用途</title>
		<link>https://www.lab-z.com/i2eu/</link>
					<comments>https://www.lab-z.com/i2eu/#respond</comments>
		
		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Thu, 25 Jun 2026 10:37:27 +0000</pubDate>
				<category><![CDATA[Funny]]></category>
		<guid isPermaLink="false">https://www.lab-z.com/?p=13377</guid>

					<description><![CDATA[对更高处理能力和更低功耗的需求正推动处理器和片上系统 (SoC) 向更先进的低工艺节点发展。对于适用于手机、平 &#8230; <a href="https://www.lab-z.com/i2eu/" class="more-link">继续阅读<span class="screen-reader-text">“【翻译】了解嵌入式 USB2 (eUSB2) 及其用途”</span></a>]]></description>
		
					<wfw:commentRss>https://www.lab-z.com/i2eu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>使用 Ch32V307 实现一个 USB RGB摄像头 </title>
		<link>https://www.lab-z.com/crgb/</link>
					<comments>https://www.lab-z.com/crgb/#respond</comments>
		
		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Fri, 19 Jun 2026 01:35:01 +0000</pubDate>
				<category><![CDATA[Funny]]></category>
		<guid isPermaLink="false">https://www.lab-z.com/?p=13374</guid>

					<description><![CDATA[上一次实现了 YUV 摄像头，这次带来的是实现 RGB 摄像头，理论上更容易实现在摄像头上绘制期望的内容。 代 &#8230; <a href="https://www.lab-z.com/crgb/" class="more-link">继续阅读<span class="screen-reader-text">“使用 Ch32V307 实现一个 USB RGB摄像头 ”</span></a>]]></description>
		
					<wfw:commentRss>https://www.lab-z.com/crgb/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Step to UEFI (309）UEFI 下BMP转JPG 的程序</title>
		<link>https://www.lab-z.com/stu309/</link>
					<comments>https://www.lab-z.com/stu309/#respond</comments>
		
		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Mon, 15 Jun 2026 00:39:53 +0000</pubDate>
				<category><![CDATA[Funny]]></category>
		<guid isPermaLink="false">https://www.lab-z.com/?p=13259</guid>

					<description><![CDATA[这次是一个比较完美的程序，可以在UEFI Shell 下将BMP图片转为 JPEG图片。项目来自 https: &#8230; <a href="https://www.lab-z.com/stu309/" class="more-link">继续阅读<span class="screen-reader-text">“Step to UEFI (309）UEFI 下BMP转JPG 的程序”</span></a>]]></description>
		
					<wfw:commentRss>https://www.lab-z.com/stu309/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>设计一个简单的文件传输协议</title>
		<link>https://www.lab-z.com/sftp/</link>
					<comments>https://www.lab-z.com/sftp/#respond</comments>
		
		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Sat, 13 Jun 2026 00:14:56 +0000</pubDate>
				<category><![CDATA[Funny]]></category>
		<guid isPermaLink="false">https://www.lab-z.com/?p=13367</guid>

					<description><![CDATA[1.文件头设计 Type Seq Length Checksum 2 Byte 2 Bytes 2 Bytes &#8230; <a href="https://www.lab-z.com/sftp/" class="more-link">继续阅读<span class="screen-reader-text">“设计一个简单的文件传输协议”</span></a>]]></description>
		
					<wfw:commentRss>https://www.lab-z.com/sftp/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>VS2019 编译 7-Zip的方法</title>
		<link>https://www.lab-z.com/r7zb/</link>
					<comments>https://www.lab-z.com/r7zb/#respond</comments>
		
		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Wed, 10 Jun 2026 09:54:41 +0000</pubDate>
				<category><![CDATA[Funny]]></category>
		<guid isPermaLink="false">https://www.lab-z.com/?p=13349</guid>

					<description><![CDATA[1.首先在官方网站下载 Source Code:https://7-zip.org/download.html &#8230; <a href="https://www.lab-z.com/r7zb/" class="more-link">继续阅读<span class="screen-reader-text">“VS2019 编译 7-Zip的方法”</span></a>]]></description>
		
					<wfw:commentRss>https://www.lab-z.com/r7zb/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Step to UEFI (308）UEFI Shell 下的 PPM转JPEG 程序</title>
		<link>https://www.lab-z.com/stu308/</link>
					<comments>https://www.lab-z.com/stu308/#respond</comments>
		
		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Mon, 08 Jun 2026 00:32:45 +0000</pubDate>
				<category><![CDATA[Funny]]></category>
		<guid isPermaLink="false">https://www.lab-z.com/?p=13258</guid>

					<description><![CDATA[经过大量的测试和研究，终于找到一个可以工作的代码，能够将PPM转为JPEG 格式（通过前面的文章，我们也知道P &#8230; <a href="https://www.lab-z.com/stu308/" class="more-link">继续阅读<span class="screen-reader-text">“Step to UEFI (308）UEFI Shell 下的 PPM转JPEG 程序”</span></a>]]></description>
		
					<wfw:commentRss>https://www.lab-z.com/stu308/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>力科的 USB  抓包工具的小Bug</title>
		<link>https://www.lab-z.com/leub/</link>
					<comments>https://www.lab-z.com/leub/#respond</comments>
		
		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Sat, 06 Jun 2026 04:36:18 +0000</pubDate>
				<category><![CDATA[Funny]]></category>
		<guid isPermaLink="false">https://www.lab-z.com/?p=13328</guid>

					<description><![CDATA[最近在Ch32V307上实现 USB Camera 的功能，使用之前的一个设计作为参考。结果在照抄的描述符的时 &#8230; <a href="https://www.lab-z.com/leub/" class="more-link">继续阅读<span class="screen-reader-text">“力科的 USB  抓包工具的小Bug”</span></a>]]></description>
		
					<wfw:commentRss>https://www.lab-z.com/leub/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>ESP32S3+MSM261S4030H0+HT513 扬声器</title>
		<link>https://www.lab-z.com/spkr/</link>
					<comments>https://www.lab-z.com/spkr/#respond</comments>
		
		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Fri, 05 Jun 2026 10:18:23 +0000</pubDate>
				<category><![CDATA[Funny]]></category>
		<guid isPermaLink="false">https://www.lab-z.com/?p=13300</guid>

					<description><![CDATA[去年使用ESP32S3+MSM261S4030H0+HT513 做了一个扬声器的项目。具体硬件设计可以在 ht &#8230; <a href="https://www.lab-z.com/spkr/" class="more-link">继续阅读<span class="screen-reader-text">“ESP32S3+MSM261S4030H0+HT513 扬声器”</span></a>]]></description>
		
					<wfw:commentRss>https://www.lab-z.com/spkr/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Step to UEFI (307）UEFI 下使用PRIu8 以及类似宏</title>
		<link>https://www.lab-z.com/stu307/</link>
					<comments>https://www.lab-z.com/stu307/#respond</comments>
		
		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Wed, 03 Jun 2026 00:21:29 +0000</pubDate>
				<category><![CDATA[Funny]]></category>
		<guid isPermaLink="false">https://www.lab-z.com/?p=13257</guid>

					<description><![CDATA[上次的代码中碰到了C语言中的 PRIu8 ，这次专门研究了一下如何在代码中直接使用。 &#60;inttypes &#8230; <a href="https://www.lab-z.com/stu307/" class="more-link">继续阅读<span class="screen-reader-text">“Step to UEFI (307）UEFI 下使用PRIu8 以及类似宏”</span></a>]]></description>
		
					<wfw:commentRss>https://www.lab-z.com/stu307/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
