VHDL实现SPI功能源代码 -- The SPI bus is a 3 wire bus that in effect links a serial shift -- register between the "master" and the "slave". Typically both the -- master and slave have an 8 bit shift register so the combined -- register is 16 bits. When an SPI transfer takes place, the master and -- slave shift their shift registers 8 bits and thus exchange their 8 -- bit register values.
上传时间: 2013-12-23
上传用户:lx9076
1-wire单总线原理,包括概述,硬件结构,命令序列,信号方式等几部分。
上传时间: 2015-11-27
上传用户:lyy1234
One program to simulation light passing through a glass sphere. It is interesting and can be used in geometric optics.
标签: interesting simulation program passing
上传时间: 2014-12-07
上传用户:璇珠官人
What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Binary Access Read(Say Source File) * Open a temparory file where encrypted data is stored for Binary Access Write(Say Destination File) * Loop through the Source File Byte by Byte * For each byte read from the file, Complement the data. (Using Not operator (in C we have to use "~" operator) * Write Complemented Data to Destination File * Delete the Source File * Rename Destination file as Source File(Now Encryption is over)
标签: Sometimes the contents desire
上传时间: 2013-12-25
上传用户:playboys0
This C++ code example provides a method for transferring objects or chunks of data from one device to another via the Bluetooth OBEX protocol. These chunks are typically files or other blocks of binary data. This example demonstrates how to run OBEX on top of the Bluetooth RFCOMM protocol, but OBEX can also be used with other transport media, such as IrDA and USB.
标签: transferring provides example objects
上传时间: 2015-12-02
上传用户:13160677563
I-WIRE协议的DS18B20程序,用于温度测量
上传时间: 2013-12-21
上传用户:wl9454
SVMmulticlass: Multi-class classification. Learns to predict one of k mutually exclusive classes. This is probably the simplest possible instance of SVMstruct and serves as a tutorial example of how to use the programming interface.
标签: classification SVMmulticlass Multi-class exclusive
上传时间: 2013-12-26
上传用户:稀世之宝039
one of pkcs#11 header files
上传时间: 2014-01-10
上传用户:q123321
本文介绍了一种电子密码锁的实现。该电子密码锁采用1一wire总线芯片Ds2401作为密匙,锁体采用高可靠性的单片机PIC16c63来完成密码识别和开锁控制,用I2C总线接口的EEPROM 芯片AT24c02来完成密码的存储和修改,可 掉电保存密码。整个系统安全可靠,稳定性高。
上传时间: 2014-06-24
上传用户:清风冷雨
Dallas 1-Wire ip 非常有用,不占用CPU的时间.
上传时间: 2015-12-17
上传用户:dsgkjgkjg