JXLayer is the universal decorator for Swing components, it means that you have a flexible way to enrich the visual appearance of your components
标签: components decorator universal flexible
上传时间: 2014-01-20
上传用户:WMC_geophy
Already the industry standard for Python users, Programming Python from O Reilly just got even better. This third edition has been updated to reflect current best practices and the abundance of changes introduced by the latest version of the language, Python 2.5
标签: Python Programming industry standard
上传时间: 2013-12-13
上传用户:zgu489
this directory contains the following: * The acdc algorithm for finding the approximate general (non-orthogonal) joint diagonalizer (in the direct Least Squares sense) of a set of Hermitian matrices. [acdc.m] * The acdc algorithm for finding the same for a set of Symmetric matrices. [acdc_sym.m](note that for real-valued matrices the Hermitian and Symmetric cases are similar however, in such cases the Hermitian version [acdc.m], rather than the Symmetric version[acdc_sym] is preferable. * A function that finds an initial guess for acdc by applying hard-whitening followed by Cardoso s orthogonal joint diagonalizer. Note that acdc may also be called without an initial guess, in which case the initial guess is set by default to the identity matrix. The m-file includes the joint_diag function (by Cardoso) for performing the orthogonal part. [init4acdc.m]
标签: approximate directory algorithm the
上传时间: 2014-01-17
上传用户:hanli8870
The OpenGL graphics system is a software interface to graphics hardware. (The GL stands for Graphics Library.) It allows you to create interactive programs that produce color images of moving three-dimensional objects.
标签: graphics The interface Graphics
上传时间: 2013-11-27
上传用户:Altman
This an example showing how idl helping to build the abstract class for the java objects. As a result, the client class is able to use the function of the servant program.
标签: the abstract example showing
上传时间: 2014-01-04
上传用户:yxgi5
The ISD51_Demo project for the MSC1200 shows how to use the ISD51 In-System-Debugger with flash breakpoints or hardware breakpoints. By default, it is configured for flash breakpoints which allow you to set real-time breakpoints in your software. Using Flash breakpoints has also the benefit that no special handing for the shared interrupt vector is required, since the hardware break registers of the MSC1200 are not used at all.
标签: In-System-Debugger ISD the project
上传时间: 2014-11-18
上传用户:dongqiangqiang
Connector/Net 5.0.6 Release Notes --- --- --- Welcome to the release notes for Connector/Net 5.0.6. Important Changes --------------------- There are no major changes in this version. Please see the changelog for the list of bugs fixed.
标签: Connector Net Release Welcome
上传时间: 2013-12-16
上传用户:zyt
This manual describes the policy requirements for the Ubuntu distribution. This includes the structure and contents of the Ubuntu
标签: the This distribution requirements
上传时间: 2013-12-25
上传用户:黄华强
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)
标签: contains Output convex planar
上传时间: 2017-02-19
上传用户:wyc199288
This document constitutes the user manual for the YAMON™ ROM monitor. YAMON (“Yet Another MONitor”) is the ROM monitor used on MIPS Technologies evaluation and reference boards. The target audience for this document is users of those boards. This would typically be engineers developing hardware or software including compilers, RTOS and other tools. Currently, the following boards/CPUs are supported by YAMON : • Atlas™ with MIPS32 4K™ or MIPS64 5K™ class of CPUs. • Atlas with QED RM5261® . • Malta™ with MIPS32 4K or MIPS64 5K class of CPUs. • Malta with QED RM5261® . • SEAD™ with MIPS32 4K or MIPS64 5K class of CPUs. • SEAD-2™ with MIPS32 4K or MIPS64 5K class of CPUs.
标签: YAMON constitutes the document
上传时间: 2017-02-19
上传用户:水中浮云