代码搜索:matlab RFID
找到约 10,000 项符合「matlab RFID」的源代码
代码结果 10,000
www.eeworm.com/read/465667/7051541
aps rfid.aps
www.eeworm.com/read/465667/7051542
vco rfid.vco
www.eeworm.com/read/465667/7051544
vcp rfid.vcp
# Microsoft eMbedded Visual Tools Project File - Name="RFID" - Package Owner=
# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
# ** DO NOT EDIT **
# TARGTYPE "Win32
www.eeworm.com/read/465667/7051549
vcw rfid.vcw
Microsoft eMbedded Visual Tools Workspace File, Format Version 4.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
##########################################################################
www.eeworm.com/read/465667/7051552
cpp rfid.cpp
// RFID.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "RFID.h"
#include "RFIDDlg.h"
#include "ReadPage.h"
#include "WritePage.h"
#ifdef _DEBUG
#def
www.eeworm.com/read/465667/7051559
vcc rfid.vcc
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CReadPage
LastTemplate=CPropertyPage
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "RF
www.eeworm.com/read/351407/7144888
cs rfid.cs
using System;
using System.Data;
using System.Text;
using System.Windows.Forms;
//
using Intermec.DataCollection.RFID;
namespace RFID_CAR
{
///
/// RFID 的摘要说明。
//
www.eeworm.com/read/461942/7213941
c rfid.c
#include
#include "tty.h"
#include "rfid.h"
//校验和计算,帧中数据相加后取反加一
BYTE GetCrc8(unsigned char *data, int length)
{
BYTE cFcs = 0;
int i, j;
for(i=0; i
www.eeworm.com/read/461942/7213943
h rfid.h
#ifndef _RFID_H
#define _RFID_H
#define HEAD 0 //是包类型域
#define ADDR 1 //读写器自身地址
#define LEN 2 //包长域,表示 Length 域后帧中字节数。
#define CMD 3 //命令
#define CHECK 4 //校验和
typedef unsigned char BY
www.eeworm.com/read/456665/7342751