搜索资源列表

  1. chuang3

    0下载:
  2. 用历史上有名的KMP模式进行串的模式匹配,算法中主要编写了求子串的next值和KMP算法的内容-With the history of the famous model KMP string pattern matching algorithm in the main preparation of the Child-giving the next string value and the content of KMP Algorith
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:163840
    • 提供者:婉燕
  1. MySniff

    0下载:
  2. 正常情况下 网络接口只相应两种数据帧,与自己mac地址相匹配的数据帧,向所有计算机的广播数据帧。 数据的收发是靠网卡来完成的,对于网卡来说一般有四种接收模式: 广播方式:该模式下网卡能接收网络中的广播信息 组播方式:该模式下网卡能接收网络中的组播数据 直接方式:该模式下,只有目的网卡才能接受数据 混杂方式:网卡能接受一切通过它的数据,而不管数据是否是传给它的。 该sniff工作原理 即是使网卡置于混杂模式下,捕获
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:89088
    • 提供者:王磊
  1. NeuralNet1

    0下载:
  2. 运用模式识别中的神经网络的方法来实现模板匹配!-The use of neural network pattern recognition approach to realize the template matching!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:128000
    • 提供者:婷婷
  1. matchall

    0下载:
  2. 一个值得学习的模式匹配改进的KMP算法,含有详细的注释。(通过文件来读出输入输出)-A study to improve the KMP pattern matching algorithm, which contains detailed notes. (Through the file to read out the input and output)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:wodezui-i
  1. source

    0下载:
  2. ac-bm算法。多模式字符串匹配算法 在.Net平台下使用C#开发-ac-bm algorithm. Multi-mode string matching algorithm. Net platform, the use of C# Development
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:45056
    • 提供者:刘学生
  1. BoyerMooreSearch_src

    0下载:
  2. bm算法。多模式字符串匹配算法 在.Net平台下使用C#开发-bm algorithm. Multi-mode string matching algorithm. Net platform, the use of C# Development
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:刘学生
  1. fib

    0下载:
  2. 模式匹配生成数组菲波那齐数列求职求值进制转换使十进制转二进制-Pattern matching to generate an array that菲波Qi series job evaluation decimal to hexadecimal conversion so that binary
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:
  1. DSPLIT

    0下载:
  2. 本程序是含有模式别领域的处理图像的各种分类器:模板匹配分类器,Bayes分类器,神经网络分类器,几何分类器等,源图像请自行解决-This procedure is a model that contains the field of image processing other various classifier: template matching classifier, Bayes classifier, neural netwo
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:311296
    • 提供者:kainan
  1. acbm3

    0下载:
  2. acbm算法,它是多模式匹配的算法
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:
  1. kmp_suanfa

    0下载:
  2. KMP模式匹配算法,实现了用KMP算法无回溯查找字符串的功能-KMP pattern matching algorithm using the KMP algorithm without backtracking to find string function
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:李天宇
  1. pcre-7.0-lib

    0下载:
  2. 软件包包含perl兼容的正规表达式库.这些在执行正规表达式模式匹配时用与Perl 5 同样的语法-Package contains the perl-compatible regular expression library. Those in the implementation of regular expression pattern matching with Perl 5 to use the same grammar
  3. 所属分类:WEB源码

    • 发布日期:2024-05-20
    • 文件大小:15360
    • 提供者:andy
  1. fenlei

    0下载:
  2. 模式识别,一个很好的数字,图形程序,包括了很多种算法,样本设计,摸板匹配,BYS分类器,线性分类器,非线性分类器,神经网络分类-Pattern recognition, a very good figures, graphics program, including a very wide range of algorithms, sampling design,摸板match, BYS classifier, linear class
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-20
    • 文件大小:6115328
    • 提供者:1111111
  1. compare

    0下载:
  2. 使用纯汇编语言实现的字符串模式匹配源代码。-Using pure assembly language to achieve the string pattern-matching source code.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:婷婷
  1. tuxiangfenxi

    0下载:
  2. 图像分析课程实验报告,delphi实现。 1. 图像显示 能显示图像,显示图像的基本信息,如:直方图、熵。 2. 图像变换 a) 平移 b) 缩放 c) 旋转 d) FFT变换 e) 小波变换 3. 图像增强 a) 直方图增强 b) 小波增强 4. 图像分割 a) 梯度分割 b) Canny算子 5. 图像滤波 a) 低通滤波 b) 中值滤波 c) 高通滤波 d
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:285696
    • 提供者:齐欢乐
  1. Speeching

    0下载:
  2. 端点检测算法采用现阶段比较精确的时频方差检测法,模式识别和模板匹配采用的是改进后的DTW算法(主要是限定了DTW的搜索路径,进一步精确了DTW的平行四边形的形状,进一步的减少匹配中的参数存贮量以及多余的搜索路径)。-Endpoint detection algorithm uses more precise at this stage variance time-frequency detection, pattern recognit
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:李兰菊
  1. patternrecognition

    0下载:
  2. 模式识别的vc程序包括模板匹配神经网络识别-Vc pattern recognition procedures, including template matching neural network
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:10567680
    • 提供者:zhaoyong
  1. MWM

    0下载:
  2. 多模式字符串匹配算法WU-MANNER算法的实现,从入侵检测系统SNORT提取出来。-Multi-mode string matching algorithm WU-MANNER algorithm realize, from the intrusion detection system Snort extracted.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:14336
    • 提供者:渡渡鸟
  1. random_algorithm

    0下载:
  2. 一种采用数学方法实现的字符串匹配算法-模式匹配的随机算法。-Mathematical methods used to achieve a string matching algorithm- the random pattern-matching algorithm.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:malota
  1. imagedectect

    0下载:
  2. 图象的检测,模板匹配算法代码,可以直接用,对于做模式识别方面的人很实用-Image detection, template matching algorithm code, can be directly used for pattern recognition so people are very practical aspects of
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:30720
    • 提供者:hongyang
  1. g051_weiqi

    0下载:
  2. 人工智能在围棋程序中的应用-- 本文介绍了人工智能在围棋程序中的应用与发展,对比了围棋与国际象棋博弈算法的差别和复杂度,从而分析围棋算法的难点,讨论各种博弈算法(气位理论、模式匹配与博弈树)在围棋程序中的融合运用。并给出了围棋死活程序的算法。-Go artificial intelligence in the application process- This article describes the procedure of art
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:李荣春
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 35 »

源码中国 www.ymcn.org