VHDL语言的设计与应用PDG书籍,请用dgreader FREE.exe工具打开
上传时间: 2015-12-01
上传用户:日光微澜
FPGA原理设计与应用,请用dgreader FREE.exe打开
标签: FPGA
上传时间: 2014-01-05
上传用户:lili123
VHDL程序设计与应用,PDG图书用工具dgreader FREE.exe打开
上传时间: 2013-12-13
上传用户:gmh1314
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:
标签: files the software Welcome
上传时间: 2015-12-16
上传用户:lixinxiang
mmsv1.2 文档,可以在open mobile alliance FREE download
上传时间: 2015-12-18
上传用户:trepb001
制作UML图的小工具。 麻雀虽小五脏俱全,关键它是FREE的
标签: UML
上传时间: 2014-01-07
上传用户:hn891122
The data files included are .MAT or *.dat (ASCII)files. The m-files and the data may be distributed, provided that the source is acknowledged in any publication and the data are not sold. Since this software is being distributed FREE of charge, the authors are not offering any technical support. Students who have any questions or difficulties using this software, or require the additional functions from the Signal Processing Toolbox should contact their professor.
标签: files data distributed The
上传时间: 2014-12-06
上传用户:wuyuying
移植qtopia必备库源代码,总共六个,分别是 e2fsprogs-1.38.tar.gz jpegsrc.v6b.tar.gz qt-embedded-2.3.10-FREE.tar.gz qtopia-FREE-source-2.1.1.tar.bz2 qt-x11-2.3.2.tar.gz tmake-1.13.tar.gz
上传时间: 2015-12-30
上传用户:shizhanincc
This book is good for learning C++.It conclude five parts:professional c++ introduction,C++ codeing the professional way,mastering advanced features of c++, ensuring Bug-FREE code and using libraries and patterns.
标签: introduction professional conclude learning
上传时间: 2016-01-06
上传用户:ljmwh2000
图形显示技巧,这是其中一段代码 procedure TForm1.Button1Click(Sender: TObject) var newbmp:TBitmap i,bmpheight,bmpwidth:integer //推拉 begin newbmp:=TBitmap.Create newbmp.Width:=image1.Width newbmp.Height:=image1.Height bmpheight:=image1.Height bmpwidth:=image1.Width for i:=0 to bmpheight do begin newbmp.Canvas.CopyRect(Rect(0,bmpheight-i,bmpwidth,bmpheight),image1.Canvas,Rect(0,0,bmpwidth,i)) form1.Canvas.Draw(120,100,newbmp) end newbmp.FREE end
标签: procedure TBitmap TObject Button
上传时间: 2016-01-18
上传用户:comua