代码搜索:INTEGER
找到约 10,000 项符合「INTEGER」的源代码
代码结果 10,000
www.eeworm.com/read/160584/10516575
bas module1.bas
Attribute VB_Name = "Module1"
Public fMainForm As frmMain
Public flagMedit As Boolean
Public flagIedit As Boolean
Public flagLedit As Boolean
Public flagOedit As Boolean
Public gintMmode As Inte
www.eeworm.com/read/160547/10519639
bas module1.bas
Attribute VB_Name = "Module1"
Public fMainForm As frmMain
Public flagTedit As Boolean
Public flagRedit As Boolean
Public flagBedit As Boolean
Public flagCedit As Boolean
Public gintCmode As Inte
www.eeworm.com/read/278672/10520658
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/278672/10520929
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "最大公数"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4965
LinkTopic =
www.eeworm.com/read/278619/10525967
pas gltexture.pas
//
// This unit is part of the GLScene Project, http://glscene.org
//
{: GLTexture
Handles all the color and texture stuff.
History :
31/03/07 - D
www.eeworm.com/read/278619/10526030
pas glfileobj.pas
//
// This unit is part of the GLScene Project, http://glscene.org
//
{: GLFileOBJ
Support-Code to load Wavefront OBJ Files into TGLFreeForm-Components
in GLScene.
Note that
www.eeworm.com/read/278492/10533070
java poly.java
//********************************************************************
// Poly.java Author: Lewis and Loftus / Peter DePasquale
//
// Refinement #2
//
// Represents a polyline shape in t
www.eeworm.com/read/352612/10533616
bas subsolution.bas
Attribute VB_Name = "SubSolution"
Dim c As Double
'高斯消元法-消元
Sub GS1(m As Integer)
For k = 1 To m - 1
For i = k + 1 To m
c = a(i, k) / a(k, k)
For j = k + 1 To m
a
www.eeworm.com/read/160429/10533831
bas thebird.bas
Attribute VB_Name = "TheBird"
Const MaxBirds = 6 '1 to 12
Const FOLLOW = &H1 'Instruct Bird to Flock with closest friend.
Const NOFOLLOW = &H10 'Instruct Bird to Fly to Objective Coords.
Cons
www.eeworm.com/read/278397/10538253
bas module1.bas
Attribute VB_Name = "modPublic"
'#######################################################################
'程序由迎风飘扬编写,供大家参考.有什么意见可以在我的qq:5488700上给我留言.
'###############################################