代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/282487/9090006
pas envir2.pas
unit Envir;
interface
uses
Windows, SysUtils, Classes, Grobal2;
type
TMapHeader = packed record
wWidth: Word;
wHeight: Word;
sTitle: string[16];
UpdateDate: TDateTime;
www.eeworm.com/read/282487/9090017
pas jnetwork.pas
{ *********************************************************************** }
{ }
{ Delphi Runtime Library
www.eeworm.com/read/282487/9090057
pas magic.pas
unit Magic;
interface
uses
Windows, Classes, Grobal2, ObjBase, SysUtils;
type
TMagicManager = class
private
public
constructor Create();
destructor Destroy; override;
www.eeworm.com/read/184666/9090062
bas convensions.bas
Attribute VB_Name = "Convensions"
Public Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpPara
www.eeworm.com/read/282456/9092708
java capsuletest.java
//演示基本数据类型和封装数据类型的转换
class CapsuleTest
{
public static void main(String[] args)
{
int i = 3;
Integer in = new Integer(i);
System.out.println(in);
String str = in.toString();
Syste
www.eeworm.com/read/184529/9095656
m setubound.m
%Copyright 2002 The Mobile and Portable Radio Research Group
%
%This code is part of the GUI
%This code is envoked when the pusle durartion is not set ot an integer value
%The code issues a dialo
www.eeworm.com/read/282361/9098467
cpp bigstep.cpp
// bigstep.cpp -- count as directed
#include
int main()
{
using namespace std;
cout > by;
cout
www.eeworm.com/read/282353/9098878
frm frmbrowser.frm
VERSION 5.00
Object = "{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}#1.1#0"; "SHDOCVW.DLL"
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "COMCTL32.OCX"
Object = "{0D452EE1-E08F-101A-852E-02608C
www.eeworm.com/read/282353/9099150
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
BorderStyle = 1 'Fixed Single
Caption = "超级连接的制作"
ClientHeight = 2655
ClientLeft = 45
ClientTop = 330
Cl
www.eeworm.com/read/282353/9099366
bas tranblt.bas
Attribute VB_Name = "mTransparentBlt"
Option Explicit
#If Win32 Then
Declare Function BitBlt Lib "gdi32" (ByVal hDestDC As Long, _
ByVal x As Long, ByVal y As Long, ByVal nWidth As L