An algorithm for finding
-
The main objective of the thesis is to provide general methods to control oscillation based on measurement of energy flow, namely: Find the optimal solution for passive control systems based on energy flows; propose the semi-active control algorithms to control the energy flow.
27p capheviahe27 23-02-2021 20 3 Download
-
The first is the hybrid filterwrapper algorithm proposal for finding the reduction set of the decision table using advanced fuzzy distance measurements and other measurements basing on fuzzy rough set to minimize2 the number of attributes of reduction set. Reduce and improve the accuracy of the classification model.
26p capheviahe27 23-02-2021 33 4 Download
-
It is impossible to find an optimal algorithm that can reduce time and memory complexities with best detection performance. These aspects are always in conflict with each other. Thus, in each chapter, we will propose algorithms to solve each problem quite independently.
26p larachdumlanat129 20-01-2021 32 5 Download
-
We can only do a linear search on an unsorted array, but on a sorted array we can do a binary search. In this chapter we will study two different algorithms for searching, linear search and binary search. In linear search we look through an unordered list until we find the item we are looking for. The length of time it takes to look up something using a linear search will depend upon the size of the list. Imagine trying to look up a name in a telephone directory if it was not alphabetized (sorted). If we were to use...
9p linhtk93 15-04-2013 52 3 Download