<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>万星阁</title>
  <icon>https://wanxingge.site/img/avatar.png</icon>
  
  <link href="https://wanxingge.site/atom.xml" rel="self"/>
  
  <link href="https://wanxingge.site/"/>
  <updated>2026-05-12T06:30:03.826Z</updated>
  <id>https://wanxingge.site/</id>
  
  <author>
    <name>牧星</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>Anaconda</title>
    <link href="https://wanxingge.site/5c8e05d2.html"/>
    <id>https://wanxingge.site/5c8e05d2.html</id>
    <published>2026-05-12T06:30:03.826Z</published>
    <updated>2026-05-12T06:30:03.826Z</updated>
    
    
    <summary type="html">&lt;h2 id=&quot;安装&quot;&gt;安装&lt;/h2&gt;
&lt;p&gt;上官网或者国内的一些镜像源进行下载，而后配置环境变量为如下几条&lt;/p&gt;
&lt;figure class=&quot;highlight yaml&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&gt;&lt;span class=&quot;line&quot;&gt;3&lt;/span&gt;&lt;br&gt;&lt;/pre&gt;&lt;/td&gt;&lt;td class=&quot;code&quot;&gt;&lt;pre&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;string&quot;&gt;D:&#92;EXE&#92;Anaconda&lt;/span&gt;&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;string&quot;&gt;D:&#92;EXE&#92;Anaconda&#92;Scripts&lt;/span&gt;&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;string&quot;&gt;D:&#92;EXE&#92;Anaconda&#92;Library&#92;bin&lt;/span&gt;&lt;/span&gt;&lt;br&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/figure&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;question: 启动 prompt&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;%windir%&#92;System32&#92;WindowsPowerShell&#92;v1.0&#92;powershell.exe -ExecutionPolicy ByPass -NoExit -Command &amp;quot;&amp;amp; &#39;D:&#92;ProgramFiles&#92;miniconda3&#92;current&#92;shell&#92;condabin&#92;conda-hook.ps1&#39; ; conda activate &#39;D:&#92;ProgramFiles&#92;miniconda3&#92;current&#39; &amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;%windir%&#92;System32&#92;cmd.exe &amp;quot;/K&amp;quot; D:&#92;ProgramFiles&#92;miniconda3&#92;Scripts&#92;activate.bat D:&#92;ProgramFiles&#92;miniconda3&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;
&lt;h2 id=&quot;配置镜像源：&quot;&gt;配置镜像源：&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;添加清华镜像&lt;/li&gt;
&lt;/ul&gt;
&lt;figure class=&quot;highlight sh&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&gt;&lt;/pre&gt;&lt;/td&gt;&lt;td class=&quot;code&quot;&gt;&lt;pre&gt;&lt;span class=&quot;line&quot;&gt;conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;line&quot;&gt;conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/#&lt;/span&gt;&lt;br&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/figure&gt;
&lt;ul&gt;
&lt;li&gt;添加 pytorch 镜像&lt;/li&gt;
&lt;/ul&gt;
&lt;figure class=&quot;highlight sh&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&gt;&lt;/pre&gt;&lt;/td&gt;&lt;td class=&quot;code&quot;&gt;&lt;pre&gt;&lt;span class=&quot;line&quot;&gt;conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/# &lt;span class=&quot;keyword&quot;&gt;for&lt;/span&gt; legacy win-64&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;line&quot;&gt;conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/peterjc123/conda&lt;/span&gt;&lt;br&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/figure&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;conda config --set show_channel_urls yes&lt;/code&gt;,而后在当前用户目录找到 &lt;code&gt;.condarc&lt;/code&gt; 文件，用下面内容替换（我的好象是默认替换好的，可能因为用 pip 配置了的原因？）&lt;/li&gt;
&lt;/ul&gt;</summary>
    
    
    
    
  </entry>
  
  <entry>
    <title>ADS</title>
    <link href="https://wanxingge.site/e86eb4aa.html"/>
    <id>https://wanxingge.site/e86eb4aa.html</id>
    <published>2026-05-12T06:30:03.826Z</published>
    <updated>2026-05-12T06:30:03.826Z</updated>
    
    
    <summary type="html">&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;abstract: &amp;gt;本篇教程对于 ADS2022 及之前适用，ADS2023 及之后更新了破解工具，至于最新版的 ADS 请参考 &lt;a href=&quot;https://www.mr-wu.cn/keysight-ads-2024-update2-free-download/&quot;&gt;吴川斌老师的博客&lt;/a&gt;，同时本文还提及了许多问题的解决办法，比如无法安装，服务无法正常启动，以及检测到已安装等等&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;倘若不是第一次安装，请先看下方的卸载章节，确保完全卸载以避免其它问题！！！&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id=&quot;安装&quot;&gt;安装&lt;/h2&gt;
