<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>EnMaking - 其他</title>
    <link>http://www.enmaking.com/forum.php?mod=forumdisplay&amp;fid=34</link>
    <description>Latest 20 threads of 其他</description>
    <copyright>Copyright(C) EnMaking</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 20 Apr 2026 22:14:23 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.enmaking.com/static/image/common/logo_88_31.gif</url>
      <title>EnMaking</title>
      <link>http://www.enmaking.com/</link>
    </image>
    <item>
      <title>四元数英文版</title>
      <link>http://www.enmaking.com/forum.php?mod=viewthread&amp;tid=99</link>
      <description><![CDATA[Of the many mathematical tools used in computer graphics, most are well covered in standard texts; quaternions are not. This article is intended to provide tutorial material on quaternions, including what they are, why they are useful, how to use the ...]]></description>
      <category>其他</category>
      <author>鹉子</author>
      <pubDate>Mon, 22 Apr 2024 06:39:14 +0000</pubDate>
    </item>
    <item>
      <title>三角函数快速算法-反正切余切/正弦余弦</title>
      <link>http://www.enmaking.com/forum.php?mod=viewthread&amp;tid=98</link>
      <description><![CDATA[在某些情况下我们需要一些更高效的且近似于标准值的 sin 和 cos 函数。
有 时候我们并需要过高的精度，这时 C 语言中自带的三角函数(sinf() 和 cosf() f)计算的精度超出了我们所需要的精度要求，所以其效率很低。我们真 正需要的是间于精度和效率的一个折中的方案。众所 ...]]></description>
      <category>其他</category>
      <author>鹉子</author>
      <pubDate>Mon, 22 Apr 2024 06:37:57 +0000</pubDate>
    </item>
    <item>
      <title>LabVIEW教程-清华版入门</title>
      <link>http://www.enmaking.com/forum.php?mod=viewthread&amp;tid=97</link>
      <description><![CDATA[第一章 虚拟仪器及 LabVIEW 入门 1.1 虚拟仪器概述
1.2 LabVIEW 是什么?
1.3 LabVIEW 的运行机制 1.3.1 LabVIEW 应用程序的构成 1.3.2 LabVIEW 的操作模板 1.4 LabVIEW 的初步操作 1.4.1 创建 VI 和调用子 VI 1.4.2 程序调试技术
1.4.3 子VI的建立
1.5 图表(Chart)入门
 ...]]></description>
      <category>其他</category>
      <author>鹉子</author>
      <pubDate>Mon, 22 Apr 2024 06:33:33 +0000</pubDate>
    </item>
    <item>
      <title>快速平方根算法资料</title>
      <link>http://www.enmaking.com/forum.php?mod=viewthread&amp;tid=96</link>
      <description><![CDATA[在 3D 图形编程中，经常要求平方根或平方根的倒数，例如:求向量的长度或将 向量归一化。C 数学函数库中的 sqrt 具有理想的精度，但对于 3D 游戏程式来说 速度太慢。我们希望能够在保证足够的精度的同时，进一步提高速度。

如附件，解算和C实现过程；






 ...]]></description>
      <category>其他</category>
      <author>鹉子</author>
      <pubDate>Mon, 22 Apr 2024 06:30:24 +0000</pubDate>
    </item>
  </channel>
</rss>