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

搜索资源列表

  1. SpeechSynthesisTechnologybasedonFreeTTS

    0下载:
  2. Java 提供了语音API技术用于支持应用程序或W eb 页面中的人机语音交互, 其核心技术包括语音合成和语音识别。FreeTTS 是Java 语音合成技术的实现手段之一, 以创建电话号码朗读程序为例, 探讨了基于该技术的Java 语音API实现方法及相关问题。-API provides a Java technology used to support voice applications, or W eb page man-machine voice interaction, and its
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-30
    • 文件大小:274589
    • 提供者:吕鹏
  1. cifafenxi

    0下载:
  2. 简单的词法分析器 编译课程综合训练 java语言 -Simple lexical analyzer to compile a comprehensive training course java language
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:5778
    • 提供者:rxg
  1. Chapter3

    0下载:
  2. 此为"The Art of JAVA"书籍关于设计解析器之码。很旧的一本书了,但感觉还是很经典。-This is the source code of the book "The Art Of JAVA" regarding to the design of BASIC interpreter. An old book, but really a good book.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-29
    • 文件大小:7802
    • 提供者:cawan
  1. Compiler

    1下载:
  2. 本设计Tiger语言为源语言,制作了编译程序的前端部分,主要包括了词法分析、语法分析、抽象语法树和类型检查的设计和实现方法,以及课程设计中碰到的问题、实验心得、参考数据等。-Tiger of the design language for the source language, has produced a compiler front-end parts, including the lexical analysis, syntax analysis, abstract syntax tre
  3. 所属分类:Compiler program

    • 发布日期:2014-11-09
    • 文件大小:389798
    • 提供者:jack sio
  1. Main

    0下载:
  2. 这是一个模拟编译器词法分析的程序。输入正则表达式,再输入一个字符串,该程序可以判定字符串是否符合正则式的规则-This is a simulation compiler lexical analysis process. Enter the regular expression, and then enter a string, the program can determine whether the string is the type of rules
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:3893
    • 提供者:zhao
  1. CHNLexUtil

    0下载:
  2. 对ICTCLAS的API进行了包装,提供了一个LexUtil的工具类,用来简化对ICTCLAS的API的调用。 本项目是netbeans工程格式。-Wraping ICTCLAS API to generate a utility class LexUtil to faciliate the use of ICTCLAS.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-12
    • 文件大小:2912554
    • 提供者:丁一
  1. Card

    0下载:
  2. 利用Card类和循环语句编写一个扑克牌游戏-In this lab, you will finally put the Card class to good use, as we build a proper card game with the assistance of Java loops.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-25
    • 文件大小:1457
    • 提供者:莫问
  1. medical

    0下载:
  2. 这是一篇高质量的论文,是关于医学图像处理的-This is a high-quality papers on medical image processing
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-30
    • 文件大小:135390
    • 提供者:
  1. JAVA

    0下载:
  2. JAVA计算器源代码,现在大家明白了,不管你是什么样的网站,如果你使用了百度的站内搜索,那可就小心了,因为你的竞争对手可是随时虎视眈眈着你呢-JAVA source code calculator, it is now understood, no matter what your web site, if you use a Baidu search for the station, it may take care, because your competitors but you keep
  3. 所属分类:Editor

    • 发布日期:2017-03-28
    • 文件大小:1508
    • 提供者:luojing
  1. DBcompile

    0下载:
  2. 一个用JAVA语言实现的SQL编译器。能够迅速实现对SQL语言的解析。-A use of the SQL language JAVA compiler. Able to quickly realize the analytic SQL language.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:51562
    • 提供者:zoushasha
  1. 107215806Delphi

    0下载:
  2. 个简单的学生成绩管理系统,在VC和SQL 2000下测试成功,(里面有数据库备份文件,直接还原即可,还原数据库后可以在USERS表里找到帐号和密码.-a simple student performance management system, the VC 2000 and SQL tested successfully, (they have a database backup file, direct reduction, and it would be reduced after -A
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-12
    • 文件大小:2579495
    • 提供者:huyue
  1. Code_VoiceProcessing

    0下载:
  2. A tutorial for processing voice. it is written by Java
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-02
    • 文件大小:129353
    • 提供者:cuongquyen
  1. java-scanner

    3下载:
  2. 用C语言(或 C++ )作为宿主语言完成: Java语言词法分析器的设计和实现 其中具体要求: 1. 使用DFA实现词法分析器的设计; 2. 实现对Java源程序中注释的过滤; 3. 利用两对半缓冲区从文件中逐一读取单词; 4. 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 5. 统计源程序每行单词的个数和整个源文件单词个数; 6. 具有报告词法错误和出错位置(源程序行号和该行字符)的功能; -Using C language
  3. 所属分类:Compiler program

    • 发布日期:2016-03-15
    • 文件大小:4917
    • 提供者:kjs
  1. corbarMessage

    0下载:
  2. Corba 服务器端 用以实现一个远程消息管理系统,这是一个课程小作业-corba servant, this is a remote message manegement system and a little homework
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-02
    • 文件大小:29255
    • 提供者:平生烟雨
  1. Anyview-Lite

    0下载:
  2. a popular ebook reader that supports almost all kinds of handphone brands
  3. 所属分类:Editor

    • 发布日期:2017-03-28
    • 文件大小:336199
    • 提供者:sophia
  1. 805NFA

    0下载:
  2. [用Java语言实现nfa到DFA的等价变换.rar] - 本程序为编译原理里的一个重要的知识点,实现nfa到DFA的转换 [nfatoDFA.rar] - nfa转化为DFA的一个程序!希望能有点作用! [REManageAndnfaToDFA.rar] - 能够完成正规式到nfa的转换,NFA到DFA的转换(子集法),DFA的最小化,测试一个生成串是否能为生成的DFA所识别 -[Using Java language to the DFA' s nfa equivale
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:10071
    • 提供者:董华鹏
  1. wenzhixin

    0下载:
  2. 一个简单的计数器,按照编译原理的原理写的。-A simple counter, in accordance with the principle of the principle of compiler writing.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:5054
    • 提供者:温质新
  1. imdict-chinese-analyzer

    1下载:
  2. imdict-chinese-analyzer 是 imdict智能词典 的智能中文分词模块,算法基于隐马尔科夫模型(Hidden Markov Model, HMM),是中国科学院计算技术研究所的ictclas中文分词程序的重新实现(基于Java),可以直接为lucene搜索引擎提供简体中文分词支持。-imdict-chinese-analyzer is a smart imdict Chinese Dictionary smart module segmentation algorithm
  3. 所属分类:MultiLanguage

    • 发布日期:2016-07-06
    • 文件大小:3255959
    • 提供者:王同
  1. Java

    0下载:
  2. Java 反编译器(在一起的还有 rar 包的一个)-Java Decompiler (still with a package rar)
  3. 所属分类:Compiler program

    • 发布日期:2017-05-01
    • 文件大小:821117
    • 提供者:李若东
  1. webcat

    0下载:
  2. 这是一个100 %纯Java库,您可以使用适用于N元 分析技术的过程分为文本文件。 该计划包括几个不同的分类算法, namelly 支持向量机,贝叶斯Logistic回归,神经网络分类和文本压缩 算法。如支持向量机和贝叶斯Logistic回归,一个 “一对一” 用于多类分类。更详细的说明这些学习算法和可用的选项,请提供的javadocs 。-It is a 100 pure Java library that you can use to apply N-Gr
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-26
    • 文件大小:838576
    • 提供者:liwen
« 1 2 3 45 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com