-
Micro In-System Programmer Brief Installation Notes
Enter the src directory.
If uisp does not compile successfully, add switch -DNO_DIRECT_IO in the
Makefile to remove support for direct I/O port access (that may be
necessary on non-PC architectures). Parallel port access Should still
work if you have the Linux ppdev driver (patch for 2.2.17 is in the
kernel directory, ppdev is standard in 2.4 kernels). Please lobby
Alan Cox to include this tiny little driver in 2.2.x too :).
To make it type:
make
and to install it:
make install
If you have any further doubts, please consult UISP s homepage:
http://www.nongnu.org/uisp/
標簽:
Installation
Programmer
In-System
directory
上傳時間:
2013-12-23
上傳用戶:小儒尼尼奧
-
The intent of the software contained on this CD is to provide support for the material covered in the textbook. All programs have been developed and tested using MATLAB Version 5.2. Although the authors believe that all routines Should be compatible with earlier versions of MATLAB, this may not be the case. The software is maintained and regularly updated through our Web-site at www.wpi.edu/ece/EM_RF_lab/book. It is assumed that the user has a basic knowledge of MATLAB. Support of MATLAB is maintained through the MathWorks, Inc. Web-site at www.mathworks.com.
標簽:
contained
the
material
software
上傳時間:
2015-07-11
上傳用戶:離殤
-
The intent of the software contained on this CD is to provide support for the material covered in the textbook. All programs have been developed and tested using MATLAB Version 5.2. Although the authors believe that all routines Should be compatible with earlier versions of MATLAB, this may not be the case. The software is maintained and regularly updated through our Web-site at www.wpi.edu/ece/EM_RF_lab/book. It is assumed that the user has a basic knowledge of MATLAB. Support of MATLAB is maintained through the MathWorks, Inc. Web-site at www.mathworks.com.
標簽:
contained
the
material
software
上傳時間:
2013-12-30
上傳用戶:wweqas
-
The libosip library is known to compile on various platform:
* GNU/Linux
* MacOSX (Darwin)
* OpenBsd 3.1/3.2 // (FreeBSD&NetBSD Should also work)
* Windows NT/95/2000 (VC++6.0 or cygwin)
* Solaris
* HP-Unix.
* VxWorks.
* Some embedded systems with linux.
* WinCE (report to be possible)
標簽:
platform
libosip
compile
library
上傳時間:
2015-07-16
上傳用戶:skfreeman
-
Microsoft Press books are available through booksellers and distributors worldwide. For further information
about international editions, contact your local Microsoft Corporation office or contact Microsoft
Press International directly at fax (425) 936-7329. Visit our Web site at www.microsoft.com/mspress.
Send comments to mspinput@microsoft.com.
Microsoft, Microsoft Press, Visual Basic, Visual Studio, Windows, and Windows NT are either registered
trademarks or trademarks of Microsoft Corporation in the United States and/or other countries.
Other product and company names mentioned herein may be the trademarks of their respective owners.
The example companies, organizations, products, domain names, e-mail addresses, logos, people, places,
and events depicted herein are fictitious. No association with any real company, organization, product,
domain name, e-mail address, logo, person, place, or event is intended or Should be inferred.
標簽:
distributors
booksellers
Microsoft
available
上傳時間:
2013-12-27
上傳用戶:wuyuying
-
關于FPGA流水線設計的論文
This work investigates the use of very deep pipelines for
implementing circuits in FPGAs, where each pipeline
stage is limited to a single FPGA logic element (LE). The
architecture and VHDL design of a parameterized integer
array multiplier is presented and also an IEEE 754
compliant 32-bit floating-point multiplier. We show how to
write VHDL cells that implement such approach, and how
the array multiplier architecture was adapted. Synthesis
and simulation were performed for Altera Apex20KE
devices, although the VHDL code Should be portable to
other devices. For this family, a 16 bit integer multiplier
achieves a frequency of 266MHz, while the floating point
unit reaches 235MHz, performing 235 MFLOPS in an
FPGA. Additional cells are inserted to synchronize data,
what imposes significant area penalties. This and other
considerations to apply the technique in real designs are
also addressed.
標簽:
investigates
implementing
pipelines
circuits
上傳時間:
2015-07-26
上傳用戶:CHINA526
-
he AVRcam source files were built using the WinAVR distribution
(version 3.3.1 of GCC). I haven t tested other versions of GCC,
but they Should compile without too much difficulty. The makefile
used to build the source is included
標簽:
distribution
version
AVRcam
WinAVR
上傳時間:
2014-10-26
上傳用戶:h886166
-
the applet is used for Grocery Store Simulation,When you execute the main() method, the output Should match the output file provided in the course website. You will be graded according to the correctness of your output and your compliance to these specifications.
標簽:
the
Simulation
Grocery
execute
上傳時間:
2013-12-25
上傳用戶:luopoguixiong
-
The objective of this projectis to design, model and simulate an autocorrelation
generator circuit using 4-bit LFSR. the register and LFSR will used D flip-flop and some
gates. By the autocorrelation concept, there Should be 2 same length vectors, for calculating
the autocorrelation , we have to design the register for storing the original vector and the
shifter for make time delay.
標簽:
autocorrelation
objective
generator
projectis
上傳時間:
2015-08-17
上傳用戶:ikemada
-
ACM試題An Easy Problem
Description
As we known, data stored in the computers is in binary form. The problem we discuss now is about the positive integers and its binary form. Given a positive integer I, you task is to find out an integer J, which is the minimum integer greater than I, and the number of 1 s in whose binary form is the same as that in the binary form of I. For example, if "78" is given, we can write out its binary form, "1001110". This binary form has 4 1 s. The minimum integer, which is greater than "1001110" and also contains 4 1 s, is "1010011", i.e. "83", so you Should output "83".
標簽:
Description
computers
Problem
binary
上傳時間:
2013-12-11
上傳用戶:libenshu01