&lt;p&gt;首先需要下载 &lt;a href=&quot;https://pan.baidu.com/s/1TpC4aShrlcxYnqlb0bjUrA?pwd=ry6s&quot;&gt;安装包&lt;/a&gt;，其中 ADS2022.exe 为安装包，ADS2022_Crack.zip 为对应的绿色文件压缩包，根据下面步骤一步一步安装即可&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;双击安装包，等待提取完毕会弹出如下界面，一路 Next 并 Accept 到下一步对应的 Choose Install Set&lt;img src=&quot;/images/software/ADS/ADS_I1.png&quot; alt=&quot;ADS_I1.png&quot;&gt;&lt;/li&gt;
&lt;li&gt;这里是选择对应的安装组件，新手的话建议选择 Complete 全安装，一般现在电脑的硬盘如果管理得当的话空间都会足够的，继续下一步 &lt;img src=&quot;/images/software/ADS/ADS_I2.png&quot; alt=&quot;ADS_I2.png&quot;&gt;&lt;/li&gt;
&lt;li&gt;设置安装路径这里我就按照 &lt;a href=&quot;/a0a49b4d.html&quot; title=&quot;包管理&quot;&gt;包管理&lt;/a&gt; 中提到的规则一样安装到了 D 盘的 ProgramFiles 目录下，点击下一步 &lt;img src=&quot;/images/software/ADS/ADS_I3.png&quot; alt=&quot;ADS_I3.png&quot;&gt;&lt;/li&gt;
&lt;li&gt;这一步设置 EEsof_License_Tools 的路径，必须和第 3 步设置的 ADS2022 路径在&lt;strong&gt;同一个盘&lt;/strong&gt;下面，&lt;strong&gt;特别关键！！！&lt;/strong&gt;，后来的第八步服务的启动如果不成功的话有一个原因就是这里，你可以参考我的路径设置，点击下一步进行安装，注意这里是 &lt;code&gt;D:&#92;ProgramFiles&#92;Keysight&#92;EEsofLicense_Tools&lt;/code&gt;，截图有问题 &lt;img src=&quot;/images/software/ADS/ADS_I4.png&quot; alt=&quot;ADS_I4.png&quot;&gt;&lt;/li&gt;
&lt;li&gt;如果没有任何问题的话，安装完成后会出现如下界面，点击 Done&lt;img src=&quot;/images/software/ADS/ADS_I5.png&quot; alt=&quot;ADS_I5.png&quot;&gt;&lt;/li&gt;
&lt;li&gt;弹窗出现需要执照，点击退出即可 &lt;img src=&quot;/images/software/ADS/ADS_I6.png&quot; alt=&quot;ADS_I6.png&quot;&gt;&lt;/li&gt;
&lt;li&gt;解压对应的破解安装包，其中的内容如下所示，下面的数字代表执行顺序，首先双击 KesightLicense.reg 文件导入注册表 &lt;img src=&quot;/images/software/ADS/ADS_C1.png&quot; alt=&quot;ADS_C1.png&quot;&gt;&lt;/li&gt;
&lt;li&gt;而后将 EEsof_License_Tools 这个文件夹拷贝到路径 &lt;code&gt;D:&#92;ProgramFiles&#92;Keysight&#92;EEsofLicense_Tools&lt;/code&gt; 下，弹窗询问是否替换，确认替换两个文件，以管理员身份执行 &lt;code&gt;D:&#92;ProgramFiles&#92;Keysight&#92;EEsofLicense_Tools&#92;bin&#92;win32_64&#92;server_install.bat&lt;/code&gt; 这个文件，在弹出的命令行窗口中显示服务启动成功即可，倘若出现意外检查第 4 步路径设置 &lt;img src=&quot;/images/software/ADS/ADS_C2.png&quot; alt=&quot;ADS_C2.png&quot;&gt;&lt;/li&gt;
&lt;li&gt;执行破解文件夹中的 KesightLicensePatcher.exe 依次点击 Browse 选择第 3 步设置的 ADS 安装路径，然后点击 Patch 等待下面的弹窗 patched successfully 即可 &lt;img src=&quot;/images/software/ADS/ADS_C3.png&quot; alt=&quot;ADS_C3.png&quot;&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&quot;卸载&quot;&gt;卸载&lt;/h2&gt;
&lt;p&gt;鉴于这类软件经常会出现卸载后无法再次正常安装的问题，所以介绍一下完全卸载的方式，可以用于解决如下问题：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;EEsof License tools&lt;/code&gt; 路径无法修改&lt;/li&gt;
&lt;li&gt;ADS Previous version detected&lt;/li&gt;
&lt;li&gt;无法重新安装软件&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;具体&lt;strong&gt;卸载步骤&lt;/strong&gt;如下所示：&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;首先在之前执行 &lt;code&gt;server_install&lt;/code&gt; 破解服务端的路径下执行 &lt;code&gt;server_remove&lt;/code&gt; 来关闭服务&lt;/li&gt;
&lt;li&gt;而后使用 Geek Uninstaller 之类的软件删除现有安装，如果没法找到 ADS 的话，按照自己记得的安装路径，将对应的文件夹都删除，而后清理安装后产生的附加文件，如下所示，如果这些路径存在，则删除掉，清理一遍即可：
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;C:&#92;Program Files&#92;KeySight&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;C:&#92;Program Files&#92;Zero G Registry&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;C:&#92;Program Files&#92;uninstallADS20XX&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;C:&#92;Program Files (x86)&#92;KeySight&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;C:&#92;Program Files (x86)&#92;Zero G Registry&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;C:&#92;Program Files (x86)&#92;uninstallADS20XX&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;最后清理对应的注册表项，按 win+r 弹出运行框，输入 regedit 进入注册表中，将以下路径复制到上面的搜索框中，单击回车进入，将对应的项或者字符串删除即可：&lt;img src=&quot;/images/System/Windows/regedit.png&quot; alt=&quot;regedit.png&quot;&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;计算机&#92;HKEY_CURRENT_USER&#92;Software&#92;Agilent&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;计算机&#92;HKEY_CURRENT_USER&#92;Software&#92;Keysight&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;计算机&#92;HKEY_LOCAL_MACHINE&#92;SOFTWARE&#92;Keysight&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;计算机&#92;HKEY_LOCAL_MACHINE&#92;SOFTWARE&#92;Agilent&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;计算机&#92;HKEY_LOCAL_MACHINE&#92;SOFTWARE&#92;WOW6432Node&#92;Agilent&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;计算机&#92;HKEY_LOCAL_MACHINE&#92;SOFTWARE&#92;WOW6432Node&#92;Keysight&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;计算机&#92;HKEY_LOCAL_MACHINE&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Uninstall&#92;EEsof License tools&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&quot;常用器件&quot;&gt;常用器件&lt;/h3&gt;</summary>
    
    
    
    <category term="软件" scheme="https://wanxingge.site/categories/%E8%BD%AF%E4%BB%B6/"/>
    
    
    <category term="PCB" scheme="https://wanxingge.site/tags/PCB/"/>
    
    <category term="仿真" scheme="https://wanxingge.site/tags/%E4%BB%BF%E7%9C%9F/"/>
    
    <category term="调试工具" scheme="https://wanxingge.site/tags/%E8%B0%83%E8%AF%95%E5%B7%A5%E5%85%B7/"/>
    
    <category term="高频" scheme="https://wanxingge.site/tags/%E9%AB%98%E9%A2%91/"/>
    
  </entry>
  
  <entry>
    <title>Git</title>
    <link href="https://wanxingge.site/69c3279c.html"/>
    <id>https://wanxingge.site/69c3279c.html</id>
    <published>2026-05-12T06:30:03.826Z</published>
    <updated>2026-05-12T06:30:03.827Z</updated>
    
    
    <summary type="html">加密文章，请输入密码查看</summary>
    
    
    
    <category term="软件" scheme="https://wanxingge.site/categories/%E8%BD%AF%E4%BB%B6/"/>
    
    
    <category term="encryptLow" scheme="https://wanxingge.site/tags/encryptLow/"/>
    
    <category term="版本管理" scheme="https://wanxingge.site/tags/%E7%89%88%E6%9C%AC%E7%AE%A1%E7%90%86/"/>
    
  </entry>
  
  <entry>
    <title>Vue3</title>
    <link href="https://wanxingge.site/3a42db2d.html"/>
    <id>https://wanxingge.site/3a42db2d.html</id>
    <published>2026-05-12T06:30:03.825Z</published>
    <updated>2026-05-12T06:30:03.825Z</updated>
    
    
    <summary type="html">加密文章，请输入密码查看</summary>
    
    
    
    
    <category term="encryptLow" scheme="https://wanxingge.site/tags/encryptLow/"/>
    
  </entry>
  
  <entry>
    <title>Vue2</title>
    <link href="https://wanxingge.site/4d45ebbb.html"/>
    <id>https://wanxingge.site/4d45ebbb.html</id>
    <published>2026-05-12T06:30:03.825Z</published>
    <updated>2026-05-12T06:30:03.825Z</updated>
    
    
    <summary type="html">加密文章，请输入密码查看</summary>
    
    
    
    
    <category term="encryptLow" scheme="https://wanxingge.site/tags/encryptLow/"/>
    
  </entry>
  
  <entry>
    <title>镜像</title>
    <link href="https://wanxingge.site/ac795ae7.html"/>
    <id>https://wanxingge.site/ac795ae7.html</id>
    <published>2026-05-12T06:30:03.824Z</published>
    <updated>2026-05-12T06:30:03.824Z</updated>
    
    
    <summary type="html">&lt;p&gt;由于系统刚安装的时候无法识别 ntfs 格式的 U 盘，还是放到网络上会比较好找一点，同时也顺带整理了其他环境所需要的镜像&lt;/p&gt;
