代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/388674/8585764
pas triangle.pas
program triangle;
uses
SysUtils;
const
max=100;
fx:array[0..7,1..2] of shortint=((-1,0),(-1,1),(0,1),(1,1),(1,0),(1,-1),(0,-1),(-1,-1)); //8个方向
var
mat:array[1..max,1..max] of char;
www.eeworm.com/read/388674/8585808
pas a.pas
{$A+,B-,D+,E+,F-,G-,I+,L+,N-,O-,P-,Q+,R+,S+,T-,V-,X+,Y+}
{$M 65520,0,655360}
program TinyBasicInterpreter;
const
ipf='tbasic.dat'; {输入文件名}
opf='tbasic.out'; {输出文件名}
max=100;
www.eeworm.com/read/111562/8586054
pas snccurrency.pas
{ ******************************************************************
sncCurrency version 1.1
Copyright (C) 1999 by Moore Xu. All Rights Reserved.
e-mail: moorexu@163.net
Description: very
www.eeworm.com/read/187931/8589494
java naiveheapfile.java
package test.naiveheapfile;
import java.io.IOException;
import neustore.base.DBBuffer;
import neustore.base.DBBufferReturnElement;
import neustore.base.DBIndex;
import neustore.base.ByteArray
www.eeworm.com/read/187929/8590012
cpp nbtheory.cpp
// nbtheory.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "nbtheory.h"
#include "modarith.h"
#include
#include
NAMESPACE_BEGIN(Crypto
www.eeworm.com/read/288935/8591006
pas soundout.pas
unit soundout;
{-----------------------------------------------------------------------------
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); yo
www.eeworm.com/read/288935/8591301
pas soundout.pas
unit soundout;
{-----------------------------------------------------------------------------
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); yo
www.eeworm.com/read/288935/8591421
pas unitexicon.pas
unit unitExIcon;
interface
uses Windows, Classes, SysUtils, Graphics;
type
//=============================================================================
// TExIconImage class - Shared i
www.eeworm.com/read/288935/8591441
pas unitpefile.pas
unit unitPEFile;
interface
uses Windows, Classes, SysUtils, ConTnrs, unitResourceDetails, ImageHlp;
type
TPEModule = class;
//-----------------------------------------------------------
www.eeworm.com/read/288935/8591492
pas apfunit.pas
unit APFUnit; //双方公用单元
interface
uses windows,SysUtils,Classes,StrUtils,registry;
type
rstr=record
attr:integer;
value:string;
name:string[50];
end;