咨询与建议

限定检索结果

文献类型

  • 9 篇 会议
  • 6 篇 期刊文献

馆藏范围

  • 15 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 13 篇 工学
    • 11 篇 计算机科学与技术...
    • 5 篇 电气工程
    • 4 篇 信息与通信工程
    • 1 篇 控制科学与工程
    • 1 篇 软件工程
  • 2 篇 理学
    • 1 篇 数学
    • 1 篇 化学
  • 1 篇 管理学
    • 1 篇 管理科学与工程(可...

主题

  • 15 篇 kmp algorithm
  • 6 篇 string matching
  • 3 篇 sunday algorithm
  • 2 篇 bf algorithm
  • 2 篇 component
  • 2 篇 gpgpu
  • 2 篇 bm algorithm
  • 2 篇 heterogeneous co...
  • 2 篇 opencl
  • 2 篇 computation comm...
  • 1 篇 traffic analysis
  • 1 篇 parallelism
  • 1 篇 matrix analysis
  • 1 篇 statistics
  • 1 篇 aho-corasick alg...
  • 1 篇 rna mutation
  • 1 篇 network performa...
  • 1 篇 pattern matching
  • 1 篇 analysis of algo...
  • 1 篇 order-preserving...

机构

  • 2 篇 shenzhen youfang...
  • 2 篇 myongji univ dep...
  • 2 篇 konkuk univ dept...
  • 1 篇 inha univ dept c...
  • 1 篇 guangdong provin...
  • 1 篇 dalian polytech ...
  • 1 篇 univ sydney sch ...
  • 1 篇 univ helsinki de...
  • 1 篇 tohoku univ grad...
  • 1 篇 seoul natl univ ...
  • 1 篇 beijing univ pos...
  • 1 篇 department of in...
  • 1 篇 guangdong prov k...
  • 1 篇 king saud univ c...
  • 1 篇 univ manitoba de...
  • 1 篇 haohandata techn...
  • 1 篇 fudan univ scs p...
  • 1 篇 sejong univ dept...
  • 1 篇 seoul natl univ ...
  • 1 篇 gb pant inst eng...

作者

  • 2 篇 yang zhongming
  • 2 篇 park kunsoo
  • 2 篇 shen lin
  • 2 篇 lee myungho
  • 2 篇 park neungsoo
  • 2 篇 park soeun
  • 1 篇 yang yaru
  • 1 篇 sim jeong seop
  • 1 篇 hui wang
  • 1 篇 bedaiwi abdullah...
  • 1 篇 lin shen
  • 1 篇 kim jinil
  • 1 篇 eades peter
  • 1 篇 alzoabi ubaid s.
  • 1 篇 fleischer rudolf
  • 1 篇 zhongming yang
  • 1 篇 lei zhenming
  • 1 篇 he dazhong
  • 1 篇 puglisi simon j.
  • 1 篇 yang chenxiao

语言

  • 15 篇 英文
检索条件"主题词=KMP algorithm"
15 条 记 录,以下是1-10 订阅
排序:
High performance parallel kmp algorithm on a heterogeneous architecture
收藏 引用
CLUSTER COMPUTING-THE JOURNAL OF NETWORKS SOFTWARE TOOLS AND APPLICATIONS 2020年 第3期23卷 2205-2217页
作者: Park, Neungsoo Park, Soeun Lee, Myungho Konkuk Univ Dept Comp Sci & Engn Seoul South Korea Myongji Univ Dept Comp Sci & Engn Yongin Kyungkido South Korea
String matching algorithm is widely used in many application areas such as bio-informatics, network intrusion detection, computer virus scan, among many others. Knuth-Morris-Pratt (kmp) algorithm is commonly used for ... 详细信息
来源: 评论
High Performance Parallel kmp algorithm on a Heterogeneous Architecture  3
High Performance Parallel KMP Algorithm on a Heterogeneous A...
收藏 引用
3rd IEEE International Workshops on Foundations and Applications of Self* Systems (FAS*W)
作者: Park, Soeun Kim, Daehee Park, Neungsoo Lee, Myungho Konkuk Univ Dept Comp Sci & Engn Seoul South Korea Myongji Univ Dept Comp Sci & Engn Yongin Kyungkido South Korea
String matching algorithm is widely used in many application areas such as bio-informatics, network intrusion detection, computer virus scan, among many others. kmp (Knuth-Morris-Pratt) algorithm is commonly used for ... 详细信息
来源: 评论
Application of kmp algorithm in Customized Flow Analysis  3
Application of KMP Algorithm in Customized Flow Analysis
收藏 引用
3rd IEEE International Conference on Computer and Communications (ICCC)
作者: Meng, Qingzhu Lei, Zhenming He, Dazhong Wang, Huan Beijing Univ Posts & Telecommun Beijing Key Lab Network Syst Architecture & Conve Beijing Lab Adv Informat Networks Beijing Peoples R China Haohandata Technol Co Ltd Beijing Peoples R China
Internet technology has developed rapidly today, the Internet has become an indispensable part of the way everyone online more and more diverse, there are PC, mobile phones, flat and even watches, etc .;and the speed ... 详细信息
来源: 评论
Parallelization of kmp String Matching algorithm
Parallelization of KMP String Matching Algorithm
收藏 引用
World Congress on Computer and Information Technologies (WCCIT)
作者: Alzoabi, Ubaid S. Alosaimi, Naser M. Bedaiwi, Abdullah S. Alabdullatif, Abdullatif M. King Saud Univ Coll Comp & Informat Sci Dept Comp Sci Riyadh Saudi Arabia
Knuth Morris-Pratt (kmp) algorithm is one of the most popular strings searching algorithm. The parallelism of kmp is one of research topic over last two years. In our paper we simulated two current parallel algorithms... 详细信息
来源: 评论
A fast algorithm for order-preserving pattern matching
收藏 引用
INFORMATION PROCESSING LETTERS 2015年 第2期115卷 397-402页
作者: Cho, Sukhyeun Na, Joong Chae Park, Kunsoo Sim, Jeong Seop Inha Univ Dept Comp & Informat Engn Inchon 402751 South Korea Sejong Univ Dept Comp Sci & Engn Seoul 143747 South Korea Seoul Natl Univ Sch Comp Sci & Engn Seoul 151742 South Korea
Given a text T and a pattern P, the order-preserving pattern matching (OPPM) problem is to find all substrings in T which have the same relative orders as P. The OPPM has been studied in the fields of finding some pat... 详细信息
来源: 评论
Fast algorithms for Computing the Statistics of Pattern Matching
收藏 引用
IEEE ACCESS 2021年 9卷 114965-114976页
作者: Zhang, Danna Jin, Kai Sun Yat Sen Univ Sch Intelligent Syst Engn Shenzhen 510275 Peoples R China Hong Kong Univ Sci & Technol Dept Comp Sci & Engn Hong Kong Peoples R China
Pattern matching is a fundamental problem in theoretical computer science. The algorithms for pattern matching and the study on the statistics of pattern matching have found enormous applications in practical elds. In... 详细信息
来源: 评论
Order-preserving matching
收藏 引用
THEORETICAL COMPUTER SCIENCE 2014年 525卷 68-79页
作者: Kim, Jinil Eades, Peter Fleischer, Rudolf Hong, Seok-Hee Iliopoulos, Costas S. Park, Kunsoo Puglisi, Simon J. Tokuyama, Takeshi Seoul Natl Univ Inst Comp Technol Dept Comp Sci & Engn Seoul South Korea Univ Sydney Sch Informat Technol Sydney NSW 2006 Australia Fudan Univ SCS Shanghai 200433 Peoples R China Fudan Univ IIPL Shanghai 200433 Peoples R China German Univ Technol Oman Dept Appl Informat Technol Muscat Oman Kings Coll London Dept Informat London WC2R 2LS England Curtin Univ Digital Ecosyst & Business Intelligence Inst Perth WA Australia Univ Helsinki Dept Comp Sci FIN-00014 Helsinki Finland Tohoku Univ Grad Sch Informat Sci Sendai Miyagi 980 Japan
We introduce a new string matching problem called order-preserving matching on numeric strings, where a pattern matches a text if the text contains a substring of values whose relative orders coincide with those of th... 详细信息
来源: 评论
A Chaotic Image Encryption Scheme Based on Genetic Central Dogma and kmp Method
收藏 引用
INTERNATIONAL JOURNAL OF BIFURCATION AND CHAOS 2022年 第12期32卷 2250186-2250186页
作者: Sha, Yuwen Bo, Sun Yang, Chenxiao Mou, Jun Jahanshahi, Hadi Dalian Polytech Univ Sch Informat Sci & Engn Dalian 116034 Peoples R China Univ Manitoba Dept Mech & Mfg Engn Winnipeg MB Canada
In this paper, an image cryptosystem based on genetic central dogma (GCD), Knuth-Morria-Pratt (kmp) algorithm and a chaotic system is developed. The kmp algorithm is firstly used to bind DNA strings to obtain the next... 详细信息
来源: 评论
A Single-pattern Matching algorithm Base on Twice Jumps in the Intrusion Detection Systems  12
A Single-pattern Matching Algorithm Base on Twice Jumps in t...
收藏 引用
12th International Conference on Fuzzy Systems and Knowledge Discovery (FSKD)
作者: Yang, Zhongming Lin, Shen Comp Engn Tech Coll Guangdong Inst Sci & Technol Guangdong Prov Key Lab Petrochem Zhuhai 519090 Guangdong Peoples R China Shenzhen Youfang Technol Co Ltd Shenzhen 518109 Guangdong Peoples R China
The pattern matching algorithm is one of the core algorithms used in the intrusion detection system. The classical snort system has completed the matching for characteristic string of intrusion through the BM single-p... 详细信息
来源: 评论
Poster: A YC_Sunday algorithm Based on Improved Sunday algorithm  9
Poster: A YC_Sunday Algorithm Based on Improved Sunday Algor...
收藏 引用
9th International Conference on Communications and Networking in China (CHINACOM 2014)
作者: Yang, Zhongming Shen, Lin Yang, Yaru Guangdong Univ Petrochem Technol Maoming Guangdong Peoples R China Guangdong Prov Key Lab Petrochem Equipment Fault Maoming Guangdong Peoples R China Shenzhen Youfang Technol Co Ltd Shenzhen Guangdong Peoples R China Guangdong Maoming Petr Grp Co Ltd Maoming Guangdong Peoples R China
This article improved the Sunday substring searching algorithm, an extra jump arry be created, when a mismatching occurs, the pattern string will jump twice, more redundant matching be reduced. This article describes ... 详细信息
来源: 评论