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 fi ...
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 ...
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 an ...
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/wh ...
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
多项式曲线拟合 任意介数 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 ...
/*
* 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 ...