Cypress Semiconductor makes a variety of PLL-based clock
generators. This application note provides a set of recommendations
to optimize Usage of Cypress clock devices in a
system. The application note begins with recommended termination
techniques for clock generators. Subsequently, power
supply filtering and bypassing is discussed. Finally, the application
note provides some recommendations on board
layout.
VerboseGC demonstrates the use of the java.lang.management API to
print the garbage collection statistics and memory Usage remotely
by connecting to a JMX agent with a JMX service URL:
service:jmx:rmi:///jndi/rmi://<hostName>:<portNum>/jmxrmi
where <hostName> is the hostname and <portNum> is the port number
to which the JMX agent will be connected.
ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points.
Ordinary Usage:
[R, T] = icp(model,data)
INPUT:
model - matrix with model points,
data - matrix with data points,
OUTPUT:
R - rotation matrix and
T - translation vector accordingly
so
newdata = R*data + T .
newdata are transformed data points to fit model
see help icp for more information
Local Lucene
====================
Provide geographical based searching to lucene in an efficent mannor
Contents
* Compiling from Source
* Using local lucene
Author: Patrick O Leary
email: pjaol@pjaol.com
A white paper on local lucenes Usage is available
http://www.nsshutdown.com/projects/lucene/whitepaper/locallucene.htm
Very Nice library for using ActiveX controls directly from java without heavy knowledge of JNI, simple activeX control Usage like in VB, for windows platform, I always used this java library for activeX controls
LIN_InitNode_C161xx.h preconfiguration for C161xx
LIN_InitNode_C164xx.h preconfiguration for C164xx
For Usage in a project the file has to be renamed to LIN_InitNode.h
多項(xiàng)式曲線擬合 任意介數(shù) Purpose - Least-squares curve fit of arbitrary order
working in C++ Builder 2007 as a template class,
using vector<FloatType> parameters.
Added a method to handle some EMathError exceptions.
If do NOT want to use this just call PolyFit2 directly.
Usage: Call PolyFit by something like this.
CPolyFit<double> PolyFitObj
double correlation_coefficiant = PolyFitObj.PolyFit(X, Y, A)
where X and Y are vectors of doubles which must have the same size and
A is a vector of doubles which must be the same size as the number of
coefficients required.
returns: The correlation coefficient or -1 on failure.
produces: A vector (A) which holds the coefficients.
/*
* The internal form of a hash table.
*
* The table is an array indexed by the hash of the key collisions
* are resolved by hanging a linked list of hash entries off each
* element of the array. Although this is a really simple design it
* isn t too bad given that pools have a low allocation overhead.
*/
split from apache for general Usage
*** *** *** *** *** *** *** *** *** *** *** *** *** *
assniffer v0.1 alpha, Copyright (C) 2004, Cockos Incorporated
*******************************************************************************
Usage:
assniffer output_directory [-d deviceindex] [flags (see below)]
-nopromisc disables promiscuous mode
-allports watches ports other than 80/8080 (slower)
-nosubdirs does not create subdirectories, uses filename for whole url
Default MIME extension replaces URL s extension, or:
-nomime does not make extensions based on MIME type
-addmime makes MIME extensions appended to URL
-debugfn adds debug info to filenames