代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/114609/6123377
java integerattribute.java
// IntegerAttribute.java
// $Id: IntegerAttribute.java,v 1.5 2002/06/09 09:45:28 ylafon Exp $
// (c) COPYRIGHT MIT and INRIA, 1996.
// Please first read the full copyright statement in file COPYRIGHT.
www.eeworm.com/read/265300/6323488
pas gamecode.pas
unit GameCode;
interface
uses
Windows,SysUtils,Dialogs,Messages;
procedure DBGOut(const Format1: string; const Args: array of const);
//输出debug信息。用debugview查看。
function StrToASCII(str:PC
www.eeworm.com/read/265300/6323505
pas gamecode.pas
unit GameCode;
{---------无影开发小组敬告:-------------------}
{ 外挂研究无罪,开放源码有理! }
{ 希望以此献给各位想研究外挂的朋友一窥外挂之容 }
{ 本代码只供研究之用,不得用于非法用途 }
interface
uses
Windows,SysUtils,Dialogs,Me
www.eeworm.com/read/265300/6323530
pas gamecode.pas
unit GameCode;
{---------无影开发小组敬告:-------------------}
{ 外挂研究无罪,开放源码有理! }
{ 希望以此献给各位想研究外挂的朋友一窥外挂之容 }
{ 本代码只供研究之用,不得用于非法用途 }
interface
uses
Windows,SysUtils,Dialogs,Me
www.eeworm.com/read/488849/6486663
pas jpegfilt.pas
(*
Copyright (c) 1998-2007 by HiComponents. All rights reserved.
This software comes without express or implied warranty.
In no case shall the author be liable for any damage or unwanted behavior
www.eeworm.com/read/487272/6517668
f90 e_121_04.f90
!----- 乘方---
! 输入10, 100, 1000
INTEGER :: m, n
PRINT*, "Input an integer:"
READ*, n
m = n
m = m*n ; PRINT*, m
m = m*n ; PRINT*, m
m = m*n ; PRINT*, m
m = m*n ; PRINT*, m
END
www.eeworm.com/read/476790/6750797
pas xlscalculate3.pas
unit XLSCalculate3;
{$I QImport3VerCtrl.Inc}
interface
uses SysUtils {$IFDEF VCL6}, Variants{$ENDIF}, XLSFile3;
function CalculateFormula(Cell: TbiffCell; ParsedData: PByteArray;
DataSi
www.eeworm.com/read/264467/11313252
pas qbuilder.pas
{*******************************************************}
{ }
{ Delphi Visual Component Library }
{ Open QBuilder D
www.eeworm.com/read/407616/11413505
f90 e_121_04.f90
!----- 乘方---
! 输入10, 100, 1000
INTEGER :: m, n
PRINT*, "Input an integer:"
READ*, n
m = n
m = m*n ; PRINT*, m
m = m*n ; PRINT*, m
m = m*n ; PRINT*, m
m = m*n ; PRINT*, m
END
www.eeworm.com/read/407116/11429246
f90 e_121_04.f90
!----- 乘方---
! 输入10, 100, 1000
INTEGER :: m, n
PRINT*, "Input an integer:"
READ*, n
m = n
m = m*n ; PRINT*, m
m = m*n ; PRINT*, m
m = m*n ; PRINT*, m
m = m*n ; PRINT*, m
END