Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
Algorithm minimize of FSM
no vote
Algorithm of minimization of FSM  If there are two equivalent FSM  states that, when combined, we obtain an equivalent FSM, as recognized by the language will not change. The basic idea is to minimize the decomposition of the set of states into equivalence classes, derived classes and will be minimized FSM states.    Iteratively construct a partition of the set of states as follows. 1)Initial partition of the set of states - class F of accepting states and states not stack class Q \ F. 2)Letters of the alphabet are moving a in Sigma, all pairs (F, a) and (Q \ F, a) queued. 3)Removed from the queue pair (S, a), S hereinafter referred to as splitter.
sasha524840
2016-08-23
0
1
Algorithm of minimum searching
no vote
Golden section method - a method of finding the extremum of real functions of one variable at a given interval. The method is based on the principle of division of the segment in the proportions of the golden section. Golden section method can be transformed into a so-called method of Fibonacci numbers. However, due to the properties of Fibonacci numbers iteration number is strictly limited. This is handy if you just set the number of possible function calls. The dichotomy of duality , subdivide into two parts , unrelated . The method of logical division of the class into subclasses , which is the notion that the dividend completely divided into two mutually exclusive dichotomy ponyatiya.Metod several bisection metho
sasha524840
2016-08-23
0
1
No more~