readme.txt

来自「一个VB小程序,能够进行大数的计算,可以作为学习的参考」· 文本 代码 · 共 21 行

TXT
21
字号
---------------------------------------------------------------------------
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 DLL 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 "PrimeLst.vbp" in the Visual Basic 5.0
 programming environment and press F5 to start.
3) Press {sieve} to generate "primflgs.bin", an encoded list of
 prime numbers used by library function Nxtprm().
 Press {primetable} to print all primes in "primflgs.bin".
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 + -
显示快捷键?