This software package contaINS the USB framework core developped by ATMEL,
as well as two HID drivers for a mouse and a keyboard.
The following files are included :
- core/
-> Source code for the framework core
-> Makefile for the core
- hid/
-> Source code for the HID drivers
-> Makefile for the HID drivers
- lib/
-> Lib v3 files for every supported chips
- bin/
-> Compiled binaries for every supported chips
- ./
-> Makefile for the framework
-> Startup file
This software package contaINS the USB framework core developped by ATMEL,
as well as a Mass storage driver. The MSD driver uses the internal flash
of the chip to operate as a disk-on-key.
The following files are included :
- core/
-> Source code for the framework core
-> Makefile for the core
- msd/
-> Source code for the Mass Storage driver
-> Makefile for the MSD driver
- bin/
-> Compiled binaries for every supported chips
- lib/
-> Lib v3 files for every supported chips
- ./
-> Makefile for the framework
-> Startup file
This file contaINS board-specific information for the Motorola cpv3060
target board. Specifically, this file contaINS information on any BSP
interface changes from previous software or hardware versions, and
contaINS caveats that the user must be aware of before using this BSP.
Additionally, the target board s reference entry (i.e., cpv3060/target.nr)
provides board-specific information necessary to run VxWorks, and
should be read before this BSP is used.
This file contaINS board-specific information for the Motorola LoPEC in
support of the lopec BSP. Specifically, this file contaINS information on
any BSP interface changes from previous software or hardware versions, and
contaINS caveats that the user must be aware of before using this BSP.
Additionally, the target board s manual page entry (for example,
lopec/target.nr) provides board-specific information necessary to run
VxWorks, and should be read before this BSP is used.
Input : A set S of planar points
Output : A convex hull for S
Step 1: If S contaINS no more than five points, use exhaustive searching to find the convex hull and return.
Step 2: Find a median line perpendicular to the X-axis which divides S into SL and SR SL lies to the left of SR .
Step 3: Recursively construct convex hulls for SL and SR. Denote these convex hulls by Hull(SL) and Hull(SR) respectively.
Step 4: Apply the merging procedure to merge Hull(SL) and Hull(SR) together to form a convex hull.
Time complexity:
T(n) = 2T(n/2) + O(n)
= O(n log n)
數(shù)據(jù)庫C語言開發(fā)工具包
This archive contaINS the DB V1.3 file handling C routines. They have been
built and used with a number of C compilers. See DB.DOC for more information.
This taglib contaINS tags used to create struts input forms, as well as other tags generally useful in the creation of HTML-based user interfaces.
Many of the tags in this tag library will throw a JspException at runtime when they are utilized incorrectly (such as when you specify an invalid combination of tag attributes). JSP allows you to declare an "error page" in the <%@ page %> directive. If you wish to process the actual exception that caused the problem, it is passed to the error page as a request attribute under key org.apache.struts.action.EXCEPTION.
S3C2443 ERRATA.This document contaINS compilation of device and documentation errata, specification clarifications and changes.
This document is intended for Hardware system manufacturers, Application software developers and Operating
system analyst