代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/391776/8378081
pas tc08a32.pas
unit tc08a32;
interface
uses Windows;
const
MAX_CARD_NO = 16;
const
MAX_CHANNEL_NO = 8 * MAX_CARD_NO;
const
LEN_FILEPATH = 70;
// the value of every card-type
const
CARD_TYP
www.eeworm.com/read/390976/8430603
pas htonl.pas
unit Htonl;
interface
uses
Windows, SysUtils,Classes,Forms,mmsystem;
function GetVision:byte;
function HostToNet(Data: Integer): Integer;
function HostToNet2(Data: Word): Word;
function Fi
www.eeworm.com/read/291043/8443815
txt pascal.txt
Pascal语法小全
OBJECT PASCAL PROGRAMING (WRITED BY C.Y.C ATTENTION SYSTEM DEVELOPMENT CO,.)
1.标记(TOKEN)
1.1 特别符号(Symbols)
字母(Letters) : A..Z , a..z
数字(Digits) : 0..9
十六进位数字(Hex
www.eeworm.com/read/188886/8510066
~pas sim_canshu.~pas
unit sim_canshu;
interface
uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, OleCtrls;
type
sim_at=record
simat_num:integer ;
www.eeworm.com/read/188886/8510080
pas sim_canshu.pas
unit sim_canshu;
interface
uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, OleCtrls;
type
sim_at=record
simat_num:integer ;
www.eeworm.com/read/187931/8589489
java naiveheapfilepage.java
package test.naiveheapfile;
import java.io.IOException;
import java.util.Vector;
import neustore.base.DBPage;
import neustore.base.ByteArray;
/**
* A DBPage as a component of a naive vers
www.eeworm.com/read/187835/8597292
pas synedit.pas
{-------------------------------------------------------------------------------
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); you may not use this
www.eeworm.com/read/387430/8683321
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, QuickRpt, Qrctrls,Printers, ExtCtrls;
type
TForm1 = class(TForm)
Q
www.eeworm.com/read/387430/8683356
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, QuickRpt, Qrctrls,Printers, ExtCtrls;
type
TForm1 = class(TForm)
Q
www.eeworm.com/read/431193/8703347
pas cmphoenix.pas
unit CMPhoenix;
interface
function Connect: Cardinal; cdecl; External 'PhoenixUSB.dll';
procedure Disconnect; cdecl; External 'PhoenixUSB.dll';
procedure SetProtocol(p: Integer); cdecl; Extern