<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>技术杂文 - 分类 - Lambda How aRe yoU</title>
        <link>https://lambdahru.com/categories/%E6%8A%80%E6%9C%AF%E6%9D%82%E6%96%87/</link>
        <description>技术杂文 - 分类 - Lambda How aRe yoU</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><atom:link href="https://lambdahru.com/categories/%E6%8A%80%E6%9C%AF%E6%9D%82%E6%96%87/" rel="self" type="application/rss+xml" /><item>
    <title>Java 使用 commons-math3 进行线性和非线性拟合</title>
    <link>https://lambdahru.com/posts/java-commons-math-samples/</link>
    <pubDate>Mon, 01 Jan 0001 00:00:00 &#43;0000</pubDate>
    <author>作者</author>
    <guid>https://lambdahru.com/posts/java-commons-math-samples/</guid>
    <description><![CDATA[<p>Java 在线性拟合这一方面不如 Python 拥有那么多的库，我将简单介绍如何使用 Apache <code>commons-math3</code> 进行线性拟合、非线性拟合，
附带带效果图</p>]]></description>
</item><item>
    <title>计算机二进制补码</title>
    <link>https://lambdahru.com/posts/2-s-compelment/</link>
    <pubDate>Mon, 01 Jan 0001 00:00:00 &#43;0000</pubDate>
    <author>作者</author>
    <guid>https://lambdahru.com/posts/2-s-compelment/</guid>
    <description><![CDATA[<p>大学的老师告诉我们: &ldquo;正数的原码、反码、补码是一样的, 负数的补码是原码除符号位外，其余各位取反再加1。&rdquo;</p>
<p>但是实际上，<strong>补码仅仅是一种编码，好处是可以用加法来实现减法的操作，和原码、反码没啥太大的关系</strong>，口诀只是为了人类计算方便</p>]]></description>
</item></channel>
</rss>
