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

搜索资源列表

  1. DFA.rar

    0下载:
  2. 扫描样本字符串,转换成NFA,继续转换,成为DFA,验证此字符串。,Scanning the sample string into a NFA, to continue to convert and become DFA, verify that the string.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:41235
    • 提供者:刘琳
  1. DOM4J.rar

    0下载:
  2. 一个用Java调用DOM4J解析XML的例子 比较全面 对初学者很有帮助 高手就不浪费你们的点数了 呵呵,Using Java to call a XML example of analytic DOM4J very intuitive example of a master is not very helpful for beginners to waste your points of the Ha ha
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-29
    • 文件大小:478238
    • 提供者:liuy
  1. DFA

    0下载:
  2. 输入一个正则表达式,输出相应的NFA图,NFA转换为DFA(得到的DFA图要求用画图方法完成并要求先产生子集构造表出来再画DFA图),DFA最小化(也要求用画图方法完成) -Enter a regular expression, the output corresponding NFA map, NFA is converted to DFA (the DFA plans to be asked to use drawing methods and called for the first
  3. 所属分类:Compiler program

    • 发布日期:2017-03-22
    • 文件大小:14112
    • 提供者:liyingan
  1. LR0

    7下载:
  2. (1)构造文法G的LR(0)项目 (2)构造文法G的LR(0)项目集规范族及识别活前缀的DFA (3)证明文法G不是LR(0)文法而是SLR(1)文法,并构造SLR(1)分析表 (4)设计LR语法分析程序,且能输出分析过程 (5)列举两个例子测试语法分析程序(识别失败一例,识别成功一例,后者推导步骤不得少于10步) -(1) construct grammar G of the LR (0) item (2) construct grammar G of the LR (0)
  3. 所属分类:Compiler program

    • 发布日期:2016-01-21
    • 文件大小:45372
    • 提供者:wolf
  1. cffxq

    2下载:
  2. 一个用java编写的词法分析器!其主要运用和来源是编译原理词法分析器的课程设计!-Using java prepared a lexical analyzer! Its main source of application and compiling principle of curriculum design lexical analyzer!
  3. 所属分类:编译器/词法分析

    • 发布日期:2012-11-08
    • 文件大小:1665
    • 提供者:wian
  1. marmot

    0下载:
  2. dorado中间件中marmot框架开发包和简单示例-dorado middleware marmot framework development kit and a simple example
  3. 所属分类:MiddleWare

    • 发布日期:2017-06-16
    • 文件大小:24794393
    • 提供者:dai
  1. a-joos

    0下载:
  2. 雏形java的解释器源码。配合flex和bison可以工作-Embryonic java source of the interpreter. With flex and bison can work
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:40447
    • 提供者:流风
  1. eat

    0下载:
  2. 这是一个网上基于JAVA的订餐系统,非常高兴能和大家一同交流,学习并使用-This is a JAVA based on the online reservation system, and we are very pleased to be able to join the exchange, learning and use
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:1754616
    • 提供者:pizza
  1. wenbenbianjiqi

    0下载:
  2. 拥有文本编辑器的大部分功能.它是个英文版的简单文本编辑器-Have a text editor most of the functions. It is a simple English version of a text editor
  3. 所属分类:Editor

    • 发布日期:2017-03-27
    • 文件大小:26262
    • 提供者:Lily
  1. Java

    0下载:
  2. Java project development process, a detailed understanding of the development process of applications, and operating
  3. 所属分类:source in ebook

    • 发布日期:2017-05-09
    • 文件大小:1675831
    • 提供者:dd
  1. SmsPlatform

    0下载:
  2. 短信猫发送程序java 版,可以适应西门子等多种短信猫使用。-SMS sending procedure cat java version, can adapt to a variety of messages, such as Siemens cats use.
  3. 所属分类:MiddleWare

    • 发布日期:2017-05-17
    • 文件大小:4574740
    • 提供者:xiongxp
  1. TextEditor

    0下载:
  2. 使用Java语言开发一个文本编辑器,实现常用的功能,如打开文件、保存、复制、粘贴、剪切、颜色、字体等。-Using Java language to develop a text editor, the realization of commonly used functions, such as open file, save, copy, paste, cut, color, font and so on.
  3. 所属分类:Editor

    • 发布日期:2017-04-02
    • 文件大小:13694
    • 提供者:王先生
  1. DocumentEditor

    0下载:
  2. 一个简单的文本编辑器的实现,代码量在一千多-A simple implementation of a text editor, code volume at more than 1000
  3. 所属分类:Editor

    • 发布日期:2017-04-29
    • 文件大小:460522
    • 提供者:lee
  1. FindTheCurrentEvents

    0下载:
  2. 一个可以找到并发事件的算法。程序运用了闭包搜寻矩阵的算法。-It is important in distributed computer systems to identify those events (at identifiable points in time) that are concurrent, or not related to each other in time. A group of concurrent events may sometimes attemp
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1274
    • 提供者:jianwei yang
  1. temp

    0下载:
  2. 本人根据自己的实际情况,并结合编译原理大作业的要求,拟以构建这样的一个编译器——jecc(java extended-c0 compiler):Java虚拟机上的扩充C0编译器 内附详细设计文档、申优答辩PPT等很详细的资料-I according to their actual situation, combined with the principle of large operations compiler requirements, intended to build such a
  3. 所属分类:Compiler program

    • 发布日期:2017-05-01
    • 文件大小:590319
    • 提供者:刘毅
  1. DealWithExcel

    0下载:
  2. java编写的监控一个文件夹里面有没有新的excel文件放入-java prepared to monitor a folder there is no new excel file Add
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-24
    • 文件大小:52073
    • 提供者:曲昆鹏
  1. FS

    0下载:
  2. 设计一个给定LL(1)分析表,输入一个句子,能由依据LL(1)分析表输出与句子对应的语法树。能对语法树生成过程进行模拟。-Designed a given LL (1) analysis table, type a sentence, can be from the basis of LL (1) analysis of the output table corresponds to the grammar and sentence tree. Syntax tree can simulate
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1813
    • 提供者:王志贤
  1. think_in_java_4th_edition_sample_and_source_code.r

    0下载:
  2. Java编程思想(第四版)的例子和习题源代码(都经过我的整理),其中还包括了源代码中用的MindView第三方jar包和jar包源代码,这是非常完全源代码,值得下载!-think in java (fourth edition) of the source code examples and exercises (passed by my collation), which also includes the source code used in MindView third-party ja
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:393289
    • 提供者:penghao
  1. DSMonitor

    0下载:
  2. 这是一个演示分布式系统并行计算的GUI程序,通过在log定制事件,即可查看-This is a demonstration of distributed parallel computing system GUI program, customized through the case log to see
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:59778
    • 提供者:disheng
  1. f

    0下载:
  2. 好不错的上传图片和上传文件程序,呵呵,我是初学者,请大家关照-Well good picture and upload files upload process, huh, huh, I was a beginner, please take care of everyone
  3. 所属分类:Editor

    • 发布日期:2017-04-26
    • 文件大小:71543
    • 提供者:李煌
« 1 2 34 5 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com