Yansen Zhou
University of International Relations
5 Papers
10 Citations
Yansen Zhou is an academic researcher from University of International Relations. The author has contributed to research in topics: String searching algorithm & Blossom algorithm. The author has an hindex of 2, co-authored 5 publications.
Chat about Author
Papers
Research and improvement of a multi-pattern matching algorithm based on double hash
Yansen Zhou,Cun Gao +1 more
- 01 Dec 2017
TL;DR: The paper puts forward a multi-pattern matching algorithm based on double hash that could reduce the number of comparison each matching by two hashes, whose hash table used to store patterns is a two-dimensional array of pointers.
6
Research of multi-pattern matching algorithm based on characteristic value
Yansen Zhou,Guanqi Ding +1 more
- 01 Dec 2017
TL;DR: The experimental results show that the time performance of the matching algorithm C_MPM is better than that of the AC_BMSH2 algorithm.
2
Research and Improvement of a WM Multimode Pattern Matching Algorithm
Yansen Zhou,Dongsong Li +1 more
- 01 Dec 2018
TL;DR: An improved WM algorithm I_WM is proposed, which sorts all pattern strings according to the suffix characters of the pattern string matching window, and filters the pattern strings that need to be matched for the first time twice.
2
Research of a single-mode pattern matching algorithm based on word frequency and hash
Yansen Zhou,Yue Zhang +1 more
- 01 Oct 2016
TL;DR: Improved single-mode pattern matching algorithm is put forward that reduces the number of character matchings and the matching performance is improved in the same circumstance.
1
Research of Pattern Matching Algorithm Based on KMP and BMHS2
Yansen Zhou,Ruixuan Pang +1 more
- 01 Dec 2019
TL;DR: The result shows that in the same experiment condition, compared to improved KMP and BMHS2, the time performance of improved pattern matching algorithm I_KMP_BMHS2 improved to some extent.
1