readme.txt
来自「一个VB小程序,能够进行大数的计算,可以作为学习的参考」· 文本 代码 · 共 20 行
TXT
20 行
---------------------------------------------------------------------------
Subject: Readme file for large-integer arithmetic Basic library
Author : Sjoerd.J.Schaper - vspickelen@zonnet.nl
Date : 11-11-2004
Code : Visual Basic for Windows 5.0 adaptation demo
---------------------------------------------------------------------------
To run this demo
1) Copy all files to directory C:\Temp, including the three
common files "bignumVB.dll", "bignumVB.bi" and "PrintFun.bas".
2) Open projectfile "Pi.vbp" in the Visual Basic 5.0
programming environment and press F5 to start.
3) Press [Enter] to select decimal length 2792, or change value first.
There are three calculation method's available: Spigot, Arctan and AGM.
4) Press F4 or [Alt]+R; Q to quit.
If you want to start coding with the library, you'll find do's & don'ts
and a short description of the task each routine is able to perform in
include file "bignumVB.bi".
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?