代码搜索:icdev
找到约 251 项符合「icdev」的源代码
代码结果 251
www.eeworm.com/read/368245/9704043
frm frmcpucardq.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form frmCpuCardQ
BorderStyle = 3 'Fixed Dialog
Caption = "认证卡历史信息查询"
Clien
www.eeworm.com/read/368245/9704129
bas sfdll.bas
Attribute VB_Name = "SFDLL"
Option Explicit
Global icdev As Long
Global st As Integer
Global rdata(100) As Byte
Global wdata(100) As Byte
Global hexdata As String * 200
Public databuff32 As Str
www.eeworm.com/read/368245/9704204
frm frmcpucard.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form frmCpuCard
BorderStyle = 3 'Fixed Dialog
Caption = "发卡"
ClientHeight
www.eeworm.com/read/336112/12476360
bas blrf.bas
Attribute VB_Name = "Module5"
Option Explicit
Declare Function rf_init Lib "blrf.dll" Alias "_rf_init@8" (ByVal port%, ByVal baud As Long) As Long
Declare Function rf_exit Lib "blrf.dll" Alias "_
www.eeworm.com/read/300129/13933731
bas icmodule.bas
Attribute VB_Name = "ICModule"
Declare Function IC_InitComm Lib "DCIC32.DLL" (ByVal Port%) As Long
Declare Function IC_ExitComm% Lib "DCIC32.DLL" (ByVal IcDev As Long)
Declare Function IC_Down% Lib
www.eeworm.com/read/300129/13933742
bas module1.bas
Attribute VB_Name = "ICModule"
Declare Function IC_InitComm Lib "DCIC32.DLL" (ByVal Port%) As Long
Declare Function IC_ExitComm% Lib "DCIC32.DLL" (ByVal IcDev As Long)
Declare Function IC_Down% Lib
www.eeworm.com/read/300081/13937252
pas iccarddefine.pas
unit IcCardDefine;
interface
uses
SysUtils, Classes, DB, DBTables, StdCtrls, DBCtrls, ComCtrls, Forms, Windows;
type
TCard_Stru = record
CardId : array[0..5] of Char;
CardJe :
www.eeworm.com/read/300081/13937929
pas iccarddefine.pas
unit IcCardDefine;
interface
uses
SysUtils, Classes, DB, DBTables, StdCtrls, DBCtrls;
var
IcDev : Longint;
OutBuf: PChar;
InBuf : string;
procedure InitStatus(CommPort: Integ
www.eeworm.com/read/300081/13938439
pas iccarddefine.pas
unit IcCardDefine;
interface
uses
SysUtils, Classes, DB, DBTables, StdCtrls, DBCtrls;
var
IcDev : Longint;
OutBuf: PChar;
InBuf : string;
procedure InitStatus(CommPort: Integ
www.eeworm.com/read/200442/15433040
pas iccarddefine.pas
unit IcCardDefine;
interface
uses
SysUtils, Classes, DB, DBTables, StdCtrls, DBCtrls, ComCtrls, Forms, Windows;
type
TCard_Stru = record
CardId : array[0..5] of Char;
CardJe :