代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/177851/9430709
java printarrayelement.java
/**
* A class to creat an array and print the array element.
* @author Ruixiao Wu
* @version 1.0 24/05/2006
*/
import java.util.ArrayList;
public class PrintArrayElement {
int size;
int max
www.eeworm.com/read/177788/9432049
pas fmxwin.pas
unit FMXWin;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, FileCtrl, Grids, Outline, DirOutln, Tabs, ExtCtrls, Menus;
type
TFMFor
www.eeworm.com/read/177732/9433991
pas virtualtrees.pas
unit VirtualTrees;
//Modify by KYGL
//Add a properties " HeaderAlignment"
//by 2005.01.17
//http://www.52pc.net
// Version 4.0.12
//
// The contents of this file are subject to the Mozilla
www.eeworm.com/read/373786/9436407
frm vmsgbox.frm
VERSION 5.00
Begin VB.Form vmsgbox
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 1650
ClientLeft = 0
ClientTop = 0
ClientWidth
www.eeworm.com/read/373773/9436833
bas main.bas
Attribute VB_Name = "base"
Public Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As
www.eeworm.com/read/177728/9437766
pas sgr_data.pas
unit sgr_data;
{(c) S.P.Pod'yachev 1998-1999}
{ver. 2.3 28.10.1999}
{***************************************************}
{ Example of series for Tsp_xyPlot }
{
www.eeworm.com/read/177728/9437774
pas sgr_scale.pas
unit sgr_scale;
{(c) S.P.Pod'yachev 1998-1999}
{ver. 2.22 22.10.1999}
{***************************************************}
{ Auxiliary persistent objects for using }
{ in components
www.eeworm.com/read/177716/9438162
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 4005
ClientLeft = 60
ClientTop = 450
ClientWidth = 10245
LinkTopic
www.eeworm.com/read/373679/9443578
bas basdim.bas
Attribute VB_Name = "basdim"
Option Explicit
Public admin As Boolean '确认是否为管理员
Public adminid As String '当前在线管理员id
Public id1 As String
Public tkUserID As String ' 查看图书或用户资料
Public
www.eeworm.com/read/373671/9444102
pas testvarallunit.pas
unit TestVarAllUnit;
interface
var
singleSizeOrSingleModify:integer;
folderSizeOrSingleModify:integer;
implementation
end.