CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - words

搜索资源列表

  1. 10-1snoopy

    0下载:
  2. 该程序是非特定人语音识别程序,原来在SPCE500A下运行,能识别并应答16个命令,存储空间为128K字节。 //我们将其进行了修改,使其能在SPCE061A下运行,由于存储空间为32K字,只能识别并应答9个命令。 //在这个例程当中,我们示范了如何使用语音识别引擎对8个已经经过训练的命令进行识别。 //第一个命令 \"Snoopy\",可以作为使能命令,也就是说使用者只能在该命令之后发出其他命令。 //例如,用户只有在发出 \"Snoopy\"命令并且听到响应\"Snoopy here\"之后
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:118.6kb
    • 提供者:胡珈
  1. Delphi 7 从入门到精通随书源码

    1下载:
  2. Delphi 7 从入门到精通随书源码,写的比较浅显易懂,不过是英文版的,相信对你会有帮助。-Delphi 7 from entry to the source proficient with the book, written in relatively simple words, but is the English version, and I believe that will be helpful to you.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:20.52mb
    • 提供者:王杰
  1. recnet-1.3.tar

    0下载:
  2. recnet is a complete speech recognition system for the DARPA TIMIT and Resource Management tasks. It uses recurrent networks to estimate phone probabilities and Markov models to find the most probable sequence of phones or words.-recnet is a co
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:581.74kb
    • 提供者:站长
  1. 编译原理实验一

    0下载:
  2. 一个具体的词法分析程序,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)-a specific lexical analysis procedures, imported from the source to identify all the independent significance of the word, that is to r
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:81.42kb
    • 提供者:宗宗
  1. yufafenxi

    0下载:
  2. 本课程设计即为词法分析阶段。词法分析阶段是编译过程的第一个阶段。这个阶段的任务是从左到右一个字符一个字符地读入源程序,对构成源程序的字符流进行扫描和分解,从而识别出一个个单词(也称单词符号或符号)。如保留字(关键字或基本字)、标志符、常数、算符和界符等等。-the curriculum design shall lexical analysis stage. Lexical analysis stage of the process is to compile the first phase.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.2kb
    • 提供者:黄德春
  1. 一个简单的口令保护程式

    0下载:
  2. 本程序可加到用户的源程序之前,起到加锁的作用。本程序的特点是: 口令保密性强(保存于文件KLK.CFG中,此文件名也可由用户重新命名),而 且用户可随时修改口令。在程序中当用户输入口令后,系统首先测试口令文 件KLK.CFG是否存在(只有用户运行了修改口令子函数后才会生成口令文件, 否则系统只认默认口令88888888),若存在则从中取出口令字,否则系统用 默认口令与用户输入的口令进行较验。另外,修改口令子函数changkl(), 可在用户程序中调用,以修改口
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4.07kb
    • 提供者:小倪
  1. cffx_tcking

    0下载:
  2. 该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录的output.txt文件中。在词法分析中,自文件头开始扫描源程序字符,一旦发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:199.06kb
    • 提供者:汤超
  1. S语言词法分析程序

    0下载:
  2. 一、 实验内容 S语言的编译程序的词法分析部分实现 从左到右扫描每行S语言源程序的符号,拼成单词,换成内部表示(token) 二、 实验要求 要求实现编译器的以下功能:  组织源程序的输入  按规则拼写单词,并转换成二元形式  删除空格及无用符号(如回车符,字符常数的引号符等)  发现并定位错误  建立单词表、符号表、常数表等文件 三、 实现方法 数据结构 1、
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:75.96kb
    • 提供者:范鹏
  1. maxent-2.4.0

    0下载:
  2. 基于统计的文本分析中,最为常用的最大熵算法,可直接调用,广泛用于词性标注,词义消岐等-based on statistical analysis of the text, the most commonly used of maximum entropy algorithm, can be called directly, widely used in tagging, Words such as Consumers qi
  3. 所属分类:编译器/词法分析

    • 发布日期:2013-03-28
    • 文件大小:2.37mb
    • 提供者:廖剑
  1. BBdic

    0下载:
  2. 我写的记单词的工具,自己可以增加词库,不过文件要是兼容的才行哦:)-I wrote the words in mind the tools, they can increase vocabulary, but if the document compatible Zaixing oh :)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.09mb
    • 提供者:张 华兵
  1. WordClassifier

    0下载:
  2. lex and yacc, trying to identify the different words
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.23kb
    • 提供者:yu
  1. Words

    0下载:
  2. 对给定文本文档中的英语文章进行分析,统计其中单词的出现次数并排序,支持查找某个单词或者2个单词中间所有单词功能-right to set text documents of English articles, statistics on the frequency of words and, in order to support a search word or two words among all the functional word
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10.25kb
    • 提供者:无可辩
  1. Mydic

    0下载:
  2. 用java语言开发的英汉小字典,收录四六级托福gre单词30000多个-java language with the small English-Chinese dictionary, containing 46 TOEFL mistress more than 30,000 words
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.77mb
    • 提供者:李磊
  1. WordSearch

    0下载:
  2. Word文档搜索工具,使用delphi控制word,指定文件夹及需要搜索的词,自动搜索文件夹中所有包含指定词的Word文档。-Word document search tools, the use of delphi control word, the designated folder and the need to search the word automatically search all folders contain specified words Word documents.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:405.32kb
    • 提供者:章明
  1. pspydict0[1].3src

    1下载:
  2. PSP YDICT ver0.3 改进的功能 1。在《牛津现代英汉双解词典》中,正确显示音标。 (对YDICT ver0.2版本的《牛津现代英汉双解词典》的词库,作了部分修正。) 2。在单词右侧标示出不同难度,CET4,CET6,TOEFL,GRE,方便记忆。 CET4及以下难度,绿色标记 CET6, 浅蓝色标记 TOEFL, 黄色标记 GRE, 紫色标记 3。可以标记已查过的单词,翻阅已查单词。类似标签功能。 在当前单词的解释最后一页,按一次“X”
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:672.96kb
    • 提供者:zb
  1. lzj.rar

    0下载:
  2. 给一篇文章,然后根据停用词表,去除该文章的内的次用词,然后存入一个文件中。,To an article, and then form the basis of stop words to remove the article, the second term, and then into a file.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-02
    • 文件大小:584.09kb
    • 提供者:张国
  1. SpeechCore

    0下载:
  2. 声音识别,不同说话人说123456789,然后通过程序编写辨认出来-Voice recognition, 123,456,789 people say different words, and then prepared to identify them through the process
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-13
    • 文件大小:3.34mb
    • 提供者:美杏
  1. voice_processor

    0下载:
  2. The purpose of this project is to create a different system for processing voice signals and from which we draw useful conclusions about these brands. More specifically, the system will first filter the voice signal with a pass bandwidth (chebyshe
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-26
    • 文件大小:1.83kb
    • 提供者:Pastel87
  1. extract-words-in-text-2-array-by-C

    0下载:
  2. 把文本中的词提取到一个动态数组中,其中一行只有一个单词。-extract words in a text file to a dynamic array by C language
  3. 所属分类:ELanguage

    • 发布日期:2017-11-06
    • 文件大小:9.22kb
    • 提供者:Louis
  1. solated words speech recognition in matlab

    0下载:
  2. Isolated words speech recognition in matlab
  3. 所属分类:语音合成与识别

    • 发布日期:2017-12-22
    • 文件大小:2kb
    • 提供者:User123
« 12 3 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com