代码搜索:integer

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

代码结果 10,000
www.eeworm.com/read/365472/9862522

bas modprint.bas

Attribute VB_Name = "modPrint" Option Explicit Private Const ColDistance = 400 Private Const RowDistance = 150 Private Totalwidth As Long Private FixedX As Long Private FixedY As Long Private L
www.eeworm.com/read/365472/9862556

frm frmlookman.frm

VERSION 5.00 Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX" Begin VB.Form frmLookMan BorderStyle = 3 'Fixed Dialog Caption = "查找员工" ClientHeigh
www.eeworm.com/read/365396/9864560

pas dsgnintf.pas

{*******************************************************} { } { Borland Delphi Visual Component Library } {
www.eeworm.com/read/169330/9865302

bas module1.bas

Attribute VB_Name = "MD" Declare Sub InitCommonControls Lib "comctl32.dll" () Public DataFile As String Public Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As L
www.eeworm.com/read/169221/9874980

v loop2.v

module loop2; integer i; initial begin i=0; while(i
www.eeworm.com/read/169221/9874982

v loop3.v

module loop3; integer i; initial begin i=0; repeat(4) begin $display ("i=%h",i); i=i+1; end end endmodule
www.eeworm.com/read/169164/9876901

java animtext.java

//AnimText.java import java.awt.*; import java.util.StringTokenizer; public class AnimText extends java.applet.Applet implements Runnable { //变量定义 public static final int TYPE_BLINK = 1;
www.eeworm.com/read/365079/9879938

bas module3.bas

Attribute VB_Name = "hqx" Type bcqx '保存曲线的结构 max As Integer '实测曲线最大温度 maxwd As Integer '设置的最大温度 alltime As Integer
www.eeworm.com/read/365079/9880032

bas module2.bas

Attribute VB_Name = "fuji" Type userr username As String '用户名 password As String '密码 dj As Integer '级别,0--操作员级,1--管理员级 End Type Public curuser As userr '现行用户 Public LoginSuc
www.eeworm.com/read/169132/9880043

pas pngimage.pas

{Portable Network Graphics Delphi 1.56 (09 May 2006) } {This is a full, open sourced implementation of png in Delphi } {It has native support for most of png features including the } {pa