搜索资源列表

  1. Regular-expressions-simplifypattern-matching-code.

    0下载:
  2. Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you wri
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:112314
    • 提供者:qlw
  1. Oreilly.Oracle.Regular.Expressions.Pocket.Referenc

    0下载:
  2. Oreilly.Oracle.Regular.Expressions.Pocket.Reference.eBook-LiB
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:109552
    • 提供者:zhou
  1. verifyRegularExpression

    0下载:
  2. 正则表达式的验证工具,提供在C#中通过程序来判断,是学习和了解正则表达式的好帮手。推荐-regular expression validation tool providing in C# adopted procedures to judgment, learning and understanding Regular expressions are a good helper. Suggest
  3. 所属分类:书籍源码

    • 发布日期:2024-05-16
    • 文件大小:109568
    • 提供者:刘某
  1. Regular-expressions-simplifypattern-matching-code.

    0下载:
  2. Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you wri
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:111616
    • 提供者:qlw
  1. QQBQ

    0下载:
  2. 实现QQ聊天表情,支持动画表情.实现很方便-achieve QQ Chat expressions, expressions support animation. Achieving very convenient
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:15360
    • 提供者:123456
  1. MethodofFacialExpressionRecognition

    0下载:
  2. 为了更准确地识别人的表情,在识别人脸7 种基本表情(愤怒、厌恶、恐惧、高兴、无表情、悲伤和惊讶)时,采用了局域二值 模式技术提取面部特征,进行由粗略到精细的表情分类。在粗略分类阶段,7 种基本表情中的2 种表情被选为初步分类结果(候选表情)。 在精细分类阶段,选用计算加权卡方值确定最终分类结果。采用日本的Jaffe 表情数据库来验证算法性能,对陌生人表情的识别率为77.9%, 其结果优于采用同样数据库的其他方法,且易于实现-
  3. 所属分类:文档资料

    • 发布日期:2024-05-16
    • 文件大小:212992
    • 提供者:张波
  1. MasteringRegularExpressions2ndEdition

    0下载:
  2. Mastering Regular Expressions by ORelly
  3. 所属分类:通讯编程

    • 发布日期:2024-05-16
    • 文件大小:1480704
    • 提供者:naivechou
  1. regular-expressions-cheat-sheet-v2.pdf

    0下载:
  2. 正则表达式的cheatsheet. 经常有时间来看看。对于复杂的正则表达式可以学的更牢。pdf形式适合打印出来带身边。-Regular expressions cheatsheet. Often have time to look at. For complex regular expressions can learn more in prison. pdf format for print out with him.
  3. 所属分类:技术管理

    • 发布日期:2024-05-16
    • 文件大小:461824
    • 提供者:yjj
  1. expressions

    0下载:
  2. 有关表达式的栈的应用 内容有:表达式括号匹配 计算后缀表达式的值 计算算术表达式的值 中缀表达式转后缀表达式-Expression of the application stack are as follows: the expression in brackets to match the calculated value of the suffix arithmetic expression expressio
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:陈子杭
  1. regular-expressions-cheat-sheet-v2

    0下载:
  2. regular expressions cheat sheet v2
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:461824
    • 提供者:aadyyb
  1. Mastering.Regular.Expressions

    0下载:
  2. 精通正则表达式是最权威的讲解正则表达式的书籍,讲解全面细致而且易于理解,所举例子更是生动-Versed in regular expressions is the most authoritative books that explain the regular expressions to explain the detailed and thorough and easy to understand, the more vivid
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:1505280
    • 提供者:王晓龙
  1. work

    0下载:
  2. 基于遗传算法和bp网络的简单人脸识别,只能识别三种表情。图像经过简单的小波变换处理-Bp networks based on genetic algorithm and a simple face recognition, could only identify three kinds of expressions. After a simple wavelet transform image processing
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:1042432
    • 提供者:王平
  1. Expressions-for-Business-Letters

    0下载:
  2. Expressions for Business Letters
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:Theodore
  1. yalefaces

    0下载:
  2. Yale人脸库(美国): 耶鲁大学,15人,每人11张照片,主要包括光照条件的变化,表情的变化等。-Yale Face Database (U.S.): Yale University, 15 people, each 11 photos, mainly including changes in lighting conditions, expressions of the change.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-16
    • 文件大小:6110208
    • 提供者:焦妍
  1. Regular-Expressions-Cookbook

    0下载:
  2. 中文名称:《正则表达式经典实例》 本书讲解了基于8种常用的编程语言使用正则表达式的经典实例。书中提供了上百种可以在实战中使用的实例,以帮助读者使用正则表达式来处理数据和文本。对于如何使用正则表达式来解决性能不佳、误报、漏报等常见的错误以及完成一些常见的任务,本书给出了涉及基于C#、Java、Javascr ipt、Perl、PHP、Python、Ruby和VB.NET等编程语言的解决方案。  本书的读者对象是对正则表达式感兴趣的软件
  3. 所属分类:WEB源码

    • 发布日期:2024-05-16
    • 文件大小:4526080
    • 提供者:zj
  1. orl_faces

    0下载:
  2. ORL人脸库,可以用于人脸检测识别用,在 ORL 人脸库中,有 400 幅分辨率为92*112,具有不同表情、不同姿势、稍许倾斜(不超过20度)、稍许遮掩的图像-ORL face database, face detection and recognition can be used for the ORL face database, there are 400 92* 112 resolution, with different e
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-16
    • 文件大小:3082240
    • 提供者:sunny
  1. expressions

    0下载:
  2. 后缀表达式计算-Calculation of postfix expressions
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:baoxiaolu
  1. Microsoft_VBScript_Regular_Expressions_5.5

    0下载:
  2. To run this code, you can save it as CurrencyEx.vbs and run it using Windows scr ipt Host, copy it to VB (need to add references to Microsoft VBscr ipt Regular Expressions) or embed the code in an HTML file.
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-16
    • 文件大小:8192
    • 提供者:janxp
  1. Facial-expressions-review

    0下载:
  2. 这是我找到的一些关于表情识别方面的近几年的文章综述。从而可以了解近几年人脸表情识别的发展状况,其中包括国外的相关文章。很有帮助!-I found these articles about facial expressions review recently. And then we can know development about facial expression in domestic and foreign.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-16
    • 文件大小:23966720
    • 提供者:徐晴
  1. [Wrox]-Beginning-Regular-Expressions-2005.pdf

    0下载:
  2. This is a good book to master Regular Expressions..Please read this and it worth reading this..
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:14497792
    • 提供者:vijay
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org