代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/371872/9532382
bas dimvb.bas
Attribute VB_Name = "dimvb"
Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal lpDefault
www.eeworm.com/read/175741/9534993
frm pi.frm
VERSION 5.00
Begin VB.Form Slate
BackColor = &H00000000&
BorderStyle = 1 'Fixed Single
Caption = "PiSlate"
ClientHeight = 4575
ClientLeft = 4
www.eeworm.com/read/175741/9535003
bas pi_agm.bas
Attribute VB_Name = "Pi_AGM"
Attribute VB_Description = "Calculation of pi with the 1976 Salamin-Brent arithmetic-geometric mean (AGM) algorithm."
'Author : Sjoerd.J.Schaper - vspickelen@zonnet.nl
www.eeworm.com/read/175741/9535007
bas pi_spgot.bas
Attribute VB_Name = "Pi_SPGOT"
Attribute VB_Description = "Calculation of pi with a fast version of the 1995 Rabinowitz-Wagon spigot algorithm."
'Author : Sjoerd.J.Schaper - vspickelen@zonnet.nl
'U
www.eeworm.com/read/175741/9535010
bas printfun.bas
Attribute VB_Name = "PrintFun"
Attribute VB_Description = "Printfunctions outside bignumVB.dll"
'Author : Sjoerd.J.Schaper - vspickelen@zonnet.nl
'URL : http://largeint.sourceforge.net/index.htm
www.eeworm.com/read/175741/9535049
bas decodervb.bas
Attribute VB_Name = "Decoder"
Attribute VB_Description = "Decryption using the Chinese remainder theorem."
'Author : Sjoerd.J.Schaper - vspickelen@zonnet.nl
'URL : http://largeint.sourceforge.ne
www.eeworm.com/read/175741/9535085
bas extension.bas
Attribute VB_Name = "ExtndInt"
Attribute VB_Description = "Quadratic and rational standard operations for bignumVB.bas, a Visual Basic library for large-integer arithmetic."
'Author : Sjoerd.J.Schap
www.eeworm.com/read/371747/9537946
pas ping.pas
{*_* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Author: Fran鏾is PIETTE
Description: This unit encapsulate the ICMP.DLL into a VCL of type TPing.
www.eeworm.com/read/371747/9537973
~pas ping.~pas
{*_* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Author: Fran鏾is PIETTE
Description: This unit encapsulate the ICMP.DLL into a VCL of type TPing.
www.eeworm.com/read/175643/9538439
cpp nbtheory.cpp
// nbtheory.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "nbtheory.h"
#include "modarith.h"
#include
#include
NAMESPACE_BEGIN(Crypto