代码搜索:partial

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

代码结果 10,000
www.eeworm.com/read/250243/4435799

c csum-partial.c

/* * arch/x86_64/lib/csum-partial.c * * This file contains network checksum routines that are better done * in an architecture-specific manner due to speed. */ #include #incl
www.eeworm.com/read/247171/4486198

vb partial10.vb

Class Partial10 Shared Function Main() As Integer Dim result As Boolean If result = False Then System.Console.WriteLine("FAIL Partial10") System.Console.Write
www.eeworm.com/read/247171/4486221

vb partial9.vb

Class Partial9 Shared Function Main() As Integer Dim result As Boolean If result = False Then System.Console.WriteLine("FAIL Partial9") System.Console.WriteLine
www.eeworm.com/read/247171/4486225

vb partial3.vb

Partial Class Partial3 inherits system.object End Class Partial Class Partial3 End Class
www.eeworm.com/read/247171/4486233

vb partial7.vb

Partial Class Partial7 End Class
www.eeworm.com/read/247171/4486243

vb partial4.vb

Partial Class Partial4 inherits system.object End Class Partial Class Partial4 inherits system.object End Class
www.eeworm.com/read/247171/4486252

vb partial1.vb

Partial Class Partial1 Sub Test1() End Sub End Class Partial Class Partial1 Sub Test2() End Sub End Class
www.eeworm.com/read/247171/4486259

vb partial6.vb

Partial Class Partial6 End Class
www.eeworm.com/read/247171/4486274

vb partial5.vb

Structure Partial5 Dim value As String End Structure Partial Structure Partial5 End Structure
www.eeworm.com/read/247171/4486276

vb partial2.vb

Partial Class Partial2 Sub Test1() End Sub End Class Partial Class Partial2 Sub Test2() End Sub End Class class Partial2_Tester dim value as partial2 end class