代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/211952/15170254
dpr p1204.dpr
program p1204;
{$APPTYPE CONSOLE}
const
max=1000000;
var
i :Integer;
data :array[0..31]of longint;
sum :array[0..max]of longint;
pos
www.eeworm.com/read/211952/15170272
pas p1229.pas
PROGRAM p1229;
VAR
total,goal :Integer;
find,can :Boolean;
PROCEDURE Search(dep,pos:Integer);
begin
if find then exit;
if pos
www.eeworm.com/read/211952/15170278
pas p1266.pas
PROGRAM p1266;
VAR
n,m,t,driver,posi :Integer;
whether :array[1..20,1..20]of Boolean;
linenumber :Integer;
www.eeworm.com/read/211952/15170285
pas p1245.pas
PROGRAM p1245;
CONST
maxn=100;
TYPE
Graph=array[1..maxn,1..2*maxn+10]of Char;
AnsType=array[-23..maxn+100,-12..2*maxn+100]of Integer;
VAR
n,step :Integer;
g :Graph;
ans :
www.eeworm.com/read/211669/15175820
cs dbfheader.cs
///GeoCon, free tool to create gml & svg from gis files.
///Copyright(C) 2005 Amri Rosyada
///Distributed under GNU-LGPL, see a copy of the license in root directory
using System;
namespace Geo
www.eeworm.com/read/211618/15176571
bas module2.bas
Attribute VB_Name = "Module2"
'Constants used in the DevMode structure
Private Const CCHDEVICENAME = 32
Private Const CCHFORMNAME = 32
'Constants for NT security
Pri
www.eeworm.com/read/211609/15176650
frm frmroom.frm
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form frmRoom
Caption = "客房信息列表"
ClientHeight = 3972
ClientLeft = 60
www.eeworm.com/read/211515/15178955
bas shortpath.bas
Attribute VB_Name = "Module5"
Option Explicit
'绘最短路径图
Public Sub ShortPathPlot(TheOutPath As String, TableNameT As String, nNode As Integer, LonNode() As Double, LatNode() As Double, NoNode() As In
www.eeworm.com/read/211515/15178960
frm frmshortpath.frm
VERSION 5.00
Begin VB.Form FrmShortPath
Caption = "Form1"
ClientHeight = 2484
ClientLeft = 48
ClientTop = 348
ClientWidth = 3744
LinkTopic
www.eeworm.com/read/210671/15193886
cpp hugeint1.cpp
// Fig. 8.8: hugeint1.cpp
// Member and friend function definitions for class HugeInt
#include
#include "hugeint1.h"
// Conversion constructor
HugeInt::HugeInt( long val )
{
int