代码搜索:icdev
找到约 251 项符合「icdev」的源代码
代码结果 251
www.eeworm.com/read/456461/7349035
pas carddllft.pas
unit CardDLLFT;
interface
uses ConstDef, SysUtils, Classes;
type
/////////////////////////////////////////////////////////////////////
/////// 写卡器函数库
www.eeworm.com/read/142688/12930658
h oprationcard.h
// OprationCard.h
#include "dcrf32.h"
#pragma once
using namespace System;
namespace OprationCard
{
public __gc class OprationCrad
{
// TODO: 在此添加此类的方法。
public:
HANDLE ic
www.eeworm.com/read/142688/12930669
h dcrf32.h
#define uc unsigned char
typedef void *HANDLE;
extern "C"
{
//1.
HANDLE __stdcall dc_init(__int16 port,long baud);
//2.
__int16 __stdcall dc_exit(HANDLE icdev);
//3.
__int16 __stdcall dc_
www.eeworm.com/read/493323/6400852
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/493323/6400859
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/490788/6442464
pas at24.pas
unit At24;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons;
type
TForm1 = class(TForm)
Button1: TButton;
readdata
www.eeworm.com/read/401276/11559834
h farecomm.h
#ifndef __SRC
#define EXTERN
#else
#define EXTERN extern
#endif
// type define
#define uchar unsigned char
#define uint unsigned int
// define Error Code
#define DAS_OK 0
www.eeworm.com/read/261166/11662504
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/156294/11814180
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/156294/11814197
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