<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>鼠侠网 - 《硬件内存模型和C/C++内存模型》视频课程专区</title>
    <link>http://lizhongc.com/forum-29-1.html</link>
    <description>Latest 20 threads of 《硬件内存模型和C/C++内存模型》视频课程专区</description>
    <copyright>Copyright(C) 鼠侠网</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 14 May 2026 00:23:02 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://lizhongc.com/static/image/common/logo_88_31.gif</url>
      <title>鼠侠网</title>
      <link>http://lizhongc.com/</link>
    </image>
    <item>
      <title>关于汇编指令操作的原子性</title>
      <link>http://lizhongc.com/thread-439-1-1.html</link>
      <description><![CDATA[请教下，在硬件内存章节，有时候假定 mov [x],1 的操作是原子的，有时候假定 mov [x],1 的操作是非原子的。
真实情况怎么获知一条指令是原子的，还是非原子的呀？]]></description>
      <category>《硬件内存模型和C/C++内存模型》视频课程专区</category>
      <author>zhaomingliang</author>
      <pubDate>Sat, 27 Jul 2024 13:01:55 +0000</pubDate>
    </item>
    <item>
      <title>特别练习7-2作业</title>
      <link>http://lizhongc.com/thread-437-1-1.html</link>
      <description><![CDATA[处理器0

.try1:
        xor r0, r0
        mov r1, 1
        lock cmpxchg [g], r0, r1
        jne .try1
        mov [x], 1
        xchg [g], 0
        
.try2:
        xor r0, r0
        mov r1, 1
        lock cmpxchg [g], r0, r1
        jne .tr]]></description>
      <category>《硬件内存模型和C/C++内存模型》视频课程专区</category>
      <author>米龙·0xFFFE</author>
      <pubDate>Mon, 22 Jul 2024 12:01:46 +0000</pubDate>
    </item>
    <item>
      <title>这章本来就没有内容吗？</title>
      <link>http://lizhongc.com/thread-428-1-1.html</link>
      <description><![CDATA[我看是空的，但是有这个文件夹]]></description>
      <category>《硬件内存模型和C/C++内存模型》视频课程专区</category>
      <author>xiaoyangst</author>
      <pubDate>Fri, 05 Jul 2024 09:51:16 +0000</pubDate>
    </item>
    <item>
      <title>第8章-C／C++内存模型-第012课段</title>
      <link>http://lizhongc.com/thread-420-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《硬件内存模型和C/C++内存模型》视频课程专区</category>
      <author>站长</author>
      <pubDate>Thu, 27 Jun 2024 01:00:40 +0000</pubDate>
    </item>
    <item>
      <title>第8章-C／C++内存模型-第011课段</title>
      <link>http://lizhongc.com/thread-419-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《硬件内存模型和C/C++内存模型》视频课程专区</category>
      <author>站长</author>
      <pubDate>Thu, 27 Jun 2024 00:58:02 +0000</pubDate>
    </item>
    <item>
      <title>第8章-C／C++内存模型-第010课段</title>
      <link>http://lizhongc.com/thread-418-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《硬件内存模型和C/C++内存模型》视频课程专区</category>
      <author>站长</author>
      <pubDate>Thu, 27 Jun 2024 00:53:41 +0000</pubDate>
    </item>
    <item>
      <title>第8章-C／C++内存模型-第009课段</title>
      <link>http://lizhongc.com/thread-417-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《硬件内存模型和C/C++内存模型》视频课程专区</category>
      <author>站长</author>
      <pubDate>Thu, 27 Jun 2024 00:50:41 +0000</pubDate>
    </item>
    <item>
      <title>第8章-C／C++内存模型-第008课段（第71集习题答案）</title>
      <link>http://lizhongc.com/thread-416-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《硬件内存模型和C/C++内存模型》视频课程专区</category>
      <author>站长</author>
      <pubDate>Thu, 27 Jun 2024 00:45:44 +0000</pubDate>
    </item>
    <item>
      <title>第8章-C／C++内存模型-第007课段</title>
      <link>http://lizhongc.com/thread-415-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《硬件内存模型和C/C++内存模型》视频课程专区</category>
      <author>站长</author>
      <pubDate>Thu, 27 Jun 2024 00:45:03 +0000</pubDate>
    </item>
    <item>
      <title>第8章-C／C++内存模型-第006课段（第68集习题答案）</title>
      <link>http://lizhongc.com/thread-414-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《硬件内存模型和C/C++内存模型》视频课程专区</category>
      <author>站长</author>
      <pubDate>Thu, 27 Jun 2024 00:42:22 +0000</pubDate>
    </item>
    <item>
      <title>第8章-C／C++内存模型-第005课段</title>
      <link>http://lizhongc.com/thread-413-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《硬件内存模型和C/C++内存模型》视频课程专区</category>
      <author>站长</author>
      <pubDate>Thu, 27 Jun 2024 00:38:05 +0000</pubDate>
    </item>
    <item>
      <title>第8章-C／C++内存模型-第004课段</title>
      <link>http://lizhongc.com/thread-412-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《硬件内存模型和C/C++内存模型》视频课程专区</category>
      <author>站长</author>
      <pubDate>Thu, 27 Jun 2024 00:33:43 +0000</pubDate>
    </item>
    <item>
      <title>第8章-C／C++内存模型-第003课段</title>
      <link>http://lizhongc.com/thread-411-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《硬件内存模型和C/C++内存模型》视频课程专区</category>
      <author>站长</author>
      <pubDate>Thu, 27 Jun 2024 00:31:11 +0000</pubDate>
    </item>
    <item>
      <title>第8章-C／C++内存模型-第002课段（习题）</title>
      <link>http://lizhongc.com/thread-410-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《硬件内存模型和C/C++内存模型》视频课程专区</category>
      <author>站长</author>
      <pubDate>Thu, 27 Jun 2024 00:25:41 +0000</pubDate>
    </item>
    <item>
      <title>第8章-C／C++内存模型-第001课段</title>
      <link>http://lizhongc.com/thread-409-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《硬件内存模型和C/C++内存模型》视频课程专区</category>
      <author>站长</author>
      <pubDate>Wed, 26 Jun 2024 12:55:21 +0000</pubDate>
    </item>
    <item>
      <title>第7章-硬件内存模型-第026课段（习题及答案）</title>
      <link>http://lizhongc.com/thread-408-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《硬件内存模型和C/C++内存模型》视频课程专区</category>
      <author>站长</author>
      <pubDate>Wed, 26 Jun 2024 12:49:35 +0000</pubDate>
    </item>
    <item>
      <title>第7章-硬件内存模型-第025课段</title>
      <link>http://lizhongc.com/thread-407-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《硬件内存模型和C/C++内存模型》视频课程专区</category>
      <author>站长</author>
      <pubDate>Wed, 26 Jun 2024 12:45:34 +0000</pubDate>
    </item>
    <item>
      <title>第7章-硬件内存模型-第024课段（第48集习题答案）</title>
      <link>http://lizhongc.com/thread-406-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《硬件内存模型和C/C++内存模型》视频课程专区</category>
      <author>站长</author>
      <pubDate>Wed, 26 Jun 2024 12:42:14 +0000</pubDate>
    </item>
    <item>
      <title>第7章-硬件内存模型-第023课段</title>
      <link>http://lizhongc.com/thread-405-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《硬件内存模型和C/C++内存模型》视频课程专区</category>
      <author>站长</author>
      <pubDate>Wed, 26 Jun 2024 12:41:25 +0000</pubDate>
    </item>
    <item>
      <title>第7章-硬件内存模型-第022课段（第46集习题答案）</title>
      <link>http://lizhongc.com/thread-404-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>《硬件内存模型和C/C++内存模型》视频课程专区</category>
      <author>站长</author>
      <pubDate>Wed, 26 Jun 2024 11:40:27 +0000</pubDate>
    </item>
  </channel>
</rss>