代码搜索:icdev

找到约 251 项符合「icdev」的源代码

代码结果 251
www.eeworm.com/read/155996/11836010

frm mainform.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "das" ClientHeight = 5595 ClientLeft = 60 ClientTop = 345 ClientWidth = 6630 LinkTopic =
www.eeworm.com/read/155996/11836028

bas fkmodu.bas

Attribute VB_Name = "Module1" Option Explicit Global icdev As Long Global st As Long Declare Function OpenComm Lib "dascard" (ByVal commport&) As Long Declare Function CloseComm Lib "dascar
www.eeworm.com/read/127850/14331805

h xcapi.h

//////////////////////////////////////////////////////////////////////////////////////// //以下是基于XEkey的API接口 //外部认证初始化 extern __int16 __stdcall XInitExAuth(HANDLE icdev,unsigned char bKeyID,const
www.eeworm.com/read/127850/14331822

h mwusbd.h

/*以下是兼容MWRD读写设备的函数, 为原使用MWRD读写设备的用户提供方便*/ extern "C" HANDLE __stdcall auto_init(__int16 port,unsigned long baud); extern "C" HANDLE __stdcall ic_init(__int16 port,unsigned long baud); extern "C"
www.eeworm.com/read/214259/15108963

h mwrf32.h

extern "C" { //1. HANDLE __stdcall rf_init(__int16 port,long baud); //2. __int16 __stdcall rf_exit(HANDLE icdev); //3. __int16 __stdcall rf_config(HANDLE icdev,unsigned char _Mode,unsigned cha
www.eeworm.com/read/167638/5454986

frm mainform.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "das" ClientHeight = 4305 ClientLeft = 60 ClientTop = 345 ClientWidth = 6150 LinkTopic =
www.eeworm.com/read/167638/5454987

bas fkmodu.bas

Attribute VB_Name = "Module1" Option Explicit Global icdev As Long Global st As Long Declare Function OpenComm Lib "dascard" (ByVal commport&) As Long Declare Function CloseComm Lib "dascar
www.eeworm.com/read/167638/5454989

h dascard.h

// define error no #define DAS_OK 0 #define Comm_Err -1 #define Reader_Err -2 #define No_SF_Author -3 #define No_MJ_Author -4 #define Para_Err -5 #define TimesOut_Err -6 #define
www.eeworm.com/read/167638/5454991

h card.h

typedef HANDLE (*POpenComm)(int port); typedef int (*PCloseComm)(HANDLE icdev); typedef int (*PCheck_Reader)(HANDLE icdev); typedef int (*PInit_SysCard)(HANDLE icdev,LPCSTR userpwd,int systype,in
www.eeworm.com/read/167638/5454992

cpp fk.cpp

//--------------------------------------------------------------------------- #include #pragma hdrstop #include "fk.h" #include #include "dascard.h" //------------------