A voir également:
- Occurrences
- 2 occurrences successives du même chiffre - Forum Excel
- Supprimer les occurrences word - Guide
- CTRL+H et expression régulière pour supprimer des occurences {.....}. Writer. ✓ - Forum LibreOffice / OpenOffice
- Repêcher toutes les occurrences ✓ - Forum Google Docs
- Comment supprimer des occurrences sur word ✓ - Forum Word
two blocks would be 1010010010 and 1110010110.
(2) Let Wj (j = 1, ..., N) be the number of times that B (the template) occurs within the
block j. Note that j = 1,...,N. The search for matches proceeds by creating an m-bit
window on the sequence, comparing the bits within that window against the template. If
there is no match, the window slides over one bit , e.g., if m = 3 and the current window
contains bits 3 to 5, then the next window will contain bits 4 to 6. If there is a match, the
window slides over m bits, e.g., if the current (successful) window contains bits 3 to 5,
then the next window will contain bits 6 to 8.
For the above example, if m = 3 and the template B = 001, then the examination
proceeds as follows