dysii is a C++ library for distributed probabilistic inference and learning in large-scale dynamical systems. It provides METHODs such as the Kalman, unscented Kalman, and particle filters and smoothers, as well as useful classes such as common probability distributions and stochastic processes.
A class--the basic building block of an object-oriented language such as Java--is a template that describes the data and behavior associated with instances of that class. When you instantiate a class you create an object that looks and feels like other instances of the same class. The data associated with a class or object is stored in variables the behavior associated with a class or object is implemented with METHODs. METHODs are similar to the functions or procedures in procedural languages such as C.
observable distribution grid are investigated. A distribution
grid is observable if the state of the grid can be fully determined.
For the simulations, the modified 34-bus IEEE test feeder is used.
The measurements needed for the state estimation are generated
by the ladder iterative technique. Two METHODs for the state
estimation are analyzed: Weighted Least Squares and Extended
Kalman Filter. Both estimators try to find the most probable
state based on the available measurements. The result is that
the Kalman filter mostly needs less iterations and calculation
time. The disadvantage of the Kalman filter is that it needs some
foreknowlegde about the state.
This paper presents a novel technique to increase
the quality of medical images based on Histogram
Equalization. In the proposed method first we have
applied a noise reduction method and then we apply
some suitable preprocessing on histogram of the
medical images and after that histogram equalization
has been applied on the new histogram. Our proposed
method in despite of its simplicity has better results in
compare to other usual METHODs based on histogram
equalization. The quality of resulted images after
applying our proposed METHODs has been tested on a
database (medical images) with a confirmed criterion
by viewer. Also we have considered a mathematical
criterion for comparing our proposed algorithm with
other available METHODs for contrast enhancement.
Results show the better efficiency of the proposed
method.
This project developed in java leads us to realize a flight reservation system in order to emulate databases containing the structures for the flight and for the booking. These bases extend the List interface and implements additional search鈥檚 METHODs.
Two interfaces provide an access to this system. The first one reads and handles reservation request message from a terminal. The arguments are then processed throw a middleware interface that call the flight system METHODs. The second one, a Graphical User Interfaces (GUI) application using Swing Java Foundation Classes (JFC), offers a simpler access to the systems.
This thesis presents a comprehensive overview of the problem of facial recognition. A survey of available facial detection algorithms as well as implementation and tests of di鏗€erent feature extraction and dimensionality reduction METHODs and light normalization METHODs are presented.
使用TWAIN讀取掃描儀的圖像。In Windows imaging applications, the most used API for scanning is TWAIN www.twain.org. Unfortunately, the new .NET Framework has no built-in support for TWAIN. So we have to work with the interop METHODs of .NET to access this API. This article doesn t explain this interop techniques, and good knowledge of the TWAIN 1.9 specifications is assumed! The sample code included doesn t present a finished library, only some essential steps for a minimal TWAIN adaption to .NET applications.
This gorgeous, full-color book will guide you through the complete design process, from getting inspiration and sketching ideas out, through to choosing a color scheme, designing the layout, and selecting effective imagery.
Throughout, the focus is on simple and practical techniques that anyone can use 鈥?you don鈥檛 need to have gone to art school or have artistic flair to create stunning designs using the METHODs outlined in this book.
You鈥檒l follow along as author and design guru Jason Beaird creates a complete web site layout using the techniques that you鈥檝e learned.
The book鈥檚 full-color layout and large format (8鈥?x 10鈥? make The Principles Of Beautiful Wed Design a pleasure to read.
Specification File
adjacencyListGragh
class GeneralGraph:
use adjacency list to implement the graph which data structure is vector
Construct METHODs:
* public GeneralGraph():
contain an empty vector store the vertex and a boolean determines whether graph is directed or not, defaulted is undirected