代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/443743/7624390
pas hxcalendar.pas
{******************************************************************************}
{ @UnitName : hxCalendar }
{ @Project : dclusr
www.eeworm.com/read/399279/7875877
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/195951/8121303
pas hxcalendar.pas
{******************************************************************************}
{ @UnitName : hxCalendar }
{ @Project : dclusr
www.eeworm.com/read/137879/13281853
pas ezgraphics.pas
Unit EzGraphics;
{***********************************************************}
{ EzGIS/CAD Components }
{ (c) 2003 EzSoft Engineering
www.eeworm.com/read/322209/13385603
pas gamecode.pas
unit GameCode;
{---------无影开发小组敬告:-------------------}
{ 外挂研究无罪,开放源码有理! }
{ 希望以此献给各位想研究外挂的朋友一窥外挂之容 }
{ 本代码只供研究之用,不得用于非法用途 }
interface
uses
Windows,SysUtils,Dialogs,Me
www.eeworm.com/read/320005/13436652
pas wwdbigrdtest.pas
{
//
// Components : TwwDBCustomGrid
//
// Copyright (c) 1995-2001 by Woll2Woll Software
//
//
// 7/10/97 - Unselect all only if left button is clicked - Allows popupmenu to work.
// 7/10/97
www.eeworm.com/read/318467/13478148
pas xlscalculate3.pas
unit XLSCalculate3;
{$I VerCtrl.inc}
interface
uses SysUtils {$IFDEF VCL6}, Variants{$ENDIF}, XLSFile3;
function CalculateFormula(Cell: TbiffCell; ParsedData: PByteArray;
DataSize: inte
www.eeworm.com/read/309167/13680527
c sger.c
/* -- translated by f2c (version 19940927).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
/* Subroutine */ int sger_(integer *m, i
www.eeworm.com/read/303120/13821417
pas utcmppcom.pas
unit UtCMPPCom;
interface
uses Classes, ScktComp, Sysutils, ExtCtrls, SyncObjs, Contnrs, UtCMPPMsg;
//基础函数
function ntohll(number: Int64): Int64;
//开启业务
function CMPPLogin: Integer; stdc
www.eeworm.com/read/147807/5720518
java b.java
/*
* Copyright 2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You m