&lt;h2 id=&quot;CentOS&quot;&gt;CentOS&lt;/h2&gt;
&lt;p&gt;首先执行 &lt;code&gt;sudo find /etc/yum.repos.d/ -name &amp;quot;*.bak&amp;quot; -exec mv &amp;#123;&amp;#125; &amp;#123;&amp;#125;.bak &#92;;&lt;/code&gt; 来备份原有的安装源文件，而后针对对应的系统执行下方命令获取对应镜像源&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;centos8&lt;/li&gt;
&lt;/ul&gt;
&lt;figure class=&quot;highlight sh&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&gt;&lt;/pre&gt;&lt;/td&gt;&lt;td class=&quot;code&quot;&gt;&lt;pre&gt;&lt;span class=&quot;line&quot;&gt;curl -o /etc/yum.repos.d/Centos-vault-8.5.2111.repo https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;line&quot;&gt;curl -o /etc/yum.repos.d/epel-archive-8.repo https://mirrors.aliyun.com/repo/epel-archive-8.repo&lt;/span&gt;&lt;br&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/figure&gt;
&lt;ul&gt;
&lt;li&gt;centos7&lt;/li&gt;
&lt;/ul&gt;
&lt;figure class=&quot;highlight sh&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;/pre&gt;&lt;/td&gt;&lt;td class=&quot;code&quot;&gt;&lt;pre&gt;&lt;span class=&quot;line&quot;&gt;curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo&lt;/span&gt;&lt;br&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/figure&gt;
&lt;p&gt;再执行 &lt;code&gt;sudo yum clean all &amp;amp;&amp;amp; yum makecache&lt;/code&gt; 之后就可以下载自己需要的安装包了&lt;/p&gt;
&lt;h2 id=&quot;swig￼8&quot;&gt;&lt;a href=&quot;/7be7930f.html&quot; title=&quot;Ubuntu&quot;&gt;Ubuntu&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;在 Ubuntu 24.04 之前，Ubuntu 的软件源配置文件使用传统的 One-Line-Style，路径为 &lt;code&gt;/etc/apt/sources.list&lt;/code&gt;；从 Ubuntu 24.04 开始，Ubuntu 的软件源配置文件变更为 DEB822 格式，路径为 &lt;code&gt;/etc/apt/sources.list.d/ubuntu.sources&lt;/code&gt;，各自对应命令如下：&lt;/p&gt;</summary>
    
    
    
    <category term="通用" scheme="https://wanxingge.site/categories/%E9%80%9A%E7%94%A8/"/>
    
    
    <category term="镜像" scheme="https://wanxingge.site/tags/%E9%95%9C%E5%83%8F/"/>
    
  </entry>
  
  <entry>
    <title>包管理</title>
    <link href="https://wanxingge.site/a0a49b4d.html"/>
    <id>https://wanxingge.site/a0a49b4d.html</id>
    <published>2026-05-12T06:30:03.824Z</published>
    <updated>2026-05-12T06:30:03.824Z</updated>
    
    
    <summary type="html">&lt;h2 id=&quot;安装路径&quot;&gt;安装路径&lt;/h2&gt;
