代码搜索:icdev
找到约 251 项符合「icdev」的源代码
代码结果 251
www.eeworm.com/read/326605/13130520
~pas u_card.~pas
unit U_Card;
{* 作者:肖景峰
*开发时间:2005-10-30
*模块作用:对读卡器进行处理
}
interface
{1} //打开设备,进行口令验正
function Open_Card():Boolean;
{2} // 关闭设备
function CLose_Card():boolean;
www.eeworm.com/read/326605/13130529
pas u_card.pas
unit U_Card;
{* 作者:肖景峰
*开发时间:2005-10-30
*模块作用:对读卡器进行处理
}
interface
{1} //打开设备,进行口令验正
function Open_Card():Boolean;
{2} // 关闭设备
function CLose_Card():boolean;
www.eeworm.com/read/490788/6442431
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3192
ClientLeft = 60
ClientTop = 348
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/329737/3430180
prg cpudemo.prg
SET TALK Off
wdata=space(100)
str=space(100)
set libr to mwic.plb
port=1
baud=9600
&&icdev=auto_init(port,baud)
icdev=ic_init(port,baud)
if icdev
www.eeworm.com/read/329737/3430181
prg 4442demo.prg
SET TALK ON
PRIVATE ST,PASSWD,NEWPASSWD,ICDEV
DATA=SPACE(200)
SET LIBR TO C:\MWRD\FOXPRO.DOS\MWIC.PLB
ICDEV=IC_INIT(1,9600)
IF ICDEV
www.eeworm.com/read/329737/3430089
h mwic16.h
extern "C"
{
int FAR PASCAL _export IC_InitComm(int port);
int FAR PASCAL _export IC_InitType (int icdev,int type);
int FAR PASCAL _export IC_ExitComm(int icdev);
int FAR PASCAL _export IC_Statu
www.eeworm.com/read/329737/3430090
h mwic32.h
extern "C"
{
HANDLE __stdcall IC_InitComm(__int16 port);
__int16 __stdcall IC_InitType (HANDLE icdev,__int16 type);
__int16 __stdcall IC_ExitComm(HANDLE icdev);
__int16 __stdcall IC_Status (HAN
www.eeworm.com/read/329737/3430115
cpp democpu.cpp
#include "stdio.h"
#include "string.h"
#include "mem.h"
extern int ic_init(int port,long baud);
extern int cpu_reset(int icdev,unsigned char *receive_data);
extern int cpu_protocol(int icdev,in
www.eeworm.com/read/332251/12767106
c enc_main.c
/*********************************************
* modified: 2007-08-08
* Author : awake
* Copyright: GPL V2
* http://www.icdev.com.cn/?2213/
* Host chip: ADUC7026
**************************
www.eeworm.com/read/368152/9708990
bas public.bas
Attribute VB_Name = "Module1"
Option Explicit
'Public Const TransferKEY = "ffffffffffffffff"
Public Const TransferKEY = "0000000000000000"
Public icdev As Long
Public retStr As String * 500