代码搜索:integer

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

代码结果 10,000
www.eeworm.com/read/285034/8875039

java naturalcomparator.java

// A comparator that implements the natural ordering. // (c) 2001 duane a. bailey package structure; import java.util.Comparator; /** * Implementation of the {@link java.util.Comparator} interface
www.eeworm.com/read/285034/8875283

java priorityqueue.java

// An interface for an ordered structure that allows you to remove min elts // (c) 1998, 2001 duane a. bailey package structure; // ideally this would extend linear, but there are problems.... /** *
www.eeworm.com/read/187056/8875775

cls cfieldvalue.cls

VERSION 1.0 CLASS BEGIN MultiUse = -1 'True Persistable = 0 'NotPersistable DataBindingBehavior = 0 'vbNone DataSourceBehavior = 0 'vbNone MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/285013/8875918

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/187056/8876026

+

VERSION 5.00 Begin VB.Form Khgl_CopyTitle BorderStyle = 3 'Fixed Dialog Caption = "拷贝考核类别" ClientHeight = 4530 ClientLeft = 45 ClientTop = 33
www.eeworm.com/read/285010/8876666

frm viewform.frm

VERSION 5.00 Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX" Begin VB.Form ViewForm BackColor = &H00000000& BorderStyle = 0 'None Caption
www.eeworm.com/read/285010/8876812

bas jpiserver.bas

Attribute VB_Name = "Servermodule" Global Const VERSION = "V2.0" Type KillCounts BuildingsDestroyed As Integer UnitsDestroyed As Integer PeopleKilled As Integer BuildingsSacrificed As In
www.eeworm.com/read/284998/8877365

cpp boolean.cpp

//: C03:Boolean.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Relational and logical operators
www.eeworm.com/read/384297/8881527

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/428244/8881662

c analyze.c

/****************************************************/ /* File: analyze.c */ /* Semantic analyzer implementation */ /* for the C_Minus compiler */ /*****