代码搜索:icdev
找到约 251 项符合「icdev」的源代码
代码结果 251
www.eeworm.com/read/326605/13130698
pas u_ks.pas
unit U_Ks;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, jpeg, ExtCtrls,u_public_define;
type
TFrm_Ks = class(TForm)
Image1:
www.eeworm.com/read/326605/13130837
~pas u_ks.~pas
unit U_Ks;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, jpeg, ExtCtrls,u_public_define;
type
TFrm_Ks = class(TForm)
Image1:
www.eeworm.com/read/305582/13765308
cpp mwic_rddlg.cpp
// mwic_rdDlg.cpp : implementation file
//
#include "stdafx.h"
#include "mwic_rd.h"
#include "mwic_rdDlg.h"
#include "mwic_32.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stati
www.eeworm.com/read/401276/11559780
pas tccomm_def.pas
unit tccomm_def;
interface
type
MJREC = record
user_snr:integer;
card_snr:Cardinal;
datatime:string[12];
record_type:byte;
record_stat
www.eeworm.com/read/336112/12476315
bas main.bas
Attribute VB_Name = "Module1"
Option Explicit
Sub Main()
Dim icdev As Long
icdev = rf_init(1, 9600)
If icdev < 0 Then
MsgBox "连接失败,请检查串口1!"
End
End If
www.eeworm.com/read/326605/13130912
~pas u_card.~pas
unit U_Card;
{* 作者:肖景峰
*开发时间:2005-10-30
*模块作用:对读卡器进行处理
}
interface
{1} //打开设备,进行口令验正
function Open_Card():Boolean;
{2} // 关闭设备
function CLose_Card():boolean;
{3} /
www.eeworm.com/read/326605/13131001
pas u_card.pas
unit U_Card;
{* 作者:肖景峰
*开发时间:2005-10-30
*模块作用:对读卡器进行处理
}
interface
{1} //打开设备,进行口令验正
function Open_Card():Boolean;
{2} // 关闭设备
function CLose_Card():boolean;
{3} /
www.eeworm.com/read/218201/14931469
h exportfunc.h
#ifndef _EXPORT_FUNC_H_
#define _EXPORT_FUNC_H_
//return successful result
#define LIB_SUCCESS 0
//return failed result
#define LIB_FAILED 1
#define MAX_RF_BUFFER 1024
www.eeworm.com/read/218201/14931490
cpp exportfunc.cpp
//
#include "stdafx.h"
/******** 功能:初始化串口 *******************************/
// 参数:port:串口号,取值为1~4
// baud:为通讯波特率4800~115200
// 返回:成功则返回0
/************************************************
www.eeworm.com/read/217363/14968389
cpp serialdllexampledlg.cpp
// SerialDLLExampleDlg.cpp : implementation file
//
#include "stdafx.h"
#include "SerialDLLExample.h"
#include "SerialDLLExampleDlg.h"
#include
#ifdef _DEBUG
#define new DEBUG_