CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序

文件名称:NFA2RegularExpression

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    898.28kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

regular expression转换为NFA

NFA转换到regular expression

包含设计说明文档、可执行程序、源代码等;清晰明了;

用java编写;-regular expression into NFA

NFA transition to regular expression

Includes design documentation, executable programs, source code, etc. clarity

Written with java
(系统自动生成,下载前可以参看下载内容)

下载文件列表

2009212542_刘培尊_自动机大作业/designdoc_63Reg2DFA.pdf
2009212542_刘培尊_自动机大作业/readme.txt
2009212542_刘培尊_自动机大作业/可执行程序/images/d.gif
2009212542_刘培尊_自动机大作业/可执行程序/images/e.gif
2009212542_刘培尊_自动机大作业/可执行程序/images/n.gif
2009212542_刘培尊_自动机大作业/可执行程序/images/quit.gif
2009212542_刘培尊_自动机大作业/可执行程序/images/Thumbs.db
2009212542_刘培尊_自动机大作业/可执行程序/ReFaTools.bat
2009212542_刘培尊_自动机大作业/可执行程序/ReFaTools.jar
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/.classpath
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/.project
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/automata/Automaton.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/automata/AutomatonConstant.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/automata/AutomatonDFA.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/automata/AutomatonNFA.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/automata/Nail.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/automata/State.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/automata/Transition.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/automata/TransitionDFA.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/automata/TransitionNFA.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/converter/DFAToRegParser.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/converter/DFAToRegParserImpl.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/converter/RegToNFAParser.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/converter/RegToNFAParserImpl.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/AutomataDialog.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/AutomataMenu$1.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/AutomataMenu$2.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/AutomataMenu$3.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/AutomataMenu$4.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/AutomataMenu$5.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/AutomataMenu$6.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/AutomataMenu$7.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/AutomataMenu$8.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/AutomataMenu$9.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/AutomataMenu.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/AutomataTable.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/AutomataToolBar$1.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/AutomataToolBar$2.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/AutomataToolBar$3.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/AutomataToolBar$4.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/AutomataToolBar.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/JAutomataFrame$1.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/JAutomataFrame$10.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/JAutomataFrame$11.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/JAutomataFrame$12.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/JAutomataFrame$13.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/JAutomataFrame$2.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/JAutomataFrame$3.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/JAutomataFrame$4.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/JAutomataFrame$5.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/JAutomataFrame$6.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/JAutomataFrame$7.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/JAutomataFrame$8.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/JAutomataFrame$9.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/JAutomataFrame.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/frame/ToolBarAction.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/mainfun/JAutomata.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/cn/edu/tsinghua/thss/homework/util/ReFaConstants.class
2009212542_刘培尊_自动机大作业/源程序/ReFaTools/bin/

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com