代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/175013/9564707
pas tabfrm.pas
unit TabFrm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons, ExtCtrls, ComCtrls, ImgList, Ex2NmEdt, Mask;
const
cMAX_UNDO
www.eeworm.com/read/371119/9564916
txt 试验1.txt
Dim m As Integer, flag As Integer, cx As Integer, cy As Integer
Dim a(10) As Integer, b(10) As Integer
Private Function zuobiao()
pc1.DrawWidth = 2
pc1.ScaleMode = 6
pc1.Line (8, 8)-(8, 80)
www.eeworm.com/read/371119/9564917
frm shiyan1.frm
VERSION 5.00
Begin VB.Form Form1
Appearance = 0 'Flat
BackColor = &H00C0C000&
Caption = "Form1"
ClientHeight = 3108
ClientLeft = 60
Clie
www.eeworm.com/read/371117/9564935
bas module3.bas
Attribute VB_Name = "Module3"
'**************************************
'Windows API/Global Declarations for :Ge
' tSectionNames
'**************************************
Public Declare Fun
www.eeworm.com/read/371117/9564943
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
'窗体top
Declare Function SetWindowPos _
Lib "user32" (ByVal hwnd As Long,
www.eeworm.com/read/174992/9565387
frm previous.frm
VERSION 5.00
Object = "{7E00A3A2-8F5C-11D2-BAA4-04F205C10000}#1.0#0"; "VSVIEW6.OCX"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmPreviewBak
Caption
www.eeworm.com/read/174992/9565389
bas mprint.bas
Attribute VB_Name = "mPrint"
Option Explicit
'定义页边距
Public Type defPageMarginType
MarginTop As Integer
MarginBottom As Integer
Marginleft As Integer
Margin
www.eeworm.com/read/371105/9568166
c 4.c
main( )
{ int m, n, a, b, t, c;
printf(" Input two integer numbers :\n");
scanf(" %d %d",&a ,&b);
m=a;
n=b;
if(a
www.eeworm.com/read/174914/9569565
bas module5.bas
Attribute VB_Name = "Module5"
'对曲线做最小二乘法的拟合
Public Sub DoData1()
Dim i As Integer '循环变量
Dim xAve As Double 'X的平均值
Dim MaxMin(1 To 2, 1 To 4) As Single '拟和后最大值,最小值
www.eeworm.com/read/174914/9569633
bas data1.bas
Attribute VB_Name = "modData"
Option Explicit
'Public jump(1 To 4) As Single '分别为上端跳、上径跳、下径跳、下端跳
'' bianhao As String '编号
'Public grade As String '产品等级
'定义查询所定义的条件
Public Sreque