Free C++ toolkit to facilitate Monte-Carlo simulation. This is a library covered under The LGPL. "MCS-libre" stands for "Monte Carlo Simulation - libre". Documentation and examples are provided.
這是一個免費的用于簡化Monte-Carlo模擬的C++工具包。這是一個遵守LGPL協(xié)議的庫。"MCS-libre"代表"Monte Carlo Simulation - libre"。提供了文檔和例子。
自適應(Adaptive)神經(jīng)網(wǎng)絡源程序
The adaptive Neural Network Library is a collection of blocks that implement several Adaptive Neural Networks featuring
different adaptation algorithms.~..~
There are 11 blocks that implement basically These 5 kinds of neural networks:
1) Adaptive Linear Network (ADALINE)
2) Multilayer Layer Perceptron with Extended Backpropagation algorithm (EBPA)
3) Radial Basis Functions (RBF) Networks
4) RBF Networks with Extended Minimal Resource Allocating algorithm (EMRAN)
5) RBF and Piecewise Linear Networks with Dynamic Cell Structure (DCS) algorithm
A simulink example regarding The approximation of a scalar nonlinear function of 4 variables
This article is a very simple introduction writing a Windows Form application for The
Microsoft.NET framework using C#. The sample application demonstrates how to create and
layout controls on a simple form and The handling of mouse click events. The application
displays a form showing attributes of a file. This form is similar to The properties dialog box of a
file (Right click on a file and Click on Properties menu item). Since attributes of a file will be
shown, The sample will show how to use File IO operations in .NET framework.
This Delphi 4.0 example uses The MapX Ver 4.0 OCX Control. The main goal of this example is
to show The use of The new object editing capabilities in MapX Ver 3.51. The program show how
to perform functions such as adding a new layer adding lines and
points, and editing a layers data.
We demonstrate a method for encoding and decoding The [24,12,8] extended binary Golay code using a simple apparatus. We also present several generalizations of this construction which admit similar decoding algorithms.
Training embedded apps to process speech may be as easy as finding The right 8-bit micro. Don t let what Rodger has to say about using an ADPCM algorithm and PWM output to generate speech to go in one ear and out The oTher
The CC1000 RF transceiver is very easy
to interface with a microcontroller.
The chip is configured using a three-wire
bus, comprising of PCLK, PDATA and
PALE signals.
One of The most important issues affecting
The implementation of microcontroller
software deals with The data-decision
algorithm. Data-decision refers to decoding
The DIO-pin from The CC400/CC900. Two
main principles exist for decoding
Manchester-coded data: Data decision
based on timing The period between
transitions, and data decision based on
oversampling.
Libgist is an implementation of The Generalized Search Tree, a template index structure that makes it easy to implement any type of hierarchical access method (AM).