做無線IC卡14443協議開發時的教程,對于做14443協議的RFID開發來說會有幫助的
上傳時間: 2013-12-23
上傳用戶:ANRAN
This document defines Version 1.0 of the wire protocol used by management software to 6 monitor the operating status and health of EPCglobal compliant RFID Readers.
標簽: management the document protocol
上傳時間: 2016-11-27
上傳用戶:cjf0304
EM4095開發板配套軟件,支持讀EM4100、讀寫EM4469 等125K RFID
上傳時間: 2013-12-27
上傳用戶:rocketrevenge
ISO8000-6標準(英文版),typeA,typeB和typeC,是RFID射頻識別的標準
上傳時間: 2016-12-16
上傳用戶:shawvi
int main(int argc,char *argv[]) { char ch while(true) { printf("*************************************\n") printf(" 1.Reader Priority\n") printf(" 2.Writer Priority\n") printf(" 3.Exit to Windows\n") printf("*************************************\n") printf("Enter your choice(1,2,3): ") do{ ch=(char)_getch() }while(ch!= 1 &&ch!= 2 &&ch!= 3 ) system("cls") if(ch== 3 ) return 0 else if(ch== 1 ) ReaderPriority("thread.dat") else WriterPriority("thread.dat") printf("\nPress Any Key to Coutinue:") _getch() system("cls") } return 0
上傳時間: 2017-01-06
上傳用戶:gonuiln
Overview If you have been wanting to learn Java, check out the newly revised fourth edition of the best-seller Sams Teach Yourself Programming with Java in 24 Hours. This step-by-step tutorial will teach you how to create simple Java programs and applets. Comprised of 24 one-hour lessons, this new edition focuses on key programming concepts and essential Java basics, has been improved by dozens of reader comments, and is reorganized to better cover the latest developments in Java. The book s coverage of core Java programming topics has also been expanded. A great starting point for learning Java, this book is also a great primer to reading sams Teach Yourself Java in 21 Days.
標簽: the Overview edition wanting
上傳時間: 2017-01-10
上傳用戶:huyiming139
Unix Unleashed, Third Edition is written with the power user and system administrator in mind. This book will help the reader understand the nuances of the major Unix variants including SVR4, HP-UX, Solaris, AIX, BSD, IRIX, SunOS, and Linux. It will help the reader decide which Unix shell works best for their particular situation. Other topics such as Kernel Configuration, Networking, User Administration, and File Management are covered extensively for the administrator who wants a variety of options to choose from for best performance. The book also provides in-depth coverage of configuring and optimizing mail, DNS, HTTP and other services many companies deploy across their intranet and on the Internet
標簽: administrator Unleashed Edition written
上傳時間: 2017-01-13
上傳用戶:來茴
Java I/O操作,字節流InputStream和OutputStream,字符流Reader和Writer,Java I/O庫的設計原則,字符集的編碼,RandomAccessFile類,管道流,對象的序列化。
上傳時間: 2014-01-16
上傳用戶:Shaikh
假設圖書館的圖書包含書名、編號和作者屬性,讀者包含姓名和借書證屬性,每們讀者最多可借5本書。設計一個類object,從它派生出圖書類book和讀者類reader,在reader類中有一個rentbook()成員函數用于借閱圖書。
上傳時間: 2014-01-03
上傳用戶:nanfeicui
Design of Integrated Circuits for Optical Communications deals with the design of high-speed integrated circuits for optical communication systems. Written for both students and practicing engineers, the book systematically takes the reader from basic concepts to advanced topics, establishing both rigor and intuition. The text emphasizes analysis and design in modern VLSI technologies, particularly CMOS, and presents numerous broadband circuit techniques. Leading researcher Behzad Razavi is also the author of Design of Analog CMOS Integrated Circuits.
標簽: Communications Integrated high-speed Circuits
上傳時間: 2013-12-21
上傳用戶:zhouchang199