代码搜索:integer

找到约 10,000 项符合「integer」的源代码

代码结果 10,000
www.eeworm.com/read/286285/8774231

doc mnpc.doc

The Microcom MNP Library (Microsoft C Version) PROGR
www.eeworm.com/read/385629/8795528

vhd alt_cusp72_clock_reset.vhd

-- Legal Notice: (C)2006 Altera Corporation. All rights reserved. Your -- use of Altera Corporation's design tools, logic functions and other -- software and tools, and its AMPP partner logic functio
www.eeworm.com/read/285786/8817790

java threaddemo.java

/* * Copyright (c) 2000 David Flanagan. All rights reserved. * This code is from the book Java Examples in a Nutshell, 2nd Edition. * It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/385015/8824336

bas modmxquery.bas

Attribute VB_Name = "modMXQuery" Option Explicit ' winsock Private Const DNS_RECURSION As Byte = 1 Private Const AF_INET = 2 Private Const SOCKET_ERROR = -1 Private Const ERROR_BUFFER_OVERFL
www.eeworm.com/read/428671/8852720

dpr ndocr1.dpr

library NdOcr1; uses SysUtils,Windows,Classes,Math; type TBArray = Array of byte; TABArray = Array of TBArray; TAIArray = Array of Array[0..1] of Integer; TAAIArray = Array of TA
www.eeworm.com/read/187056/8864109

cls clsinc.cls

VERSION 1.0 CLASS BEGIN MultiUse = -1 'True Persistable = 0 'NotPersistable DataBindingBehavior = 0 'vbNone DataSourceBehavior = 0 'vbNone MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/187056/8868540

+

VERSION 5.00 Begin VB.Form Kf_IssueQuery BorderStyle = 3 'Fixed Dialog Caption = "领料申请单列表查询条件" ClientHeight = 3420 ClientLeft = 45 ClientTop =
www.eeworm.com/read/285010/8876635

bas visualeffects.bas

Attribute VB_Name = "VisualEffects" Private Type Anims Active As Boolean Position As Point3D SpriteNum As Integer CurrentFrame As Integer End Type Global Const MaxAnims = 200 Global An
www.eeworm.com/read/186914/8891870

pas nativexml.pas

{ unit NativeXml This is a small-footprint implementation to read and write XML documents natively from Delpi code. You can use this code to read XML documents from files, streams or stri
www.eeworm.com/read/186780/8910494

pl0 xyz.pl0

PROGRAM xyz; VAR A:INTEGER; BEGIN A:=2; A:=A+++2; WRITE(A); END.