<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>因数分解 on 简单点</title>
    <link>https://95ie.net/tags/%E5%9B%A0%E6%95%B0%E5%88%86%E8%A7%A3/</link>
    <description>Recent content in 因数分解 on 简单点</description>
    <generator>Hugo</generator>
    <language>zh-cn</language>
    <copyright>Jack Hsu</copyright>
    <lastBuildDate>Mon, 04 Dec 2023 09:14:22 +0800</lastBuildDate>
    <atom:link href="https://95ie.net/tags/%E5%9B%A0%E6%95%B0%E5%88%86%E8%A7%A3/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>用racket写一个因数分解函数</title>
      <link>https://95ie.net/post/a-factorization-function-in-racket/</link>
      <pubDate>Mon, 04 Dec 2023 09:10:22 +0800</pubDate>
      <guid>https://95ie.net/post/a-factorization-function-in-racket/</guid>
      <description>&lt;p&gt;这个函数的要求是找出1个数的因数，求出这些因数当中最大的前n个因数之和。&lt;/p&gt;&#xA;&lt;p&gt;完整的要求是这样的：&#xA;&lt;img alt=&#34;函数要求&#34; src=&#34;https://95ie.net/images/202312/wxss_20231203214717.jpg&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;思路&#34;&gt;思路&lt;/h3&gt;&#xA;&lt;p&gt;求因数的和，自然要有了因数才行。查了一下racket的reference，没有找到因数分解的函数，&#xA;这就意味着要动手写一个。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
