<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>所有文章 - zyz的技术博客</title><link>https://YouZhiZheng.github.io/posts/</link><description>所有文章 | zyz的技术博客</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>youzhizheng9@gmail.com (zyz)</managingEditor><webMaster>youzhizheng9@gmail.com (zyz)</webMaster><lastBuildDate>Thu, 04 Jun 2026 17:12:24 +0800</lastBuildDate><atom:link href="https://YouZhiZheng.github.io/posts/" rel="self" type="application/rss+xml"/><item><title>理解前向传播与反向传播：可微 EDA 论文阅读基础</title><link>https://YouZhiZheng.github.io/posts/7ffd858/</link><pubDate>Thu, 04 Jun 2026 17:12:24 +0800</pubDate><author>zyz</author><guid>https://YouZhiZheng.github.io/posts/7ffd858/</guid><description>核心概念：流水线 不要把复杂的函数看作一个整体公式，而是要把它们拆解成由 “加、减、乘、除” 构成的计算图流水线。 前向传播：算函数结果 本质：将当前</description></item><item><title>Tmux 使用教程</title><link>https://YouZhiZheng.github.io/posts/73a7b9a/</link><pubDate>Sat, 09 May 2026 15:46:22 +0800</pubDate><author>zyz</author><guid>https://YouZhiZheng.github.io/posts/73a7b9a/</guid><description>tmux 是一个终端复用器，全称可以理解为 terminal multiplexer。 简单说，它可以让你在一个终端里管理多个终端会话，并且这些会话可以在你断开 SSH、</description></item><item><title>芯片设计文件格式：LEF 与 DEF</title><link>https://YouZhiZheng.github.io/posts/f5d8167/</link><pubDate>Wed, 06 May 2026 17:49:56 +0800</pubDate><author>zyz</author><guid>https://YouZhiZheng.github.io/posts/f5d8167/</guid><description>LEF文件 LEF是库交换格式 （Library Exchange Format）的缩写，该文件由foundry提供，是P&amp;amp;R所必须的库文件。 目前，LEF</description></item><item><title>Codex Best Practices</title><link>https://YouZhiZheng.github.io/posts/479270e/</link><pubDate>Sun, 05 Apr 2026 21:28:49 +0800</pubDate><author>zyz</author><guid>https://YouZhiZheng.github.io/posts/479270e/</guid><description>核心思想为： 为每次任务提供正确的上下文 将复杂任务进行拆解 将持久的指导写入AGENTS.md 将重复工作转换为siklls 使用MCP与外部系统连</description></item><item><title>芯片设计核心概念：建立时间与保持时间</title><link>https://YouZhiZheng.github.io/posts/e7fe76a/</link><pubDate>Sat, 04 Apr 2026 16:41:39 +0800</pubDate><author>zyz</author><guid>https://YouZhiZheng.github.io/posts/e7fe76a/</guid><description>在数字电路（特别是触发器 Flip-Flop）中，为了准确采样数据，输入信号必须在时钟采样沿的前后一段时间内保持绝对稳定。 这段时间构成了“采样</description></item><item><title>Zotero + Obsidian 文献阅读与笔记工作流</title><link>https://YouZhiZheng.github.io/posts/ef03586/</link><pubDate>Sun, 23 Nov 2025 19:53:32 +0800</pubDate><author>zyz</author><guid>https://YouZhiZheng.github.io/posts/ef03586/</guid><description>以前一直都是在 ReadPaper 上阅读文献，然后在 Obsidian 总结文献内容，翻译软件使用的是 沙拉查词插件 + Quicker。自从 Google 浏览器升级后，已经无法使用沙拉查词插件</description></item><item><title>Velox_控制模块</title><link>https://YouZhiZheng.github.io/posts/325196d/</link><pubDate>Sun, 10 Aug 2025 20:29:39 +0800</pubDate><author>zyz</author><guid>https://YouZhiZheng.github.io/posts/325196d/</guid><description>概述 配置模块的作用为提供一个类型安全、集中式管理应用程序配置项的方式，允许开发者定义任意类型的配置变量，为它们设置默认值，并通过YAML文件</description></item><item><title>Velox_日志模块</title><link>https://YouZhiZheng.github.io/posts/1235a2f/</link><pubDate>Sun, 10 Aug 2025 20:28:25 +0800</pubDate><author>zyz</author><guid>https://YouZhiZheng.github.io/posts/1235a2f/</guid><description>概述 日志模块通过封装 spdlog 库来实现，模块以 velox::log 命名空间组织，且提供了宏定义方便外部调用。该模块支持异步日志输出、多目标日志（控制台+文件）、配置文</description></item><item><title>Velox_线程池模块</title><link>https://YouZhiZheng.github.io/posts/e87181a/</link><pubDate>Sun, 10 Aug 2025 20:28:15 +0800</pubDate><author>zyz</author><guid>https://YouZhiZheng.github.io/posts/e87181a/</guid><description>概述 在现代开发中，多线程可以提高程序的运行效率和响应速度，它已经成为提高应用程序性能、处理并发任务的重要手段。使用多线程需要注意线程同步、资</description></item><item><title>Cmake学习笔记</title><link>https://YouZhiZheng.github.io/posts/6c7e777/</link><pubDate>Tue, 24 Jun 2025 09:53:34 +0800</pubDate><author>zyz</author><guid>https://YouZhiZheng.github.io/posts/6c7e777/</guid><description>该笔记只是用于记录和梳理CMake中比较重要的知识，并不会写得很详细（比如不会写出使用project()命令后会创建哪些变量）。学完本笔记即</description></item></channel></rss>