-
-
[
C/C++]
Boosting-beta2.zip
AdaBoost is an efficient tool in machine learning. It can combine a series of weak learners into a strong learner. Besides pattern classification, it also can be applied into feature selection. This document explains the use of AdaBoost.
Category:
SCM Upload User:
sesadodo Size:
1125K
-
[
Others]
ModellingDistributedSystems.zip
* Explains process algebra and protocol specification using µ CRL, a language developed to combine process algebra and abstract data types
* Text is supported throughout with examples and exercises
* Full solutions are provided in an appendix, while ...
Category:
E-Books Upload User:
chainma Size:
1673K
-
[
C/C++]
aco.rar
... questions.This method simulates the course of ant searching food to solve this kind of questions.It has these merits such as intelligent searching,holistic optimizing,strong solidity,distributed calculate and easily to combine with other methods.
-
[
C++ Builder]
dye-Divide-and-conquer.rar
... are themselves smaller instances of the same type of problem. Conquer: Recursively solving these subproblems. If the subproblems are small enough, solve them straightforward.Combine: the solutions to the subproblems into the solution of original problem.
-
[
C/C++]
mt.rar
MT: windows NT/2000/XP command line tape manipulation
written to format a tape windows-XP backup refused to write or format... and satisfy my curiosity
Can be used for crude data recovery (combine seek and read)
Category:
SCM Upload User:
mareya888 Size:
11K
-
-
[
C/C++]
xc226x_ds_v2.1_2008_08.rar
... the functionality
and performance of the C166 Family in terms of instructions (MAC unit), peripherals, and
speed. They combine high CPU performance (up to 80 million instructions per second)
with extended peripheral functionality and enhanced IO ...
Category:
SCM Upload User:
wenhuixuan Size:
955K
-
[
C/C++]
Addison-Wesley_-_Modern_C++.rar
... it demonstrates generic
patterns or pattern templates as a powerful new way of creating extensible designs in
C++--a new way to combine templates and patterns that you may never have dreamt was
possible, but is. If your work involves C++ design and ...
-
-
[
C/C++]
ModernCppDesign.rar
Modern C++ Design demonstrates generic
patterns or pattern templates as a powerful new way of creating extensible designs in C++--a new way to combine templates and patterns.