代码搜索:INTEGER

找到约 10,000 项符合「INTEGER」的源代码

代码结果 10,000
www.eeworm.com/read/423354/10569137

f90 code41.f90

! Updated 10/24/2001. ! !!!!!!!!!!!!!!!!!!!!!!!!!!! Program 4.1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !
www.eeworm.com/read/423354/10569152

f90 code211.f90

!!!!!!!!!!!!!!!!!!!!!!!!!!! Program 2.11 !!!!!!!!!!!!!!!!!!!!!!!!!!!! ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !
www.eeworm.com/read/423284/10574680

f90 function.f90

module params implicit none ! Useful constants integer, parameter :: & fdp=kind(0.0d0), variablelength=256, errorlength=256 real(fdp), parameter :: pi = 3.141592653589793238d0
www.eeworm.com/read/278058/10578011

cpp bigstep.cpp

// bigstep.cpp -- count as directed #include int main() { using namespace std; cout > by; cout
www.eeworm.com/read/352118/10579400

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/278030/10579529

bas comp_reducerdyngol.bas

Attribute VB_Name = "Comp_ReducerDynGol" Option Explicit 'This is a 1 run method but we have to keep the whole contents 'in memory until some variables are saved wich are needed bij the decom
www.eeworm.com/read/278030/10579590

bas comp_vbc2.bas

Attribute VB_Name = "Comp_VBC2" Option Explicit 'This is a 1 run method but we have to keep the whole contents 'in memory until some variables are saved wich are needed bij the decompressor
www.eeworm.com/read/278030/10579617

bas comp_huffshort16chars.bas

Attribute VB_Name = "Comp_HuffShort16Chars" Option Explicit 'This is a 2 run method Private BitVal() As Long Private CharVal() As Long Public Sub Compress_HuffShort16chars(FileArray() A
www.eeworm.com/read/278030/10579621

bas comp_multidict.bas

Attribute VB_Name = "Comp_LZW_Multidict" Option Explicit 'This is a 1 run method Private OutStream() As Byte Private OutPos As Long Private OutByteBuf As Integer Private OutBitCount As I
www.eeworm.com/read/278030/10579632

bas comp_fibonacci.bas

Attribute VB_Name = "Comp_Fibonacci" Option Explicit 'This is a 1 run method 'This compressor makes use of the Fibonacci codes 'How This codes are build up you can see in the init section