This article describes Atmel’s FingerChip technology for electronic fingerprint sensing that combines the advantages of small size, low cost, high accuracy, zero maintenance, low energy consumption and portability. This technology has applications in a wide range of fixed and portable secured devices including access control systems, cash terminals, public transport, PCs, PDAs, Smart Card readers and motor vehicles. It can be used in almost any situation where rapid, reliable and accurate identification or authentication of an individual is required.
标签: fingerprint FingerChip technology electronic
上传时间: 2013-12-27
上传用户:h886166
P2P (peer to peer) file sharing program in C#. Supports Gnutella, Gnutella2, eDonkey, and OpenNap. www.filescope.com. This is excellent for people wanting to learn socket programming, GUI effects via drawing, custom drawn controls (tabcontrol, menus, etc.), network transfers, and much more.
标签: Gnutella peer Supports OpenNap
上传时间: 2015-10-01
上传用户:change0329
The soft-engineer ralated data is ready for your study,for the stylist ,for some people having the common goal.
标签: for soft-engineer the ralated
上传时间: 2014-01-26
上传用户:赵云兴
vc++ VC开发+类库+手册 mfc函数实用手册.rar Visual C++6.0 MFC类库参考手册 pdf VC++ 下载 c++类库 手册 VC60.P vc++类库参考手册 MFC 类库+chm+电子 vc6 msdn中文版下载 vc6 msdn 下载 mfc手册chm vcactivex控件 mfc类库参考手册pdf vc 类库.chm 下载 vc++6 中文版 msdn C++中文类库chm MFC常用函数手册 VC++ MSDN VC 下载 VC常用类库下载 C++类库电子书下载 vc 类库教材下载 类库参考手册 pdf mfc 中文 MSDN 类库 C++函数实用手册电子书 MSDN for c++ 下载 mfc类库大全+chm vc6 msdn msdn chm vc6 msdn vc中文帮助下载 MFC类库手册 电子书 VC 串口编程 VC6 类库参考手册.chm mfc类库参考手册chm vc++下载 vc 6 MSDN vc 下载 msdn for vc6 6.0 MFC类库参考手册 pdf下载 VC60中文版类库参考手册 下载 pdf visualc++类库参考手册 msdn 中文 msdn for vc++6 c++类库手册 MSDN VC6 类库参考手册 c++类库 中文帮助 c++ mfc手册 MSDN C++类库 vc++ MFC类库下载
上传时间: 2013-12-08
上传用户:fxf126@126.com
数据结构C演示,DOS版本,有常用的数据操作,
标签: 数据结构
上传时间: 2015-10-13
上传用户:franktu
C++/CLI in Action is a practical guide that will help you breathe new life into your legacy C++ programs. The book begins with a concise C++/CLI tutorial. It then quickly moves to the key themes of native/managed code interop and mixed-mode programming. You抣l learn to take advantage of GUI frameworks like Windows Forms and WPF while keeping your native C++ business logic. The book also covers methods for accessing C# or VB.NET components and libraries. Written for readers with a working knowledge of C++.
标签: practical breathe Action legacy
上传时间: 2015-10-17
上传用户:wendy15
This a simple example project for the MSP430 series MCU and the GCC port of the mspgcc project. The project contains a makefile and uses assembler and C sources. It shows a clock on an character LCD.
标签: project the example simple
上传时间: 2015-10-19
上传用户:waitingfy
This design package includes reference materials for creating a USB - PS/2 combination mouse that auto-detects the interface and configures itself to operate on the appropriate bus. Documentation docs - Designing a low cost CY7C63723 combination mouse.pdf - application note for this design - schematic.pdf - mouse schematic Firmware Source Files src - chip.c - include file that defines CY7C63723 constants - combi.c - main source file - combi.hex - Intel hex file for programming a CY7C63723 microcontroller - combi.lst - output listing from c-compiler for use with the CYDB debugger - macros.h - defines macros used in combi.c - ps2defs.h - defines PS/2 interface constants - usb_desc.h - defines the USB descriptors - usbdefs.h - defines USB interface constants
标签: combination materials reference creating
上传时间: 2015-10-19
上传用户:784533221
经典C语言程序设计100例1-10 如【程序1】 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去 掉不满足条件的排列。 2.程序源代码: main() { int i,j,k printf("\n") for(i=1 i<5 i++) /*以下为三重循环*/ for(j=1 j<5 j++) for (k=1 k<5 k++) { if (i!=k&&i!=j&&j!=k) /*确保i、j、k三位互不相同*/ printf("%d,%d,%d\n",i,j,k) } }
上传时间: 2013-12-14
上传用户:hfmm633
Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A common approach to implementing these arithmetic functions is to use the Coordinate Rotation Digital Computer (CORDIC) algorithm. The CORDIC algorithm calculates the trigonometric functions of sine, cosine, magnitude, and phase using an iterative process. It is made up of a series of micro-rotations of the vector by a set of predetermined constants, which are powers of two. Using binary arithmetic, this algorithm essentially replaces multipliers with shift and add operations. In a Stratix™ device, it is possible to calculate some of these arithmetic functions directly, without having to implement the CORDIC algorithm.
标签: representation Magnitude the magnitude
上传时间: 2013-12-24
上传用户:金宜