代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/234922/14093595
pas blcksock.pas
{==============================================================================|
| Project : Ararat Synapse | 008.003.007 |
|===================================
www.eeworm.com/read/234922/14093726
pas blcksock.pas
{==============================================================================|
| Project : Ararat Synapse | 008.003.007 |
|===================================
www.eeworm.com/read/421644/10718583
npp forloop_21.adb.npp
with text_io; use Text_io;
procedure forloop_21 is
i : Integer:=10 ;
subtype list is integer range 1..50;
begin
for i in reverse list loop
put(integer'image(i));
end loop;
end;
www.eeworm.com/read/292397/8359169
pas hxcalendar.pas
{******************************************************************************}
{ @UnitName : hxCalendar }
{ @Project : dclusr
www.eeworm.com/read/287276/8698838
h fintrf.h
#if defined(WITH_COMMENTS)
/*
* fintrf.h - MATLAB/FORTRAN interface header file. This file
* contains the declaration of the pointer type needed
* by the MATLAB/FORTRAN interface.
*
*
www.eeworm.com/read/366144/9829439
c zung2r.c
#include "f2c.h"
/* Subroutine */ int zung2r_(integer *m, integer *n, integer *k,
doublecomplex *a, integer *lda, doublecomplex *tau, doublecomplex *
work, integer *info)
{
/* -- LAPACK rou
www.eeworm.com/read/363447/9951171
pas _funct.pas
{===============================================================}
{ 函数 : RESULTSTRING = HexToBin(HEXSTRING)
{ 目的 : 把十六进制字符串转换为二进制字符串
{
{===================================================
www.eeworm.com/read/426334/10261006
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/426325/10262746
pas xlscalculate.pas
unit XLSCalculate;
{$I VerCtrl.inc}
interface
uses SysUtils {$IFDEF VCL6}, Variants{$ENDIF}, XLSFile;
function CalculateFormula(Cell: TbiffCell; ParsedData: PByteArray;
DataSize: intege
www.eeworm.com/read/161095/10453271
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