<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>数学研发论坛 - 开发应用</title>
    <link>https://bbs.emath.ac.cn/forum-9-1.html</link>
    <description>Latest 20 threads of 开发应用</description>
    <copyright>Copyright(C) 数学研发论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 20 Apr 2026 08:32:06 +0000</lastBuildDate>
    <ttl>120</ttl>
    <image>
      <url>https://bbs.emath.ac.cn/static/image/common/logo_88_31.gif</url>
      <title>数学研发论坛</title>
      <link>https://bbs.emath.ac.cn/</link>
    </image>
    <item>
      <title>用推箱子的方式合成数字N所需的最少步数</title>
      <link>https://bbs.emath.ac.cn/thread-50176-1-1.html</link>
      <description><![CDATA[一开始玩家所在的地方是地图上唯一的一块空地，其余的格子上全都是1号箱子

玩家可以把箱子从一个空地推往另一个空地，也可以推往另一个相同的箱子（此时箱子会合并：2个k号箱子会合并成1个(k+1)号箱子）

玩家不能1步推动多个箱子，也不能把1个箱子推往另一个不同的箱 ...]]></description>
      <category>开发应用</category>
      <author>KeyTo9_Fans</author>
      <pubDate>Sat, 28 Mar 2026 00:42:01 +0000</pubDate>
    </item>
    <item>
      <title>用 AI 辅助开发算法的感受</title>
      <link>https://bbs.emath.ac.cn/thread-50168-1-1.html</link>
      <description><![CDATA[春节假前几天公司项目少，决定尝试一下业余用 AI 辅助开发算法，说一下感受

先说优点：

[*]查询资料比较快，比如我提问“有哪些优秀的开源快速数论算法？”，它会很快给出一份清单，并给出推荐理由，比用搜索引擎强多了
[*]生成代码比较快，可以快速获得一些通用算法 ...]]></description>
      <category>开发应用</category>
      <author>gxqcn</author>
      <pubDate>Fri, 27 Feb 2026 06:40:13 +0000</pubDate>
    </item>
    <item>
      <title>自己的高精度库，C++，请求指教</title>
      <link>https://bbs.emath.ac.cn/thread-50148-1-1.html</link>
      <description><![CDATA[通过网盘分享的文件：prec.hpp
链接: https://pan.baidu.com/s/1slmrlA6cnXTZXKPD7C7esA?pwd=oier 提取码: oier
通过网盘分享的文件：calc_pi.cpp等2个文件
链接: https://pan.baidu.com/s/18ETWK49dn3Nh9KxSA3QCTw?pwd=oier 提取码: oier
计算pi到1000000位数需要30秒 ...]]></description>
      <category>开发应用</category>
      <author>Yi_Zhi_OIer</author>
      <pubDate>Fri, 09 Jan 2026 13:59:25 +0000</pubDate>
    </item>
    <item>
      <title>MULX 指令可有操作数重叠限制？</title>
      <link>https://bbs.emath.ac.cn/thread-50136-1-1.html</link>
      <description><![CDATA[比如：“MULX RAX, RDX, RAX” 是否合法？能否实现 RAX:RDX = RAX*RDX
相应的，“MUL RDX” 则合法，得到 RDX:RAX = RDX*RAX]]></description>
      <category>开发应用</category>
      <author>gxqcn</author>
      <pubDate>Wed, 24 Dec 2025 02:27:55 +0000</pubDate>
    </item>
    <item>
      <title>点亮第N栋建筑所需点击次数的求解</title>
      <link>https://bbs.emath.ac.cn/thread-19986-1-1.html</link>
      <description><![CDATA[我开发了一个和《点亮城市》https://lewan.baidu.com/lewan?gameId=213333056330956800 类似的小游戏，游戏规则如下：

==========

游戏开始时，玩家拥有的现金数额为1，所有的建筑都是未点亮的状态

现金可以用来点亮建筑，也可以用来升级建筑

点亮第i栋建筑需要花费 ...]]></description>
      <category>开发应用</category>
      <author>KeyTo9_Fans</author>
      <pubDate>Fri, 28 Mar 2025 08:00:20 +0000</pubDate>
    </item>
    <item>
      <title>《64位汇编语言的编程艺术》</title>
      <link>https://bbs.emath.ac.cn/thread-19950-1-1.html</link>
      <description><![CDATA[昨天在京东上下单了这本书，结果下午就送到了，可能是因为选的是自营的缘故。
很厚的一本，包装的很好，一看就是原装的。
趁着周末，学习起来，对以后的开发有帮助。]]></description>
      <category>开发应用</category>
      <author>gxqcn</author>
      <pubDate>Sat, 08 Mar 2025 09:02:08 +0000</pubDate>
    </item>
    <item>
      <title>高斯消去法破坏了矩阵的稀疏性</title>
      <link>https://bbs.emath.ac.cn/thread-19792-1-1.html</link>
      <description><![CDATA[我用高斯消去法去求解一个由1208个未知数和1208个线性方程组成的线性方程组。该方程组作为例子在《超大规模稀疏线性方程组求解》贴中给出了。
该方程组的系数矩阵是稀疏的。下图所示为该方程组的系数矩阵，每个黑点都代表一个非零元素。该系数矩阵共有12138个非零元素， ...]]></description>
      <category>开发应用</category>
      <author>ShuXueZhenMiHu</author>
      <pubDate>Sat, 23 Nov 2024 03:41:56 +0000</pubDate>
    </item>
    <item>
      <title>能否用Python开发圆周率计算程序？</title>
      <link>https://bbs.emath.ac.cn/thread-19447-1-1.html</link>
      <description><![CDATA[能否用Python开发圆周率计算程序？]]></description>
      <category>开发应用</category>
      <author>sxyjtd</author>
      <pubDate>Wed, 22 May 2024 10:09:47 +0000</pubDate>
    </item>
    <item>
      <title>CGAL 5.6 是放弃32位了吗？</title>
      <link>https://bbs.emath.ac.cn/thread-19264-1-1.html</link>
      <description><![CDATA[如题，有没有大神明示一下]]></description>
      <category>开发应用</category>
      <author>oyicefire</author>
      <pubDate>Tue, 09 Jan 2024 03:38:17 +0000</pubDate>
    </item>
    <item>
      <title>为什么 -++i 可以编译，而 ---i 却不可以？</title>
      <link>https://bbs.emath.ac.cn/thread-19242-1-1.html</link>
      <description><![CDATA[所讨论的语言为 C++

其中，i 是 有符号整型数据类型，-++i 的结合性为从右到左，先算 ++i，而后取负；
++i 为自增运算，对等的自减运算为 --i，但为什么 ---i 却编译不过？

似乎将 ---i 解析成了 --(-i)，-i 返回的是一个右值，而自减运算必须针对的是可修改的左值， ...]]></description>
      <category>开发应用</category>
      <author>gxqcn</author>
      <pubDate>Mon, 25 Dec 2023 08:15:13 +0000</pubDate>
    </item>
    <item>
      <title>PARI/GP的一些笔记</title>
      <link>https://bbs.emath.ac.cn/thread-19195-1-1.html</link>
      <description><![CDATA[在我没写完前，所有回复帖子一律删除
1、通用设置
1）提高默认堆栈容量
执行目录下有个gprc.txt
加入parisizemax = 100000000
可明显减少对大数进行复杂运算时候报堆栈错误的可能

2) 默认实数的精度 
交互环境下输入\\p 1000 可提高默认的实数精度，
也可以在gprc.txt里 ...]]></description>
      <category>开发应用</category>
      <author>无心人</author>
      <pubDate>Wed, 22 Nov 2023 08:15:04 +0000</pubDate>
    </item>
    <item>
      <title>这个强大的质因数分解工具是怎么开发出来的？</title>
      <link>https://bbs.emath.ac.cn/thread-19190-1-1.html</link>
      <description><![CDATA[这个质因数分解工具……
https://zh.numberempire.com/numberfactorizer.php

可以在1秒内分解70位以内的任意合数。我想知道这个工具用的是什么算法？

而10^70约等于2^256，这是不是意味着256位的RSA加密系统已经不安全了？

我编程实现过Pollard-Rho算法：
https://zh ...]]></description>
      <category>开发应用</category>
      <author>KeyTo9_Fans</author>
      <pubDate>Fri, 17 Nov 2023 06:26:54 +0000</pubDate>
    </item>
    <item>
      <title>如何研发一个几何证明题的做题机器？</title>
      <link>https://bbs.emath.ac.cn/thread-19088-1-1.html</link>
      <description><![CDATA[我想开发一个程序，录入常用的几何证明推理规则，然后读入几何证明题的前提条件和需要证明的结论，然后采用迭代加深算法，先枚举1条推理规则，如果能推出结论，那么输出这条规则；否则枚举第1步和第2步的推理规则，如果能推出结论，那么输出第1步和第2步分别用的是哪条 ...]]></description>
      <category>开发应用</category>
      <author>KeyTo9_Fans</author>
      <pubDate>Wed, 30 Aug 2023 02:48:38 +0000</pubDate>
    </item>
    <item>
      <title>请推荐一款等宽英文字体，让 -*-*- 上下居中对齐</title>
      <link>https://bbs.emath.ac.cn/thread-18923-1-1.html</link>
      <description><![CDATA[大家在 word 里键入“-*-*-”，全选后选择一些等宽字体：
在 新宋体 下，表现非常完美，
在 Consolas 字体下，* 号比 - 号显得略偏上。

请大家推荐一款通用的等宽英文字体（最好是 windows 系统自带的），
可让 -*-*- 上下居中对齐，谢谢！ ...]]></description>
      <category>开发应用</category>
      <author>gxqcn</author>
      <pubDate>Fri, 02 Jun 2023 09:20:49 +0000</pubDate>
    </item>
    <item>
      <title>你们写代码，都喜欢用什么样的配色？</title>
      <link>https://bbs.emath.ac.cn/thread-18917-1-1.html</link>
      <description><![CDATA[这是我写的lingo代码，

https://bbs.emath.ac.cn/forum.php?mod=redirect&amp;goto=findpost&amp;ptid=18912&amp;pid=95837&amp;fromuid=14149

配色并不满意，你们用什么样的配色呢？]]></description>
      <category>开发应用</category>
      <author>nyy</author>
      <pubDate>Tue, 30 May 2023 03:25:49 +0000</pubDate>
    </item>
    <item>
      <title>4列俄罗斯方块的最佳策略</title>
      <link>https://bbs.emath.ac.cn/thread-18878-1-1.html</link>
      <description><![CDATA[10列的俄罗斯方块由于局面数过多而无法精确求解最佳策略，本贴规定容器宽度只有4列，从而最大限度地减少局面数，方便精确求解最佳策略

假设容器无限高，一开始是空的

7种方块（横条、正方形、7形、反7形、z形、s形、土形）出现的概率均为1/7，并且会无穷无尽地出现

 ...]]></description>
      <category>开发应用</category>
      <author>KeyTo9_Fans</author>
      <pubDate>Tue, 25 Apr 2023 02:18:27 +0000</pubDate>
    </item>
    <item>
      <title>如何申请和使用超过2GB大小的内存？</title>
      <link>https://bbs.emath.ac.cn/thread-18752-1-1.html</link>
      <description><![CDATA[下面这段代码，申请使用1GB的内存：

编译和运行都是没问题的，但把

const long long n=1]]></description>
      <category>开发应用</category>
      <author>KeyTo9_Fans</author>
      <pubDate>Mon, 06 Feb 2023 00:54:06 +0000</pubDate>
    </item>
    <item>
      <title>指数函数的函数值的近似计算</title>
      <link>https://bbs.emath.ac.cn/thread-18722-1-1.html</link>
      <description><![CDATA[计算指数函数 \\( e^{x} \\)  的函数值的近似值。当x的取值很大（或很小）时，小贾计算器八可以计算出对应函数值的前若干位有效数字。

本例中，小贾计算器八计算 \\( e^{1000000000} \\)  的近似值。 \\( e^{1000000000} \\) 的整数部分一共有434294482位，本例中小贾计算器 ...]]></description>
      <category>开发应用</category>
      <author>ShuXueZhenMiHu</author>
      <pubDate>Mon, 02 Jan 2023 15:05:25 +0000</pubDate>
    </item>
    <item>
      <title>小贾组合数计算器</title>
      <link>https://bbs.emath.ac.cn/thread-18583-1-1.html</link>
      <description><![CDATA[我儿子班里有50个同学，现在要从中随意选出5个人组成一个小组，有多少种选法？ 小贾组合数计算器可以计算出组合的数量。

怎么可能！从50个人中选择出一个5人小组，竟然有两百万种选法！那从100个人中选择出一个10人小组呢？
其实想说的是祝大家中秋节快乐。 ...]]></description>
      <category>开发应用</category>
      <author>ShuXueZhenMiHu</author>
      <pubDate>Sat, 10 Sep 2022 16:12:55 +0000</pubDate>
    </item>
    <item>
      <title>小贾自然指数函数计算器</title>
      <link>https://bbs.emath.ac.cn/thread-18533-1-1.html</link>
      <description><![CDATA[大家好，我做了一个自然指数函数的计算器。她可以求自然指数函数的近似值。  自然指数函数就是e^x函数，也可以写成exp(x)形式。 exp(1)=e  结果e为自然常数； exp(0)=1.
如果我们要计算exp(1000)的近似值，并且要求误差小于0.001。我们只需在第一个文本框中输入1000，然 ...]]></description>
      <category>开发应用</category>
      <author>ShuXueZhenMiHu</author>
      <pubDate>Tue, 16 Aug 2022 02:38:08 +0000</pubDate>
    </item>
  </channel>
</rss>