&lt;p&gt;windows 默认的应用安装路径是由环境变量路径 &lt;code&gt;计算机&#92;HKEY_LOCAL_MACHINE&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&lt;/code&gt; 下的 ProgramFilesDir 这一变量来决定的，修改其值既可以修改程序的默认安装路径。&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;attention: 后经测试不建议修改，统一软件安装规范为直接修改安装路径&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;修改盘符 C 为目的安装的磁盘&lt;/li&gt;
&lt;li&gt;并将其原有路径中的空格进行删除&lt;/li&gt;
&lt;li&gt;例如 &lt;code&gt;C:&#92;Program Files&#92;...&lt;/code&gt; 改为 &lt;code&gt;D:&#92;ProgramFiles&#92;...&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;
&lt;h2 id=&quot;choco&quot;&gt;choco&lt;/h2&gt;
&lt;p&gt;默认安装位置通过以下几个环境变量进行指定，具体参考 &lt;a href=&quot;https://docs.chocolatey.org/en-us/getting-started&quot;&gt;Getting Started&lt;/a&gt;,可安装的包参考 &lt;a href=&quot;https://community.chocolatey.org/packages&quot;&gt;Packages&lt;/a&gt;，会有具体教程&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;一些包会默认装在 &lt;code&gt;ChocolateyInstall&#92;lib&lt;/code&gt; 目录下；&lt;/li&gt;
&lt;li&gt;其它一些基于 windows 下的安装包比如 MSI 会被安装在 C 盘下的 &lt;code&gt;Program Files&lt;/code&gt; 文件夹里；&lt;/li&gt;
&lt;li&gt;还有一些数据包会被装在 &lt;code&gt;$env:ChocolateyBinRoot&lt;/code&gt; 目录下，如果这个环境变量不存在，包将会被创建在 &lt;code&gt;c:&#92;tools&lt;/code&gt; 目录下。&lt;/li&gt;
&lt;/ol&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;note: 修改方法&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;对于第一种和第三种情况，我们进行设置对应的环境变量即可，即 &lt;code&gt;ChocolateyInstall&lt;/code&gt; 和 &lt;code&gt;ChocolateyBinRoot&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;而对于第二种情况，我们需要通过指令传递安装路径的，比如 &lt;code&gt;choco install llvm -ia &amp;quot;&#39;/D=D:&#92;software&#92;llvm&#39;&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;由于 choco 的一些需要的功能需要收费，且总体体验不能够高度的自主可控，转用 Scoop&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;
&lt;h2 id=&quot;winget&quot;&gt;winget&lt;/h2&gt;
&lt;p&gt;winget 是微软推出的一款旨在实现 windows 下的包管理的工具，但是其目前的包数量仍较少，且对代理的支持效果较差，国内用户体验感较差，一些基础的使用尝试如下：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;winget settings 打开配置文件&lt;/li&gt;
&lt;/ul&gt;</summary>
    
    
    
    
  </entry>
  
  <entry>
    <title>运维命令</title>
    <link href="https://wanxingge.site/4f3869d.html"/>
    <id>https://wanxingge.site/4f3869d.html</id>
    <published>2026-05-12T06:30:03.823Z</published>
    <updated>2026-05-12T06:30:03.823Z</updated>
    
    
    <summary type="html">加密文章，请输入密码查看</summary>
    
    
    
    
    <category term="encryptHigh" scheme="https://wanxingge.site/tags/encryptHigh/"/>
    
  </entry>
  
  <entry>
    <title>磁盘扩容</title>
    <link href="https://wanxingge.site/b7821a57.html"/>
    <id>https://wanxingge.site/b7821a57.html</id>
    <published>2026-05-12T06:30:03.822Z</published>
    <updated>2026-05-12T06:30:03.822Z</updated>
    
    
    <summary type="html">加密文章，请输入密码查看</summary>
    
    
    
    
    <category term="encryptHigh" scheme="https://wanxingge.site/tags/encryptHigh/"/>
    
  </entry>
  
  <entry>
    <title>系统还原</title>
    <link href="https://wanxingge.site/41018278.html"/>
    <id>https://wanxingge.site/41018278.html</id>
    <published>2026-05-12T06:30:03.822Z</published>
    <updated>2026-05-12T06:30:03.822Z</updated>
    
    
    <summary type="html">加密文章，请输入密码查看</summary>
    
    
    
    
    <category term="encryptHigh" scheme="https://wanxingge.site/tags/encryptHigh/"/>
    
  </entry>
  
  <entry>
    <title>Ubuntu</title>
    <link href="https://wanxingge.site/7be7930f.html"/>
    <id>https://wanxingge.site/7be7930f.html</id>
    <published>2026-05-12T06:30:03.821Z</published>
    <updated>2026-05-12T06:30:03.821Z</updated>
    
    
    <summary type="html">加密文章，请输入密码查看</summary>
    
    
    
    <category term="Linux" scheme="https://wanxingge.site/categories/Linux/"/>
    
    
    <category term="ubuntu" scheme="https://wanxingge.site/tags/ubuntu/"/>
    
    <category term="encryptLow" scheme="https://wanxingge.site/tags/encryptLow/"/>
    
    <category term="desktop" scheme="https://wanxingge.site/tags/desktop/"/>
    
  </entry>
  
  <entry>
    <title>环境搭建</title>
    <link href="https://wanxingge.site/369d960a.html"/>
    <id>https://wanxingge.site/369d960a.html</id>
    <published>2026-05-12T06:30:03.820Z</published>
    <updated>2026-05-12T06:40:27.149Z</updated>
    
    
    <summary type="html">&lt;p&gt;搭建深度学习环境需要完整的考虑到各种版本的对应关系，本篇博客会较为详细记录我的整个搭建过程，先附上我目前的深度学习环境基本信息：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Ubuntu: 24.04&lt;/li&gt;
