代码搜索:INTEGER
找到约 10,000 项符合「INTEGER」的源代码
代码结果 10,000
www.eeworm.com/read/279369/10443244
bas single.bas
'---------------------------------------------------------
' SINGLE.BAS
' (c) 1998-2000 MCS Electronics
'---------------------------------------------------------
$large
www.eeworm.com/read/161140/10446018
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public FNAME As String
Public rs As Recordset
Public DataFile As Integer
Public Fl As Long
Public block As Integer
Public Const blocksize As Intege
www.eeworm.com/read/353439/10446273
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
www.eeworm.com/read/353439/10446281
java ex14(1).java
// holding/Ex14.java
// TIJ4 Chapter Holding, Exercise 14, page 412
/* Create an empty LlinkedList. Using a ListIterator, add Integers
* to the list by always inserting them in the middle
www.eeworm.com/read/353439/10446942
java binarytest.java
// operators/BinaryTest.java
// TIJ4 Chapter Operators, Exercise 10, page 112
/* Write a program with two constant values, one with alternating binary ones and
* zeroes, with a zero in the least-s
www.eeworm.com/read/424442/10447549
bas module1.bas
Attribute VB_Name = "Module1"
Global TotalProcess As Integer
Global CurrentTime As Integer
Global queue(50) As Integer
Global qcount As Integer
Global chosen As Integer
Global finish As Boolean
www.eeworm.com/read/353423/10448537
frm frmfindallpaths.frm
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form frmFindAllPaths
Caption = "Find All Paths"
ClientHeight = 4140
ClientLe
www.eeworm.com/read/279275/10449010
pas bmpclock.pas
{ *********************************************************************** }
{ }
{ BmpClock V 3.0 (AnalogClock
www.eeworm.com/read/279273/10449472
txt 51.txt
取得网卡序列号
很多软件以取得网卡地址作为License验证,这不失为一个验证合法用户的好办法,不过要付出回复用户电话、传真的代价哦 ^_^
将下面这段代码拷贝到程序中,然后在你的程序需要的时候调用EthernetAddress(0),该函数返回的字符串就是您机器上网卡的以太序列号。
Private Const NCBASTAT = &H33
Private C ...
www.eeworm.com/read/279273/10449484
txt 13.txt
Winsock Terminal示例程序
请注意如果你是用VB6,在装载此工程之前,请先安装ThreeD32.OCX。该文件可在VB6的安装盘中的common\tools\vb\controls目录中找到,同时在这个目录中还有一个Vbctrl.reg文件。将这两个文件拷贝到windows\system目录下,用regsvr32注册后,运行Vbctrl已获取该控件的设计许可证。另外还