代码搜索:如何学习 VB?
找到约 10,000 项符合「如何学习 VB?」的源代码
代码结果 10,000
www.eeworm.com/read/247171/4487338
vb arrayc.vb
Imports System
Module VariableC
Dim a() As Integer = {1, 2, 3, 4, 5}
Function Main() As Integer
ReDim Preserve a(10)
a(7) = 8
If a(7) 8 Then
System.Co
www.eeworm.com/read/247171/4487339
vb singletypechartestb.vb
Option Strict Off
Imports System
Module SingleTypeCharTest
Function Main() As Integer
Dim m As Integer
m = f(20)
If m 20 Then
System.Console.WriteLine("Integ
www.eeworm.com/read/247171/4487342
vb conversionwithxoroperatornumd.vb
'Author: Ritvik Mayank
'Copyright (C) 2005 Novell, Inc (http://www.novell.com)
Imports System
Module ConversionXOrOperator
Function Main() As Integer
Dim A As Intege
www.eeworm.com/read/247171/4487343
vb expressionliteralnumerice.vb
'Author: Ritvik Mayank
'Copyright (C) 2005 Novell, Inc (http://www.novell.com)
'Numeric Literals IntegerLiteral ::= IntegralLiteralValue [ IntegralTypeCharacter ]
Option Strict O
www.eeworm.com/read/247171/4487344
vb typemembersr.vb
'Author:
' V. Sudharsan (vsudharsan@novell.com)
'
' (C) 2005 Novell, Inc.
Option Strict Off
Imports System
Class C
Public a As Integer() = {1, 2, 3}
End Class
Module M
Function Main() As
www.eeworm.com/read/247171/4487345
vb impconversionbytetodoublea.vb
'Author:
' V. Sudharsan (vsudharsan@novell.com)
'
' (C) 2005 Novell, Inc.
Module ImpConversionBytetoDoubleA
Function Main() As Integer
Dim a As Byte = 123
Dim b As Double
www.eeworm.com/read/247171/4487346
vb expconversionbytetosinglea.vb
'Author:
' V. Sudharsan (vsudharsan@novell.com)
'
' (C) 2005 Novell, Inc.
Module ExpConversionBytetoSingleA
Function Main() As Integer
Dim a As Byte = 123
Dim b As Single
www.eeworm.com/read/247171/4487347
vb attributesnewb.vb
'Author: Ritvik Mayank
'Copyright (C) 2005 Novell Inc. (http://www.novell.com)
Imports System
_
Public Class NewAttribute
Inherits A
www.eeworm.com/read/247171/4487348
vb doubleliteral.vb
Imports System
Module DoubleLiteral
Function Main() As Integer
Dim a As Double = 1.23
Dim b As Double = 12300000000.0
End Function
End Module
www.eeworm.com/read/247171/4487349
vb impconversioninttobytea.vb
'Author:
' V. Sudharsan (vsudharsan@novell.com)
'
' (C) 2005 Novell, Inc.
Option Strict Off
Module ImpConversionInttoByteA
Function Main() As Integer
Dim a As Byte
Dim b As Inte