&lt;li&gt;NVIDIA: GeForce GTX 1080TI&lt;/li&gt;
&lt;li&gt;Driver Version: 570.133&lt;/li&gt;
&lt;li&gt;CUDA: 12.8&lt;/li&gt;
&lt;li&gt;cuDNN: 9.10&lt;/li&gt;
&lt;li&gt;pytorch: 2.7&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;显卡驱动&quot;&gt;显卡驱动&lt;/h2&gt;
&lt;p&gt;这部分由于当时深度了解更改了一下，具体可以参考这篇帖子 &lt;a href=&quot;%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F/Linux/Ubuntu/%E6%98%BE%E5%8D%A1&quot;&gt;显卡&lt;/a&gt;，显卡驱动安装完毕后应当可以通过 &lt;code&gt;nvidia-smi&lt;/code&gt; 指令来查看对应的显卡显卡输出如下图所示：&lt;img src=&quot;/images/study/AI/nvidia.png&quot; alt=&quot;nvidia.png&quot;&gt;&lt;/p&gt;
&lt;p&gt;由此可以看到我们显卡驱动对应的 Cuda 版本是 12.8 版本的，为此我们下载的 Cuda 版本也要与之对应&lt;/p&gt;
&lt;h2 id=&quot;Cuda&quot;&gt;Cuda&lt;/h2&gt;
&lt;p&gt;到 &lt;a href=&quot;https://developer.nvidia.com/cuda-toolkit-archive&quot;&gt;官网&lt;/a&gt; 下载 CUDA12.8，进入 CUDA 所在文件夹，赋予文件执行权限后安装&lt;/p&gt;
&lt;figure class=&quot;highlight sh&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&gt;&lt;/pre&gt;&lt;/td&gt;&lt;td class=&quot;code&quot;&gt;&lt;pre&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;built_in&quot;&gt;chmod&lt;/span&gt; +x cuda_12.8.1_570.124.06_linux.run&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;built_in&quot;&gt;sudo&lt;/span&gt; ./cuda_12.8.1_570.124.06_linux.run&lt;/span&gt;&lt;br&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/figure&gt;
&lt;p&gt;开始安装后需要按空格键阅读条款，时间比较长。阅读完使用条款后开始配置，一步一步慢慢来，已经安装过驱动的就不要再安装驱动了，此外同意创建软连接，安装完毕之后加入环境变量：&lt;/p&gt;
&lt;figure class=&quot;highlight sh&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&gt;&lt;span class=&quot;line&quot;&gt;3&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;line&quot;&gt;4&lt;/span&gt;&lt;br&gt;&lt;/pre&gt;&lt;/td&gt;&lt;td class=&quot;code&quot;&gt;&lt;pre&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;built_in&quot;&gt;export&lt;/span&gt; CUDA_HOME=/usr/local/cuda&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;built_in&quot;&gt;export&lt;/span&gt; PATH=&lt;span class=&quot;variable&quot;&gt;$CUDA_HOME&lt;/span&gt;/bin:&lt;span class=&quot;variable&quot;&gt;$PATH&lt;/span&gt;&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;built_in&quot;&gt;export&lt;/span&gt; LD_LIBRARY_PATH=&lt;span class=&quot;variable&quot;&gt;$CUDA_HOME&lt;/span&gt;/lib64:&lt;span class=&quot;variable&quot;&gt;$LD_LIBRARY_PATH&lt;/span&gt;&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;built_in&quot;&gt;export&lt;/span&gt; CUDA_LAUNCH_BLOCKING=1 &lt;span class=&quot;comment&quot;&gt;# 限制单张显卡&lt;/span&gt;&lt;/span&gt;&lt;br&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/figure&gt;</summary>
    
    
    
    
    <category term="神经网络" scheme="https://wanxingge.site/tags/%E7%A5%9E%E7%BB%8F%E7%BD%91%E7%BB%9C/"/>
    
    <category term="Pytorch" scheme="https://wanxingge.site/tags/Pytorch/"/>
    
    <category term="Cuda" scheme="https://wanxingge.site/tags/Cuda/"/>
    
    <category term="ubuntu" scheme="https://wanxingge.site/tags/ubuntu/"/>
    
    <category term="NVIDIA" scheme="https://wanxingge.site/tags/NVIDIA/"/>
    
  </entry>
  
  <entry>
    <title>接口大全</title>
    <link href="https://wanxingge.site/1820e20e.html"/>
    <id>https://wanxingge.site/1820e20e.html</id>
    <published>2026-05-12T06:30:03.820Z</published>
    <updated>2026-05-12T06:30:03.820Z</updated>
    
    
    <summary type="html">常见的各种接口对应的专业名称</summary>
    
    
    
    <category term="嵌入式" scheme="https://wanxingge.site/categories/%E5%B5%8C%E5%85%A5%E5%BC%8F/"/>
    
    
    <category term="接口" scheme="https://wanxingge.site/tags/%E6%8E%A5%E5%8F%A3/"/>
    
    <category term="嵌入式" scheme="https://wanxingge.site/tags/%E5%B5%8C%E5%85%A5%E5%BC%8F/"/>
    
  </entry>
  
  <entry>
    <title>晶振</title>
    <link href="https://wanxingge.site/e9e0c837.html"/>
    <id>https://wanxingge.site/e9e0c837.html</id>
    <published>2026-05-12T06:30:03.819Z</published>
    <updated>2026-05-12T06:30:03.819Z</updated>
    
    
    <summary type="html">&lt;h2 id=&quot;总结&quot;&gt;总结&lt;/h2&gt;
