代码搜索:icdev
找到约 251 项符合「icdev」的源代码
代码结果 251
www.eeworm.com/read/490788/6442456
prg ic24c64.prg
SET TALK ON
*假定动态库已被拷至C:\WIN95\SYSTEM下
DECLARE INTEGER IC_InitComm IN lkic32 INTEGER port
DECLARE SHORT IC_ExitComm IN lkic32 INTEGER port
DECLARE SHORT IC_InitType IN lkic32 INTEGER port,INTEGER
www.eeworm.com/read/401276/11559821
h farecard.h
// define error no
#define _OK_ 0
#define Comm_Err -1
#define Reader_Err -2
#define Para_Err -3
#define No_Card -4
#define UserCard_Err -5
#define UserCard_Chksum_Err -6
#defi
www.eeworm.com/read/249937/12446623
h mwic_32.h
extern "C"
{
//********************** commual subroutine ***********************
HANDLE __stdcall ic_init(__int16 port,unsigned long baud);
HANDLE __stdcall auto_init(__int16 port,unsigned
www.eeworm.com/read/214259/15108985
cpp readwritetestdlg.cpp
// ReadWriteTestDlg.cpp : implementation file
//
#include "stdafx.h"
#include "ReadWriteTest.h"
#include "ReadWriteTestDlg.h"
#include "mwrf32.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef
www.eeworm.com/read/167638/5454999
cpp vcfkdlg.cpp
// VCFKDlg.cpp : implementation file
//
#include "stdafx.h"
#include "VCFK.h"
#include "VCFKDlg.h"
#include "dascard.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char TH
www.eeworm.com/read/167638/5455011
dpr delphifk.dpr
program delphifk;
uses
Forms,
main in 'main.pas' {Form1};
{$R *.RES}
begin
Application.Initialize;
// icdev:longint;
// st:smallint;
// icdev:=OpenComm(0);
// if icdev
www.eeworm.com/read/411292/11249208
cpp unit1.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Unit1.h"
//------------------------------------------------------------
www.eeworm.com/read/411292/11249235
~11~ unit1.cpp.~11~
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Unit1.h"
//------------------------------------------------------------
www.eeworm.com/read/411292/11249249
~10~ unit1.cpp.~10~
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Unit1.h"
//------------------------------------------------------------
www.eeworm.com/read/238290/13897553
txt sle4442卡开发指南 .txt
SLE4442卡开发指南
SLE4442卡为256字节加密卡,存在读数据、写数据、保护数据以及密码操作。
电气性能
l256×8位EEPROM
l字节直接寻址
l低地址32字节数据设不可恢复的写保护位
l32位保护位
l写数据操作结束标志
l符合7816-3标准的复位响应
l字节擦除然后写入时间:标准值25ms
l最少10000次的写擦除周期
l数据 ...