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