Free C++ toolkit to facilitate Monte-Carlo simulation. ThISIS a library covered under the LGPL. "MCS-libre" stands for "Monte Carlo Simulation - libre". Documentation and examples are provided.
這是一個免費的用于簡化Monte-Carlo模擬的C++工具包。這是一個遵守LGPL協議的庫。"MCS-libre"代表"Monte Carlo Simulation - libre"。提供了文檔和例子。
自適應(Adaptive)神經網絡源程序
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
BoboMail IS a so called webmail application, which provides mail access through a web interface. It handles MIME messages properly (including HTML mails) and IS implemented in Python
BoboMail是一個webmail應用程序,它提供通過一個web接口的郵件訪問。它可以正確處理MIME消息(包括HTML郵件),用Python實現。
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.
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.
SR-tree IS an index structure for high-dimensional nearest neighbor queries,C++ sourcecode. SR-tree outperforms the R*-tree and the SS-tree especially for high-dimensional and non-uniform data which are likely to appear in the actual image / video applications.