登录
首页 » Visual C++ » MifareOne-example

MifareOne-example

于 2014-08-05 发布 文件大小:136KB
0 103
下载积分: 1 下载次数: 10

代码说明:

  MifareOne读写例子,通过串口控制MifareOne射频卡的读写数据的VC++例程。调试通过。(MifareOne literacy example, through the serial control VC++ routine MifareOne RF card reader data. Debugging through.)

文件列表:

VC
..\ExportFunc.h,4387,2004-05-09
..\HexEdit.cpp,5458,2003-10-10
..\HexEdit.h,1680,2003-10-10
..\MainDlg.cpp,10328,2004-04-02
..\MainDlg.h,1553,2003-10-12
..\MasterCom.dll,106496,2005-12-30
..\MasterRD.dll,155648,2005-12-30
..\MifareOne读写例子.aps,21100,2004-05-09
..\MifareOne读写例子.cpp,2111,2003-10-10
..\MifareOne读写例子.dsp,4680,2004-05-06
..\MifareOne读写例子.dsw,559,2003-10-10
..\MifareOne读写例子.exe,114755,2004-05-06
..\MifareOne读写例子.h,1381,2003-10-10
..\MifareOne读写例子.ncb,91136,2004-05-06
..\MifareOne读写例子.opt,53760,2004-05-06
..\MifareOne读写例子.plg,1904,2004-05-06
..\MifareOne读写例子.rc,5720,2003-10-12
..\ReadMe.txt,3722,2003-10-10
..\res

..\...\MifareOne读写例子.rc2,409,2003-10-10
..\Resource.h,1063,2003-10-12
..\StdAfx.cpp,219,2003-10-10
..\StdAfx.h,1054,2003-10-10

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • SoundFister
    从声卡获取数据,并保存成文件,最后可以播放保存的文件.(Get data from SoundCard and save it to file.you can play this file.)
    2009-03-23 18:09:22下载
    积分:1
  • tubiaotuodong
    说明:  一个用vc编写的创建拖放时使用的图标源代码,可用鼠标进行图标的的拖动。(Vc prepared with the creation of a drag and drop the icon to use the source code, available dragging the mouse icon.)
    2010-04-23 10:46:25下载
    积分:1
  • zgy-server
    说明:  用VC6写的简单控制台服务器端程序,学习用。(with VC6 write a simple console server software, to study.)
    2006-04-12 14:39:50下载
    积分:1
  • ECOLOGYTRIBE
    生态部落专业粮情组态测控系统,给全世界的粮储工作带来了新的生机,新型的数字 化全方位粮情组态测控系统摒弃了传统的模拟方式,是粮食监测行业的一种创新革命的成 果。整套系统具有组网能力强,操作简单,安装简单、投资成本低、监测直观并且精度高, 能够实时实现视频、温度、湿度的监测、分析、显示、报警、控制、历史查询,报表打印等。 生态部落粮情组态测控系统是利用组态软件以及信息数字技术来实现粮食储藏过程中 对粮情变化的实时监测、对监测数据进行分析与控制、对异常粮情告警提示,提出处理建议 和自动控制等的系统。它可以为科学及安全储粮提供技术保证和科学依据。 粮情组态测控 硬件系统是通过电源电缆、通讯电缆、交换机、路由器将测控平台服务器、测控主机、测控 分机、测温电缆及湿度传感器及高清网络视频传感器等连结起来构成的。 生态部落粮情组 态测控软件系统按系统功能又大致可划分为:粮情监测、粮情分析与粮情控制三部分。(Ecological professional grain condition measurement and control system configuration tribe, grain storage to work around the world has brought new vitality, new digital full-grain situation measuring and controlling system configuration abandon the traditional analog mode, monitoring is an innovative food industry outcome of our revolution. The entire system with networking capability, simple operation, easy installation, low investment costs, monitoring and intuitive high precision, real-time video, temperature and humidity monitoring, analysis, display, alarm, control, historical inquiry, report printing. Ecological tribal grain condition measurement and control system configuration and software configuration information using digital technology to achieve real-time monitoring of food during storage of the grain situation changes, the monitoring data analysis and control, alarm notification of abnormal grain situation, and recommending treatment automatic control system. It can prov)
    2016-07-30 16:18:50下载
    积分:1
  • FlowLayoutPalnel
    Teechart 动态加载,实现同一界面显示多个图形,适用于实时数据采集显示,自动分屏,经实际测试验证(Teechart dynamic loading to achieve the same interface to display multiple graphs, for real-time data acquisition and display, automatic screen, the real test verification)
    2016-06-13 12:12:18下载
    积分:1
  • VC-Game-for-Legend
    用vc++编写 类似传奇的游戏,方便快速入门。(VC Game for Legend)
    2011-11-14 08:33:42下载
    积分:1
  • HuffmanTree
    该系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2) E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3) D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。 (4) P:打印代码文件(Print)。将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrin中。 (5) T:打印哈夫曼树(Tree printing)。将已在 中的哈夫曼树以直观的方式(树或凹入表形式)显示在终端上,同时将此字符形式的哈夫曼树写入文件TreePrint中。 (The system should have the following features: (1) I: initialization (Initialization). Read from the terminal character set size n, and n and n characters right value, establishes a Huffman tree, and save it in the file hfmTree in. (2) E: encoding (Encoding). Has been built using the Huffman tree (if not in memory, reads from the file hfmTree), the text of the document ToBeTran encoded, and then putting the result in the CodeFile file. (3) D: decoding (Decoding). Huffman tree has been built using the file CodeFile the code will be decoded, the result is stored in the file TextFile. (4) P: Printing code files (Print). CodeFile in a compact format the document displayed on the terminal, one per line 50 code. While this character in the form of written documents CodePrin encoded file in. (5) T: Print Huffman tree (Tree printing). Would have been in the Huffman tree in an intuitive way (tree or recessed table form) displayed on the terminal, but this form of characters written to the file )
    2013-06-21 13:45:16下载
    积分:1
  • 6790966
    Winamp样式的自动停靠对话框,VC++经典编程源码,很好的参考资料。(Winamp style automatic berth dialog, VC++ classic programming source code, a good reference.)
    2013-11-15 09:09:59下载
    积分:1
  • 1302
    1302驱动文件,可以直接用来驱动1302时钟芯片,调试过,好使。(1302 driver files, can be directly used to drive the 1302 clock chip, debugging, and so.)
    2013-11-01 09:14:13下载
    积分:1
  • chengxusheji
    大学生《程序设计基础教程》范荣强 主编 梁里宁 刘小丽 副主编 的课后实验A-K题目答案(Students Program Design Basics Tutorial "after-school experiment answers)
    2021-03-22 00:49:16下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载