代码搜索:integer

找到约 10,000 项符合「integer」的源代码

代码结果 10,000
www.eeworm.com/read/186381/8935533

frm form2.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "Form1" ClientHeight = 3195 ClientLeft = 60 ClientTop = 345 ClientWidth = 4680 LinkTopic
www.eeworm.com/read/284331/8943006

txt 数据窗口的某几列在其他列横拉时固定不动.txt

如何能让数据窗口的某几列在其他列横拉时固定不动 //////////////////////////////////////////////////////////////// // 功能说明:用于冻结左边的滚动栏 // 变更记录: 变更或版本更新的时候 // //////////////////////////////////////////////////
www.eeworm.com/read/383435/8947204

tmp ve-9e.tmp

 Imports System.IO Imports System.Drawing Imports System.Text Public Class MainForm Public PortID As Integer = 0 '用于选择端口号,默认为COM1 Public MyPath As String = Application.StartupPath
www.eeworm.com/read/383435/8947289

vb mainform.vb

 Imports System.IO Imports System.Drawing Imports System.Text Public Class MainForm Public PortID As String = "COM1" '用于选择端口号,默认为COM1 Public Point_Count As Integer = 0 '总点数 Pub
www.eeworm.com/read/186183/8954636

bas modcommfun.bas

Attribute VB_Name = "modCommFun" Option Explicit Global Const gFIXEDROWS = 1 Public Const gGridBackColor = &H80000018 Public Const gGridForeColor = &H0 Public Const gCellSelBackColor = &H80000001
www.eeworm.com/read/284112/8965959

bas mdbm.bas

Attribute VB_Name = "mdbm" '转换成大写字符串 Public Declare Function CharUpper Lib "user32" Alias "CharUpperA" (ByVal lpsz As String) As String '防止将重复项目添加到列表框中API声明 Public Declare Function SendMessage L
www.eeworm.com/read/382934/8989933

frm 面积计算.frm

VERSION 5.00 Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX" Begin VB.Form Form1 BorderStyle = 1 'Fixed Single Caption = "图像处理小程序" ClientHeight
www.eeworm.com/read/185622/9002321

txt rfc2708.txt

Network Working Group R. Bergman Request for Comments: 2708 Dataproducts Corp. Category: Informational
www.eeworm.com/read/185622/9008636

txt rfc345.txt

NIC 10424 Karl Kelley NWG/RFC 345 University of Illinois May 26, 1
www.eeworm.com/read/283498/9016758

pas pasfunc2.pas

program GenericFunc(input,output); const hex = ['a'..'f', 'A'..'F']; decimal= ['0'..'9']; var a, b, c, d:integer; fresult:integer; func: integer; (* Here is a second v