<tfoot id='s0s0W'></tfoot>
      • <bdo id='s0s0W'></bdo><ul id='s0s0W'></ul>

    1. <small id='s0s0W'></small><noframes id='s0s0W'>

      <legend id='s0s0W'><style id='s0s0W'><dir id='s0s0W'><q id='s0s0W'></q></dir></style></legend>

      1. <i id='s0s0W'><tr id='s0s0W'><dt id='s0s0W'><q id='s0s0W'><span id='s0s0W'><b id='s0s0W'><form id='s0s0W'><ins id='s0s0W'></ins><ul id='s0s0W'></ul><sub id='s0s0W'></sub></form><legend id='s0s0W'></legend><bdo id='s0s0W'><pre id='s0s0W'><center id='s0s0W'></center></pre></bdo></b><th id='s0s0W'></th></span></q></dt></tr></i><div id='s0s0W'><tfoot id='s0s0W'></tfoot><dl id='s0s0W'><fieldset id='s0s0W'></fieldset></dl></div>
      2. 在 iOS 中存储和执行大量操作

        时间:2023-05-18
        1. <legend id='UYHtJ'><style id='UYHtJ'><dir id='UYHtJ'><q id='UYHtJ'></q></dir></style></legend>
        2. <tfoot id='UYHtJ'></tfoot>

            <small id='UYHtJ'></small><noframes id='UYHtJ'>

            • <bdo id='UYHtJ'></bdo><ul id='UYHtJ'></ul>

              <i id='UYHtJ'><tr id='UYHtJ'><dt id='UYHtJ'><q id='UYHtJ'><span id='UYHtJ'><b id='UYHtJ'><form id='UYHtJ'><ins id='UYHtJ'></ins><ul id='UYHtJ'></ul><sub id='UYHtJ'></sub></form><legend id='UYHtJ'></legend><bdo id='UYHtJ'><pre id='UYHtJ'><center id='UYHtJ'></center></pre></bdo></b><th id='UYHtJ'></th></span></q></dt></tr></i><div id='UYHtJ'><tfoot id='UYHtJ'></tfoot><dl id='UYHtJ'><fieldset id='UYHtJ'></fieldset></dl></div>

                    <tbody id='UYHtJ'></tbody>
                  本文介绍了在 iOS 中存储和执行大量操作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  我如何处理具有以下数字的操作:48534588306961133067968196965257961415756656521818848750723547477673457670019632882524164647651492025728980571833579341743986

                  到目前为止,我尝试过的任何方法都没有... unsigned long、long long 等...

                  解决方案

                  你可以改用 JKBigInteger,它是 LibTomMath C 库的 Objective-C 包装器.而且非常易于使用和理解.

                  在你的情况下:

                   <代码> JKBigInteger * INT = [[JKBigInteger的alloc] initWithString:@ 48534588306961133067968196965257961415756656521818848750723547477673457670019632882524164647651492025728980571833579341743988603191694784406703"];

                  How could I handle operations with a number like: 48534588306961133067968196965257961415756656521818848750723547477673457670019632882524164647651492025728980571833579341743988603191694784406703

                  Nothing that I've tried worked so far... unsigned long, long long, etc...

                  解决方案

                  You could use JKBigInteger instead, it is a Objective-C wrapper around LibTomMath C library. And really easy to use and understand.

                  In your case:

                  JKBigInteger *int = [[JKBigInteger alloc] initWithString:@"48534588306961133067968196965257961415756656521818848750723547477673457670019632882524164647651492025728980571833579341743988603191694784406703"];
                  

                  这篇关于在 iOS 中存储和执行大量操作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:哪些型号的三星智能手机缺少 html5 输入类型=“数字"的句号? 下一篇:UITextField - 只允许数字和标点输入/键盘

                  相关文章

                  <tfoot id='HdRQU'></tfoot>
                  1. <small id='HdRQU'></small><noframes id='HdRQU'>

                    1. <i id='HdRQU'><tr id='HdRQU'><dt id='HdRQU'><q id='HdRQU'><span id='HdRQU'><b id='HdRQU'><form id='HdRQU'><ins id='HdRQU'></ins><ul id='HdRQU'></ul><sub id='HdRQU'></sub></form><legend id='HdRQU'></legend><bdo id='HdRQU'><pre id='HdRQU'><center id='HdRQU'></center></pre></bdo></b><th id='HdRQU'></th></span></q></dt></tr></i><div id='HdRQU'><tfoot id='HdRQU'></tfoot><dl id='HdRQU'><fieldset id='HdRQU'></fieldset></dl></div>

                        <bdo id='HdRQU'></bdo><ul id='HdRQU'></ul>

                      <legend id='HdRQU'><style id='HdRQU'><dir id='HdRQU'><q id='HdRQU'></q></dir></style></legend>