代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/105360/15669821
cls mk3dobject.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/105158/15677034
h llimits.h
/*
** $Id: llimits.h,v 1.52 2003/02/20 19:33:23 roberto Exp $
** Limits, basic types, and some other `installation-dependent' definitions
** See Copyright Notice in lua.h
*/
#ifndef llimits_h
#define
www.eeworm.com/read/104973/15680605
c os_cpu_c.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/104962/15680690
dpr printline.dpr
(* lexical analyzer template (TP Lex V3.0), V1.0 3-2-91 AG *)
(* global definitions: *)
(* 演示程序,演示ECHO的用法
对于每一个abc+LR,都重新打印一遍
使用: printline
编译: lex printline
www.eeworm.com/read/104847/15682372
bas module1.bas
Attribute VB_Name = "Module1"
Public Declare Function BitBlt Lib "gdi32" (ByVal hDestDC As Long, ByVal X As Long, ByVal Y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal hSrcDC As Long, B
www.eeworm.com/read/104456/15691798
bas lemodule.bas
Attribute VB_Name = "LEModule"
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' 模块名:LEModule.bas
' 功能: 求解线性方程组
'''''''''''''''''''''''''''''''''''''''
www.eeworm.com/read/104322/15698885
bas winsockbas.bas
Attribute VB_Name = "WinsockBas"
'date stamp: aug 28, 1996 (for version control, please don't remove)
'Visual Basic 4.0 Winsock "Header"
' Alot of the information contained inside this file was
www.eeworm.com/read/104119/15710179
pas maze.pas
uses Graph,crt;
const
s=9734;
MaxFind=10;
MaxGrow=200;
Const
{maze size}
MaxStack=8000;
Nxm=300;
Nym=210;
Nx:Integer=100;
Ny:Integer=80;
type
stacktype=Record
X,Y:
www.eeworm.com/read/103983/15715315
bas modres.bas
Attribute VB_Name = "modRes"
'this code was obtained at planet-source-code.com and was written by ScAnFrEaK,
'with the entry name 'ChangeRes'
'it has been slightly modified
'variables which hold
www.eeworm.com/read/103037/15749012
bas bamain.bas
DEFINT A-Z
' Function call for QuickBASIC, Version 4,
' and for future versions of Microsoft and IBM BASIC Compilers
' Comment out for older versions
DECLARE FUNCTION Power2(A AS INTEGER, B