代码搜索:integer

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

代码结果 10,000
www.eeworm.com/read/386316/8754772

bas example.bas

Attribute VB_Name = "Module1" Option Explicit Global icdev As Long Global st As Integer Global Filepath As String 'comm function Declare Function rf_config Lib "mwrf32.dll" (ByVal icdev%, ByVa
www.eeworm.com/read/386251/8760279

c s2_002.c

#include"stdio.h" void main() { int i;/*定义整型变量i,i变量占2个字节。*/ char c;/*定义字符型变量c,c变量占1个字节。*/ scanf("%d",&i);/*从键盘接收一个整型数据10*/ printf("Integer i is:%d\\n",i);/*在屏幕上打印“Integer i is:10”*/ scanf(
www.eeworm.com/read/430197/8762151

pas listunit.pas

unit ListUnit; interface { TList class } const MaxListSize = Maxint div 16; type PPointerList = ^TPointerList; TPointerList = array[0..MaxListSize - 1] of Pointer; TListSortCom
www.eeworm.com/read/430197/8762201

pas acmout.pas

unit ACMOut; interface uses Windows, Messages, Classes, Sysutils, ACMConvertor, MMSystem, MSACM; type EACMOut = class(Exception); TACMOut = class(TComponent) private { Privat
www.eeworm.com/read/430197/8762271

pas acmin.pas

unit ACMIn; {$HINTS OFF} {$WARNINGS OFF} interface uses Windows, Messages, ListUnit, ACMConvertor, MMSystem, MSACM; type TACMBufferCount = 2..64; TBufferFullEvent = procedure(Sen
www.eeworm.com/read/430197/8762292

pas sockets.pas

{ Borland Delphi Winsock 1.1 Library by Aphex http://iamaphex.cjb.net unremote@knology.net This is a HEAVILY optimized version of Borland's ScktComp unit. It works in exactly the same
www.eeworm.com/read/286503/8762543

bas modglobals.bas

Attribute VB_Name = "modGlobals" Global Const glUSBStor = "SYSTEM\ControlSet001\Control\DeviceClasses\{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" Global glSeconds As Integer Global glMinutes As Int
www.eeworm.com/read/386089/8765089

pas unitmain.pas

unit UnitMain; interface uses UnitSHA1, Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, IdTCPConnection, IdTCPClient, IdHTTP, StdCtrls, IEHTTP3, I
www.eeworm.com/read/386089/8765134

~pas unitmain.~pas

unit UnitMain; interface uses UnitSHA1, Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, IdTCPConnection, IdTCPClient, IdHTTP, StdCtrls, IEHTTP3, I
www.eeworm.com/read/430096/8766247

java ex25.java

// holding/Ex25.java // TIJ4 Chapter Holding, Exercise 25, page 423 /* Create a Map. Use net.mindview.TextFile * to open a text file and read it in a word at a time (use