&lt;p&gt;&lt;img src=&quot;/images/PCB/OSC2.jpg&quot; alt=&quot;OSC2.jpg&quot;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;note: 并联电阻不能太小，串联电阻不能太大。否则，在温度较低的情况下不易起振, 1MΩ电阻适用于以下问题：&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;当发生程序启动慢或不运行时，建议给晶振并联 1MΩ的电阻&lt;/li&gt;
&lt;li&gt;在低温环境下振荡电路阻抗也会发生变化，当阻抗增加到一定程度时，晶振就会发生起振困难或不起振现象。这时，我们也需要给晶振并联 1MΩ电阻&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;
&lt;h2 id=&quot;晶振参数以及匹配电容的计算&quot;&gt;晶振参数以及匹配电容的计算&lt;/h2&gt;
&lt;p&gt;负载电容&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;katex-display&quot;&gt;&lt;span class=&quot;katex&quot;&gt;&lt;span class=&quot;katex-mathml&quot;&gt;&lt;math xmlns=&quot;http://www.w3.org/1998/Math/MathML&quot; display=&quot;block&quot;&gt;&lt;semantics&gt;&lt;mrow&gt;&lt;msub&gt;&lt;mi&gt;C&lt;/mi&gt;&lt;mi&gt;L&lt;/mi&gt;&lt;/msub&gt;&lt;mo&gt;≅&lt;/mo&gt;&lt;mfrac&gt;&lt;mrow&gt;&lt;msub&gt;&lt;mi&gt;C&lt;/mi&gt;&lt;mi&gt;G&lt;/mi&gt;&lt;/msub&gt;&lt;mo&gt;∗&lt;/mo&gt;&lt;msub&gt;&lt;mi&gt;C&lt;/mi&gt;&lt;mi&gt;D&lt;/mi&gt;&lt;/msub&gt;&lt;/mrow&gt;&lt;mrow&gt;&lt;msub&gt;&lt;mi&gt;C&lt;/mi&gt;&lt;mi&gt;G&lt;/mi&gt;&lt;/msub&gt;&lt;mo&gt;+&lt;/mo&gt;&lt;msub&gt;&lt;mi&gt;C&lt;/mi&gt;&lt;mi&gt;D&lt;/mi&gt;&lt;/msub&gt;&lt;/mrow&gt;&lt;/mfrac&gt;&lt;mo&gt;+&lt;/mo&gt;&lt;msub&gt;&lt;mi&gt;C&lt;/mi&gt;&lt;mi&gt;S&lt;/mi&gt;&lt;/msub&gt;&lt;/mrow&gt;&lt;annotation encoding=&quot;application/x-tex&quot;&gt;C_{L}&#92;cong&#92;frac{C_{G}*C_{D}}{C_{G}+C_{D}}+C_{S}
&lt;/annotation&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/span&gt;&lt;span class=&quot;katex-html&quot; aria-hidden=&quot;true&quot;&gt;&lt;span class=&quot;base&quot;&gt;&lt;span class=&quot;strut&quot; style=&quot;height:0.8333em;vertical-align:-0.15em;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;mord&quot;&gt;&lt;span class=&quot;mord mathnormal&quot; style=&quot;margin-right:0.0715em;&quot;&gt;C&lt;/span&gt;&lt;span class=&quot;msupsub&quot;&gt;&lt;span class=&quot;vlist-t vlist-t2&quot;&gt;&lt;span class=&quot;vlist-r&quot;&gt;&lt;span class=&quot;vlist&quot; style=&quot;height:0.3283em;&quot;&gt;&lt;span style=&quot;top:-2.55em;margin-left:-0.0715em;margin-right:0.05em;&quot;&gt;&lt;span class=&quot;pstrut&quot; style=&quot;height:2.7em;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;sizing reset-size6 size3 mtight&quot;&gt;&lt;span class=&quot;mord mtight&quot;&gt;&lt;span class=&quot;mord mathnormal mtight&quot;&gt;L&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;vlist-s&quot;&gt;​&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;vlist-r&quot;&gt;&lt;span class=&quot;vlist&quot; style=&quot;height:0.15em;&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;mspace&quot; style=&quot;margin-right:0.2778em;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;mrel&quot;&gt;≅&lt;/span&gt;&lt;span class=&quot;mspace&quot; style=&quot;margin-right:0.2778em;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;base&quot;&gt;&lt;span class=&quot;strut&quot; style=&quot;height:2.1963em;vertical-align:-0.836em;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;mord&quot;&gt;&lt;span class=&quot;mopen nulldelimiter&quot;&gt;&lt;/span&gt;&lt;span class=&quot;mfrac&quot;&gt;&lt;span class=&quot;vlist-t vlist-t2&quot;&gt;&lt;span class=&quot;vlist-r&quot;&gt;&lt;span class=&quot;vlist&quot; style=&quot;height:1.3603em;&quot;&gt;&lt;span style=&quot;top:-2.314em;&quot;&gt;&lt;span class=&quot;pstrut&quot; style=&quot;height:3em;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;mord&quot;&gt;&lt;span class=&quot;mord&quot;&gt;&lt;span class=&quot;mord mathnormal&quot; style=&quot;margin-right:0.0715em;&quot;&gt;C&lt;/span&gt;&lt;span class=&quot;msupsub&quot;&gt;&lt;span class=&quot;vlist-t vlist-t2&quot;&gt;&lt;span class=&quot;vlist-r&quot;&gt;&lt;span class=&quot;vlist&quot; style=&quot;height:0.3283em;&quot;&gt;&lt;span style=&quot;top:-2.55em;margin-left:-0.0715em;margin-right:0.05em;&quot;&gt;&lt;span class=&quot;pstrut&quot; style=&quot;height:2.7em;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;sizing reset-size6 size3 mtight&quot;&gt;&lt;span class=&quot;mord mtight&quot;&gt;&lt;span class=&quot;mord mathnormal mtight&quot;&gt;G&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;vlist-s&quot;&gt;​&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;vlist-r&quot;&gt;&lt;span class=&quot;vlist&quot; style=&quot;height:0.15em;&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;mspace&quot; style=&quot;margin-right:0.2222em;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;mbin&quot;&gt;+&lt;/span&gt;&lt;span class=&quot;mspace&quot; style=&quot;margin-right:0.2222em;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;mord&quot;&gt;&lt;span class=&quot;mord mathnormal&quot; style=&quot;margin-right:0.0715em;&quot;&gt;C&lt;/span&gt;&lt;span class=&quot;msupsub&quot;&gt;&lt;span class=&quot;vlist-t vlist-t2&quot;&gt;&lt;span class=&quot;vlist-r&quot;&gt;&lt;span class=&quot;vlist&quot; style=&quot;height:0.3283em;&quot;&gt;&lt;span style=&quot;top:-2.55em;margin-left:-0.0715em;margin-right:0.05em;&quot;&gt;&lt;span class=&quot;pstrut&quot; style=&quot;height:2.7em;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;sizing reset-size6 size3 mtight&quot;&gt;&lt;span class=&quot;mord mtight&quot;&gt;&lt;span class=&quot;mord mathnormal mtight&quot; style=&quot;margin-right:0.0278em;&quot;&gt;D&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;vlist-s&quot;&gt;​&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;vlist-r&quot;&gt;&lt;span class=&quot;vlist&quot; style=&quot;height:0.15em;&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;top:-3.23em;&quot;&gt;&lt;span class=&quot;pstrut&quot; style=&quot;height:3em;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;frac-line&quot; style=&quot;border-bottom-width:0.04em;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;top:-3.677em;&quot;&gt;&lt;span class=&quot;pstrut&quot; style=&quot;height:3em;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;mord&quot;&gt;&lt;span class=&quot;mord&quot;&gt;&lt;span class=&quot;mord mathnormal&quot; style=&quot;margin-right:0.0715em;&quot;&gt;C&lt;/span&gt;&lt;span class=&quot;msupsub&quot;&gt;&lt;span class=&quot;vlist-t vlist-t2&quot;&gt;&lt;span class=&quot;vlist-r&quot;&gt;&lt;span class=&quot;vlist&quot; style=&quot;height:0.3283em;&quot;&gt;&lt;span style=&quot;top:-2.55em;margin-left:-0.0715em;margin-right:0.05em;&quot;&gt;&lt;span class=&quot;pstrut&quot; style=&quot;height:2.7em;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;sizing reset-size6 size3 mtight&quot;&gt;&lt;span class=&quot;mord mtight&quot;&gt;&lt;span class=&quot;mord mathnormal mtight&quot;&gt;G&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;vlist-s&quot;&gt;​&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;vlist-r&quot;&gt;&lt;span class=&quot;vlist&quot; style=&quot;height:0.15em;&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;mspace&quot; style=&quot;margin-right:0.2222em;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;mbin&quot;&gt;∗&lt;/span&gt;&lt;span class=&quot;mspace&quot; style=&quot;margin-right:0.2222em;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;mord&quot;&gt;&lt;span class=&quot;mord mathnormal&quot; style=&quot;margin-right:0.0715em;&quot;&gt;C&lt;/span&gt;&lt;span class=&quot;msupsub&quot;&gt;&lt;span class=&quot;vlist-t vlist-t2&quot;&gt;&lt;span class=&quot;vlist-r&quot;&gt;&lt;span class=&quot;vlist&quot; style=&quot;height:0.3283em;&quot;&gt;&lt;span style=&quot;top:-2.55em;margin-left:-0.0715em;margin-right:0.05em;&quot;&gt;&lt;span class=&quot;pstrut&quot; style=&quot;height:2.7em;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;sizing reset-size6 size3 mtight&quot;&gt;&lt;span class=&quot;mord mtight&quot;&gt;&lt;span class=&quot;mord mathnormal mtight&quot; style=&quot;margin-right:0.0278em;&quot;&gt;D&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;vlist-s&quot;&gt;​&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;vlist-r&quot;&gt;&lt;span class=&quot;vlist&quot; style=&quot;height:0.15em;&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;vlist-s&quot;&gt;​&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;vlist-r&quot;&gt;&lt;span class=&quot;vlist&quot; style=&quot;height:0.836em;&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;mclose nulldelimiter&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;mspace&quot; style=&quot;margin-right:0.2222em;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;mbin&quot;&gt;+&lt;/span&gt;&lt;span class=&quot;mspace&quot; style=&quot;margin-right:0.2222em;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;base&quot;&gt;&lt;span class=&quot;strut&quot; style=&quot;height:0.8333em;vertical-align:-0.15em;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;mord&quot;&gt;&lt;span class=&quot;mord mathnormal&quot; style=&quot;margin-right:0.0715em;&quot;&gt;C&lt;/span&gt;&lt;span class=&quot;msupsub&quot;&gt;&lt;span class=&quot;vlist-t vlist-t2&quot;&gt;&lt;span class=&quot;vlist-r&quot;&gt;&lt;span class=&quot;vlist&quot; style=&quot;height:0.3283em;&quot;&gt;&lt;span style=&quot;top:-2.55em;margin-left:-0.0715em;margin-right:0.05em;&quot;&gt;&lt;span class=&quot;pstrut&quot; style=&quot;height:2.7em;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;sizing reset-size6 size3 mtight&quot;&gt;&lt;span class=&quot;mord mtight&quot;&gt;&lt;span class=&quot;mord mathnormal mtight&quot; style=&quot;margin-right:0.0576em;&quot;&gt;S&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;vlist-s&quot;&gt;​&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;vlist-r&quot;&gt;&lt;span class=&quot;vlist&quot; style=&quot;height:0.15em;&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/PCB/OSC1.jpg&quot; alt=&quot;OSC1.jpg&quot;&gt;&lt;/p&gt;
&lt;p&gt;即负载电容跟晶体振荡电路输入管脚到 GND 的总电容 CG 、晶体振荡电路输出管脚到 GND 的总电容 CD 以及晶体本身的并联电容 CS 有关。&lt;/p&gt;
&lt;p&gt;我们知道晶体振荡电路输入管脚到 GND 的总电容一般由以下几部分组成：&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;需要外加晶振的单片机或其他 IC 管脚到 GND 之间的寄生电容 Ci；&lt;/li&gt;
&lt;li&gt;振荡输入端 OSC_IN 的 PCB 走线到 GND 之间的寄生电容 &lt;span class=&quot;katex&quot;&gt;&lt;span class=&quot;katex-mathml&quot;&gt;&lt;math xmlns=&quot;http://www.w3.org/1998/Math/MathML&quot;&gt;&lt;semantics&gt;&lt;mrow&gt;&lt;msub&gt;&lt;mi&gt;C&lt;/mi&gt;&lt;mrow&gt;&lt;mi&gt;p&lt;/mi&gt;&lt;mi&gt;c&lt;/mi&gt;&lt;mi&gt;b&lt;/mi&gt;&lt;mn&gt;1&lt;/mn&gt;&lt;/mrow&gt;&lt;/msub&gt;&lt;/mrow&gt;&lt;annotation encoding=&quot;application/x-tex&quot;&gt;C_{pcb1}&lt;/annotation&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/span&gt;&lt;span class=&quot;katex-html&quot; aria-hidden=&quot;true&quot;&gt;&lt;span class=&quot;base&quot;&gt;&lt;span class=&quot;strut&quot; style=&quot;height:0.9694em;vertical-align:-0.2861em;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;mord&quot;&gt;&lt;span class=&quot;mord mathnormal&quot; style=&quot;margin-right:0.0715em;&quot;&gt;C&lt;/span&gt;&lt;span class=&quot;msupsub&quot;&gt;&lt;span class=&quot;vlist-t vlist-t2&quot;&gt;&lt;span class=&quot;vlist-r&quot;&gt;&lt;span class=&quot;vlist&quot; style=&quot;height:0.3361em;&quot;&gt;&lt;span style=&quot;top:-2.55em;margin-left:-0.0715em;margin-right:0.05em;&quot;&gt;&lt;span class=&quot;pstrut&quot; style=&quot;height:2.7em;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;sizing reset-size6 size3 mtight&quot;&gt;&lt;span class=&quot;mord mtight&quot;&gt;&lt;span class=&quot;mord mathnormal mtight&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;mord mathnormal mtight&quot;&gt;c&lt;/span&gt;&lt;span class=&quot;mord mathnormal mtight&quot;&gt;b&lt;/span&gt;&lt;span class=&quot;mord mtight&quot;&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;vlist-s&quot;&gt;​&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;vlist-r&quot;&gt;&lt;span class=&quot;vlist&quot; style=&quot;height:0.2861em;&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;；&lt;/li&gt;
&lt;li&gt;电路上额外需要增加的并联到 GND 的外匹配电容 &lt;span class=&quot;katex&quot;&gt;&lt;span class=&quot;katex-mathml&quot;&gt;&lt;math xmlns=&quot;http://www.w3.org/1998/Math/MathML&quot;&gt;&lt;semantics&gt;&lt;mrow&gt;&lt;msub&gt;&lt;mi&gt;C&lt;/mi&gt;&lt;mrow&gt;&lt;mi&gt;L&lt;/mi&gt;&lt;mn&gt;1&lt;/mn&gt;&lt;/mrow&gt;&lt;/msub&gt;&lt;/mrow&gt;&lt;annotation encoding=&quot;application/x-tex&quot;&gt;C_{L1}&lt;/annotation&gt;&lt;/semantics&gt;&lt;/math&gt;&lt;/span&gt;&lt;span class=&quot;katex-html&quot; aria-hidden=&quot;true&quot;&gt;&lt;span class=&quot;base&quot;&gt;&lt;span class=&quot;strut&quot; style=&quot;height:0.8333em;vertical-align:-0.15em;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;mord&quot;&gt;&lt;span class=&quot;mord mathnormal&quot; style=&quot;margin-right:0.0715em;&quot;&gt;C&lt;/span&gt;&lt;span class=&quot;msupsub&quot;&gt;&lt;span class=&quot;vlist-t vlist-t2&quot;&gt;&lt;span class=&quot;vlist-r&quot;&gt;&lt;span class=&quot;vlist&quot; style=&quot;height:0.3283em;&quot;&gt;&lt;span style=&quot;top:-2.55em;margin-left:-0.0715em;margin-right:0.05em;&quot;&gt;&lt;span class=&quot;pstrut&quot; style=&quot;height:2.7em;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;sizing reset-size6 size3 mtight&quot;&gt;&lt;span class=&quot;mord mtight&quot;&gt;&lt;span class=&quot;mord mathnormal mtight&quot;&gt;L&lt;/span&gt;&lt;span class=&quot;mord mtight&quot;&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;vlist-s&quot;&gt;​&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;vlist-r&quot;&gt;&lt;span class=&quot;vlist&quot; style=&quot;height:0.15em;&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;</summary>
    
    
    
    <category term="PCB" scheme="https://wanxingge.site/categories/PCB/"/>
    
    
    <category term="PCB" scheme="https://wanxingge.site/tags/PCB/"/>
    
    <category term="晶振" scheme="https://wanxingge.site/tags/%E6%99%B6%E6%8C%AF/"/>
    
    <category term="EDA" scheme="https://wanxingge.site/tags/EDA/"/>
    
  </entry>
  
</feed>
