代码搜索:VB
找到约 10,000 项符合「VB」的源代码
代码结果 10,000
www.eeworm.com/read/187852/8596118
vb getip.vb
Public Class frmMain
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeComp
www.eeworm.com/read/187814/8599589
vb assemblyinfo.vb
Imports System.Reflection
Imports System.Runtime.InteropServices
' 程序集的常规信息通过下列
' 属性集控制。更改这些属性值可
' 修改与程序集关联的信息。
' 检查程序集的属性值
www.eeworm.com/read/432310/8610422
doc vb.doc
www.eeworm.com/read/432211/8620039
vb backpropagation.vb
Imports System.IO
Module BackPropagation
Private path As String = Application.StartupPath.Substring(0, Application.StartupPath.IndexOf("bin\Debug"))
Public PicValue(2000, 1) As Double '存储误差
www.eeworm.com/read/432211/8620071
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these at
www.eeworm.com/read/187549/8625229
h vb.h
/*_############################################################################
_##
_## vb.h
_##
_## SNMP++v3.2.21a
_## -----------------------------------------------
_## Copyright
www.eeworm.com/read/187549/8625457
cpp vb.cpp
/*_############################################################################
_##
_## vb.cpp
_##
_## SNMP++v3.2.21a
_## -----------------------------------------------
_## Copyrig
www.eeworm.com/read/187548/8625809
h vb.h
/*===================================================================
Copyright (c) 1999
Hewlett-Packard Company
ATTENTION: USE OF THIS SOFTWARE IS SUBJECT TO THE FOLLOWING TERMS.
Permission
www.eeworm.com/read/187548/8625963
cpp vb.cpp
/*===================================================================
Copyright (c) 1999
Hewlett-Packard Company
ATTENTION: USE OF THIS SOFTWARE IS SUBJECT TO THE FOLLOWING TERMS.
Permission
www.eeworm.com/read/187456/8638821
vb frmcustomer.vb
Option Strict Off
Imports System.Xml
Public Class frmCustomer
Inherits System.Windows.Forms.Form
Private Const strEmpty As String = ""
#Region " Windows Form Designer generated code "