The ROSETTA C++ library is a collection of C++ classes and routines that enable discernibility-based empirical modelling and data mining, developed as part of my dissertation. A brief presentation of the library can be found therein.
a collection of M-files to study concepts in the following areas of Fuzzy-Set-Theory: Fuzzy or Multivalued Logic, The Calculus of Fuzzy, Quantities, Approximate Reasoning, Possibility Theory, Fuzzy Control, Neuro-Fuzzy Systems.
自适应(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 (ADA ...
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 Perce ...
A collection of math routines including 8-bit, 16-bit, 32-bit signed and unsigned addition, subtraction, multiplication, and division. Very nice code library with heavy in-line documentation! Been looking for multi-byte divide? Here it is.
The Java Cookbook is a comprehensive collection of problems, solutions, and practical
examples for anyone programming in Java. Developers will find hundreds of tried-andtrue
Java "recipes" covering all of the major APIs as well as some APIs that aren t as well
documented in other Java books.