Academic literature on the topic 'Pattern-matching engine'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Pattern-matching engine.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Journal articles on the topic "Pattern-matching engine"
Peng, Zhan, Yuping Wang, and Wei Yue. "A Fast Engine for Multi-String Pattern Matching." International Journal of Pattern Recognition and Artificial Intelligence 31, no. 12 (September 17, 2017): 1750039. http://dx.doi.org/10.1142/s0218001417500392.
Full textKo, Kwang-Man, and Hong-Jin Park. "Development of the Pattern Matching Engine using Regular Expression." Journal of the Korea Contents Association 8, no. 2 (February 28, 2008): 33–40. http://dx.doi.org/10.5392/jkca.2008.8.2.033.
Full textLIU, Wei, Yuan-bo GUO, and Peng HUANG. "Pattern matching engine based on multi-dimensional bloom filters." Journal of Computer Applications 31, no. 1 (March 21, 2011): 107–9. http://dx.doi.org/10.3724/sp.j.1087.2011.00107.
Full textChen, Z., Y. Zhang, Z. Chen, and A. Delis. "A Digest and Pattern Matching-Based Intrusion Detection Engine." Computer Journal 52, no. 6 (April 15, 2009): 699–723. http://dx.doi.org/10.1093/comjnl/bxp026.
Full textTran, Thinh Ngoc. "CPM: CUCKOO-BASED PATTERN MATCHING APPLIED FOR NIDS." Science and Technology Development Journal 14, no. 2 (June 30, 2011): 53–61. http://dx.doi.org/10.32508/stdj.v14i2.1909.
Full textTHINH, Tran Ngoc, Surin KITTITORNKUN, and Shigenori TOMIYAMA. "PAMELA: Pattern Matching Engine with Limited-Time Update for NIDS/NIPS." IEICE Transactions on Information and Systems E92-D, no. 5 (2009): 1049–61. http://dx.doi.org/10.1587/transinf.e92.d.1049.
Full textHieu, Tran Trung, and Tran Ngoc Thinh. "mDFA: A Memory Efficient DFA-Based Pattern Matching Engine on FPGA." Wireless Personal Communications 78, no. 4 (September 2, 2014): 1833–47. http://dx.doi.org/10.1007/s11277-014-2047-x.
Full textHuang, Yu Hsiu, Richard Chun Hung Lin, Ying Chih Lin, and Cheng Yi Lin. "GPU Computation for Online Realtime Multi-Pattern Matching." Applied Mechanics and Materials 284-287 (January 2013): 3428–32. http://dx.doi.org/10.4028/www.scientific.net/amm.284-287.3428.
Full textHoeltzel, D. A., and Wei-Hua Chieng. "Pattern Matching Synthesis as an Automated Approach to Mechanism Design." Journal of Mechanical Design 112, no. 2 (June 1, 1990): 190–99. http://dx.doi.org/10.1115/1.2912592.
Full textJing, Zhou. "Research on the Shift Strategy for the Traction Vehicle with Automatic Transmission." E3S Web of Conferences 198 (2020): 03029. http://dx.doi.org/10.1051/e3sconf/202019803029.
Full textDissertations / Theses on the topic "Pattern-matching engine"
Lee, Y. H. "Gas turbine engine health monitoring by fault pattern matching method." Thesis, Cranfield University, 1998. http://dspace.lib.cranfield.ac.uk/handle/1826/10714.
Full textHo, Johnny Tsung Lin. "PERG-Rx : an FPGA-based pattern-matching engine with limited regular expression support for large pattern databases." Thesis, University of British Columbia, 2009. http://hdl.handle.net/2429/12921.
Full textChang, Ching-Liang, and 張清諒. "The Design and Implementation of a Perl Compatible Regular Expression Pattern Matching Engine with Pipeline Architecture using FPGAs." Thesis, 2008. http://ndltd.ncl.edu.tw/handle/66585314611629707358.
Full text國立臺灣大學
電機工程學研究所
96
A regular expression is powerful to describe signature patterns used in an Intrusion Detection System (IDS). This paper focuses on how to employ a pipeline architecture to NFA-based hardware implementations in order to increase the system performance. We propose a comparator that shares comparison operators including the ASCII decoder, the static pattern matching, and the char classes, and then we partition the comparator into two stages. As a result, we apply a three-stage pipeline to our Perl compatible regular expression pattern matching engine (PCRE engine) including a two-stage pipeline comparator and a one-stage NFA-based pattern recognizer. In addition, we can easily implement Caret meta-character (means the beginning of a string) when using the three-stage pipeline architecture. Finally, experimental results show that the proposed three-stage PCRE engine has a throughput of 2.4 Gbps as compared with the 1.8 Gpbs of the original PCRE engine in an Altera DE2 platform. This means that the proposed approach can have 30% performance increase in the current implementation with respect to the non-pipeline one.
Ieong, Tou, and 楊滔. "A Hardware Accelerated Packet Processing Platform with Memory-Efficient Pattern Matching Engines." Thesis, 2008. http://ndltd.ncl.edu.tw/handle/92039389615681903932.
Full text國立臺灣大學
電機工程學研究所
96
A Network Intrusion Detection System (NIDS) collects known signatures of network threats and carries out pattern matching between packet payload and signatures to protect our network. Signatures are often represented by regular expressions and pattern matching occupied most of computing time in an NIDS. To keep the network operating at full speed, hardware accelerators are used in pattern matching. In this thesis, we extended the History based Counting Finite Automaton (H-cFA) to Bitmap H-cFA, which used a bitmap data structure to store the "walked" states and recorded the repeat count in a history buffer to reduce the total number of states in finite automata. Bitmap H-cFA not only kept the low memory characteristic but also provided more support in regular expression formats, making a more generalized pattern matching engine. We also presented a hardware accelerated packet processing platform, which allowed pattern matching intellectual properties (IPs) to be tested in FPGA. The proposed packet processing platform consisted of a packet payload extractor and a TCP packet header parser. It could easily be integrated with a pattern matching engine to test the system. We implemented the proposed packet processing platform and the pattern matching engine in a Xilinx ML405 FPGA development board and obtained a processing throughput of 231 Mbps.
Ieong, Tou. "A Hardware Accelerated Packet Processing Platform with Memory-Efficient Pattern Matching Engines." 2008. http://www.cetd.com.tw/ec/thesisdetail.aspx?etdun=U0001-0808200816551100.
Full textRasool, Raihan Ur. "CyberPulse: A Security Framework for Software-Defined Networks." Thesis, 2020. https://vuir.vu.edu.au/42172/.
Full textBook chapters on the topic "Pattern-matching engine"
Krause, Christian, Daniel Johannsen, Radwan Deeb, Kai-Uwe Sattler, David Knacker, and Anton Niadzelka. "An SQL-Based Query Language and Engine for Graph Pattern Matching." In Graph Transformation, 153–69. Cham: Springer International Publishing, 2016. http://dx.doi.org/10.1007/978-3-319-40530-8_10.
Full textRyabinin, Konstantin, Konstantin Belousov, and Roman Chumakov. "Ontology-Driven Data Mining Platform for Fuzzy Classification of Mental Maps." In Frontiers in Artificial Intelligence and Applications. IOS Press, 2021. http://dx.doi.org/10.3233/faia210208.
Full textAli Yüksel, Kamer. "Gestural Interaction with Mobile Devices Based on Magnetic Field." In Advances in Wireless Technologies and Telecommunication, 203–22. IGI Global, 2014. http://dx.doi.org/10.4018/978-1-4666-4446-5.ch011.
Full textChaudhry, Junaid Ahsenali. "Automatic Self Healing Using Immune Systems." In Encyclopedia of Multimedia Technology and Networking, Second Edition, 105–12. IGI Global, 2009. http://dx.doi.org/10.4018/978-1-60566-014-1.ch015.
Full textConference papers on the topic "Pattern-matching engine"
Hao, Kongzhang, Zhengyi Yang, Longbin Lai, Zhengmin Lai, Xin Jin, and Xuemin Lin. "PatMat: A Distributed Pattern Matching Engine with Cypher." In CIKM '19: The 28th ACM International Conference on Information and Knowledge Management. New York, NY, USA: ACM, 2019. http://dx.doi.org/10.1145/3357384.3357840.
Full textYadav, Meeta, Ashwini Venkatachaliah, and Paul D. Franzon. "Hardware Architecture of a Parallel Pattern Matching Engine." In 2007 IEEE International Symposium on Circuits and Systems. IEEE, 2007. http://dx.doi.org/10.1109/iscas.2007.378482.
Full textZhu, Wenjun, Harry Chang, Yang Hong, Xiang Wang, Geoff Langdale, Kun Qiu, and Mingyi Zhang. "Hyperverse: A High Throughput Pattern Matching Engine for Metaverse." In 2022 IEEE 42nd International Conference on Distributed Computing Systems Workshops (ICDCSW). IEEE, 2022. http://dx.doi.org/10.1109/icdcsw56584.2022.00054.
Full textZha, Xinyan, Daniele Paolo Scarpazza, and Sartaj Sahni. "Highly compressed multi-pattern string matching on the cell broadband engine." In 2011 IEEE Symposium on Computers and Communications (ISCC). IEEE, 2011. http://dx.doi.org/10.1109/iscc.2011.5983850.
Full textTran Trung Hieu and Ngoc Thinh Tran. "A memory efficient FPGA-based pattern matching engine for stateful NIDS." In 2013 Fifth International Conference on Ubiquitous and Future Networks (ICUFN). IEEE, 2013. http://dx.doi.org/10.1109/icufn.2013.6614821.
Full textPiyachon, Piti, and Yan Luo. "Design of high performance pattern matching engine through compact deterministic finite automata." In the 45th annual conference. New York, New York, USA: ACM Press, 2008. http://dx.doi.org/10.1145/1391469.1391685.
Full textHo, Johnny Tsung Lin, and Guy G. F. Lemieux. "PERG: A scalable FPGA-based pattern-matching engine with consolidated Bloomier filters." In 2008 International Conference on Field-Programmable Technology (FPT). IEEE, 2008. http://dx.doi.org/10.1109/fpt.2008.4762368.
Full textKawanaka, Yosuke, Shin'ichi Wakabayashi, and Shinobu Nagayama. "A systolic regular expression pattern matching engine and its application to network intrusion detection." In 2008 International Conference on Field-Programmable Technology (FPT). IEEE, 2008. http://dx.doi.org/10.1109/fpt.2008.4762402.
Full textLee, Y. H., and R. Singh. "Health Monitoring of Turbine Engine Gas Path Components and Measurement Instruments." In ASME 1996 International Gas Turbine and Aeroengine Congress and Exhibition. American Society of Mechanical Engineers, 1996. http://dx.doi.org/10.1115/96-gt-242.
Full textvan Lunteren, Jan, and Ton Engbersen. "High-performance pattern-matching engine for intrusion detection: A new approach for fast programmable accelerators." In 2005 IEEE Hot Chips XVII Symposium (HCS). IEEE, 2005. http://dx.doi.org/10.1109/hotchips.2005.7476583.
Full text