The Hardware folder contains the following files:- 1) Sram_Interface.bit -----------------> Bitstream File 2) Sram_Interface.ucf -----------------> UCF File 3) Sram_Interface.vhd -----------------> Main Entity 4) Sram_Interface_tb.vhd ------------> Test Bench 5) SRAM_RD_WR.vhd ------------> Sub Module
標(biāo)簽: Sram_Interface following Hardware contains
上傳時(shí)間: 2014-11-11
上傳用戶:gmh1314
SNVision Library (.dll).是法國SpikeNet公司的核心視覺分析軟件。 SNVision Library (.dll) is the true core of our technology. It is made of 50 fully documented functions for image processing and analysis. It is provided with "how to use" examples for the main programming languages. SNVision Library is the runtime module which enables you to include Spikenet Technology into your application
標(biāo)簽: SNVision Library dll SpikeNet
上傳時(shí)間: 2013-11-30
上傳用戶:陽光少年2016
This thesis has recommended mainly systematic design and simulation of the bank ATM (ATM ) realize the course, and has introduced each function module of this system in detail , including deposit and withdraw, transfer accounts, inquire about, revise the concrete course that realize in password and concrete course that realizes of the module
標(biāo)簽: recommended systematic simulation ATM
上傳時(shí)間: 2015-10-06
上傳用戶:yzhl1988
TSevenZipVCL v.0.73 By Rainer Geigenberger. Component / Wrapper to use the 7zip dll. Easy to use. Multivolume, password support. 7zip.dll and SFX-module included. 這是我個(gè)人非常推崇的7Zip的又一個(gè)delphi下的控件,你可以很容易的在你的應(yīng)用程序中加入對(duì)于7zip的支持。 完整功能,包含源代碼,for D2005 D2006 D5 D6 D7
標(biāo)簽: TSevenZipVCL Geigenberger Component Wrapper
上傳時(shí)間: 2014-08-14
上傳用戶:miaochun888
《Jbuilder X 實(shí)用技術(shù)手冊》 本書由Borland公司技術(shù)團(tuán)隊(duì)精心編寫,內(nèi)容包括:JBuilder集成開發(fā)環(huán)境的全面介紹;JBuilder工程管理方式;JBuilder的高級(jí)選項(xiàng)設(shè)置;建構(gòu)與運(yùn)行程序;高效率的程序調(diào)試技巧;圖形界面應(yīng)用及菜單設(shè)計(jì);利用JBuilder建立事件處理模型;JBuilder與UML;Ant的集成應(yīng)用;對(duì)BeansExpress的深入探討;Java應(yīng)用程序的部署;Web Module與WAR文件的使用;Java Applet;Servlet與JavaServer Page的開發(fā);程序代碼的重構(gòu);單元測試以及Javadoc說明文件的撰寫。 閱讀本書,讀者將學(xué)習(xí)到如何利用JBuilder開發(fā)高效率的Java應(yīng)用程序。對(duì)于廣大JBuilder開發(fā)人員來說,這是一本不可或缺的參考書籍。
標(biāo)簽: Jbuilder Borland 實(shí)用技術(shù)
上傳時(shí)間: 2015-11-12
上傳用戶:498732662
This application report describes the use of Timer_A3 to decode RC5 and SIRC TV IR remote control signals. The decoder described in this report is interrupt-driven and operates a background function using specific features the Timer_A3. Only a small portion of the MSP430 CPU?s nonreal-time resources is used. Specific hardware bit-latching capabilities of the Timer_A3 module are used for real-time decoding of the IR data signal, independent and asynchronous to the CPU. CPU activity and power consumption are kept to an absolute minimum level. The Timer_A3 decoder implementation also allows other tasks to occur simultaneously if required. The solutions provided are written specifically for MSP430x11x(1) and MSP430x12x derivatives, but can be adapted to any other MSP430 incorporating Timer_A3. 電視遙控器設(shè)計(jì)基於MSP430
標(biāo)簽: application describes Timer_A control
上傳時(shí)間: 2014-01-01
上傳用戶:qq21508895
Welcome to the software files for the ADS8361 to TMS320F2812! There are two project files in each of the folders McBSP, SPI and Both. Mode II and IV are explored using the McBSP port alone, as well as the SPI port. These projects are located in the SPI and McBSP folders. Modes I and III are explored using both McBSP and SPI. In Mode I, the M0 and M1 pins are controlled by use of the jumper on the evaluation module. A0 is controlled by the DX pin of the McBSP port. In Mode III, the A0, M0 and M1 pins are controlled via GPIO functions of PortF. The "SRC", "CMD" and "INCLUDE" files in the archive are from "C28x Peripheral Examples in C" (document # SPRC097). If you have questions about this or other Data Converter products, feel free to e-mail us at:
標(biāo)簽: files the software Welcome
上傳時(shí)間: 2015-12-16
上傳用戶:lixinxiang
This library allows creating, modifying and extracting zip archives in the compatible way with PKZIP (2.5 and higher) and WinZip. Supported are all possible operations on the zip archive: creating, extracting, adding, deleting files from the archive, modifications of the existing archive. There is also the support for creating and extracting multiple disk archives (on non-removable devices as well) and for password encryption and decryption. This module uses compression and decompression functions from zlib library by Jean-loup Gailly and Mark Adler.
標(biāo)簽: compatible extracting modifying creating
上傳時(shí)間: 2014-12-22
上傳用戶:chfanjiang
Support library to access and manipulate FAT12 / FAT16 / FAT32 file systems - Includes a FUSE filesystem module to access FAT volumes which uses the library
標(biāo)簽: FAT manipulate Includes Support
上傳時(shí)間: 2013-12-20
上傳用戶:ztj182002
Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產(chǎn)生led module。 insmod main.o //安裝模組 mknod /dev/leds c 221 0 使用方法: int main(int argc, char *argv[]) { int testdev //led test... testdev = open("/dev/QuickMarkLed",O_RDWR) ioctl(testdev, 2, 1) //ioctl(device, led number, open/close) open=1 ioctl(testdev, argv[1][0]- 0 , argv[2][0]- 0 ) //ioctl(device, led number, open/close) open=1 close(testdev) return 0 }
標(biāo)簽: s3c2440 driver Linux dev-C
上傳時(shí)間: 2014-01-01
上傳用戶:qlpqlq
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1