代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/377508/9273717
vb s_treenode.vb
Public Class S_TreeNode
Private _ID As Integer
Public Property ID() As Integer
Get
Return _ID
End Get
Set(ByVal value As Integer)
_ID
www.eeworm.com/read/377508/9273719
vb s_menuitem.vb
Imports System.Data.SqlTypes
Public Class S_MenuItem
Private _ID As Integer
Private _MenuID As Integer
Private _Name As String
Private _Text As String
Private _Visible As
www.eeworm.com/read/377508/9273720
vb s_toolitem.vb
Public Class S_ToolItem
Private _ID As Integer
Private _ToolID As Integer
Private _Name As String
Private _Text As String
Private _Visible As Boolean
Private _VisibleInd
www.eeworm.com/read/377508/9273723
vb s_forms.vb
Public Class S_Forms
Private _FormID As Integer
Private _FormTypeID As Integer
Private _flModuleID As Integer
Private _Name As String
Private _HeaderName As String
Priva
www.eeworm.com/read/377508/9273724
vb s_sqlcommand.vb
Public Class S_SqlCommand
Private _SqlCommandID As Integer
Private _CommandTypeID As Integer
Private _CommandText As String
Private _CommandName As String
Private _fcUpdatesT
www.eeworm.com/read/377508/9273763
vb s.vb
Module S
Public SForms As Dictionary(Of Integer, S_Forms)
Public SDataSource As Dictionary(Of Integer, S_DataSource)
Public SDisplayColumns As Dictionary(Of Integer, S_DisplayColumns)
www.eeworm.com/read/181096/9274637
bas modcalculatefitnessvalue.bas
Attribute VB_Name = "ModCalculateFitnessValue"
'计算适应度
Sub CalculateFitnessValue()
Dim i As Integer
Dim x1 As Double, x2 As Double
For i = 0 To PopSize - 1
x1 = DecodeChromosome(Population(i)
www.eeworm.com/read/181096/9274642
bas modglobalvariables.bas
Attribute VB_Name = "ModGlobalVariables"
'全局变量声明
Public PopSize As Integer '种群大小
Public Pc As Double '交叉概率
Public Pm As Double '变异概率
Public MaxGeneration As Integer
www.eeworm.com/read/180972/9278426
bas module1.bas
Attribute VB_Name = "Module1"
Public fMainForm As frmMain
Public flagPedit As Boolean
Public gintPmode As Integer
Public flagCedit As Boolean
Public gintCmode As Integer
Public flagGedit As Bool
www.eeworm.com/read/180970/9278452
pas xsimageeffect.pas
unit XsImageEffect;
interface
uses
Windows, Messages, SysUtils, Classes, Controls, ExtCtrls, Graphics, Math,
Forms, Dialogs;
type
TXsImageEffect = class(TImage)
private
FDegr