代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/107987/15597073
frm frm_income.frm
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{899348F9-A53A-4D9E-9438-F97F0E81E2DB}#1.0#0"; "LVbuttons.ocx"
Begin VB.Form frm_income
BackColor
www.eeworm.com/read/107787/15601883
pas maze.pas
PROGRAM MIGONG;
VAR
i,j:integer;
a,b:ARRAY [1..4] OF integer;
s:ARRAY [0..7,0..10] OF char;
PROCEDURE P(x,y:integer);
VAR
i,u,v,m,n:integer;
BEGIN
FOR i:=1 TO 4 DO
BEGIN
u:=x+a[
www.eeworm.com/read/107688/15603385
pas uformmain.pas
unit uFormMain;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
Dialogs, DXDraws, DXClass, DXSprite, DXInput, ZLib, StdCtrls;
type
TGameScene = (
www.eeworm.com/read/107433/15607111
pas dib.pas
unit DIB;
interface
{$INCLUDE DelphiXcfg.inc}
uses
Windows, SysUtils, Classes, Graphics, Controls;
type
TRGBQuads = array[0..255] of TRGBQuad;
TPaletteEntries = array[0..255] of
www.eeworm.com/read/107377/15608399
pas aicbase.pas
unit AICBase;
{ Advanced Image Coding (AIC)
===========================
Base class for AIC encoder and decoder.
Parts of the code in this unit are based on the H.264 reference software.
S
www.eeworm.com/read/106762/15623095
frm while.frm
VERSION 5.00
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Begin VB.Form wb
AutoRedraw = -1 'True
BackColor = &H00000000&
BorderStyle = 5
www.eeworm.com/read/106679/15629994
txt rfc401.txt
Network Working Group Jim Hansen
Request for Comment #401 Center for Advanced
NIC #11923
www.eeworm.com/read/106679/15630247
txt rfc1761.txt
Network Working Group B. Callaghan
Request for Comments: 1761 R. Gilligan
Category: Informational
www.eeworm.com/read/106632/15631637
bas shadform.bas
Option Explicit
Sub ShadeForm (Frm As Form)
' Description
' Draws the "install-type" shaded background on a form
'
' Paramaters
' Name Type Value
' ---------
www.eeworm.com/read/106479/15635543
pas disasm.pas
unit DisAsm;
interface
uses
SysUtils, Classes;
type
EDisAsmError = class(Exception);
TRegister = (rEax, rEcx, rEdx, rEbx, rEsp, rEbp, rEsi, rEdi);
TdaRef = record
MultiplyReg