CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - first and follow

搜索资源列表

  1. xuglMIS

    1下载:
  2. 学籍管理系统 数据库要求:Access 2000或者更高的版本。 系统要求:Windows系列操作系统。 运行“安装程序”文件夹中的setup.exe文件,按照系统提示进行安装。 登录时: 1. 如果是管理员身份,则需要输入管理员账号和密码,初次登录可以输入“admin”、“111”。 2. 如果是学生身份,则需要输入学生的编号和名称,初次登录可以输入“张三”、“9811101”。-Student Management System database r
  3. 所属分类:Education soft system

    • 发布日期:2016-01-10
    • 文件大小:194793
    • 提供者:wy
  1. WindowsFormsApplication1

    0下载:
  2. 对TreeView进行操作 增删改查 以及先序后续遍历结点-CRUD operations on the TreeView to investigate and follow-up to first order node traversal
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:66090
    • 提供者:崔林
  1. Follow-upbinarytreetraversal

    0下载:
  2. 上帝王牌:给出先序遍历和中序遍历,求后续遍历,要求: 函数头如下: bool getPostOrder(const char* perOrder, const char* inOrder, char* postOrder) 返回值是一个布尔 代表是否有这样的二叉树 用法: char* perorder = "abdgcefh" char* inorder = "dgbaechf" 或者 char* inorder = "abcde" char post
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:177890
    • 提供者:上帝王牌
  1. FIRSTFOLLOW

    0下载:
  2. 模拟编译时生成的FIRST集和FOLLOW集-FIRST compile-time simulation of the generated set and FOLLOW sets
  3. 所属分类:Software Testing

    • 发布日期:2017-03-30
    • 文件大小:207294
    • 提供者:御栗树
  1. PHPK1.1

    0下载:
  2. PHPK留言墙(仿QQ爱墙) 1.1 功能特色: 全部页面采用DIV+CSS网页标准编写,对搜索引擎超友好 代码简洁,无冗余垃圾功能,登录后可修改密码或删除帖子 可自定义需要过滤的敏感字词,页面显示条数,公告信息 入库数据完善过滤,IP追踪,自定义防灌水防刷暴间隔时间 界面样式替换方便,免费版状如本站演示的仿QQ爱墙样式 代码编写规范,代码完全实现自我注释,非常适合二次开发 后续版将增强功能,但保持简洁第一,并推出插件版/许愿树等 -PHPK messag
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-31
    • 文件大小:746170
    • 提供者:天下公敌
  1. syntax

    0下载:
  2. LL(1)文法的实现。具体设计要求如下: 1. 可以使用任何语言来完成,例如:Java、C、C++。 2. 文法采用常用的方式进行描述,例如:S→aA。 3. 以文件方式读取文法。 4. 分别求出每一个非终结符FIRST 集FOLLOW集和SELECT集。 5. 画出预测分析表。 6. 判定读入的文法是否是LL(1)文法。 7. 给定的任意符号串判定是否是文法中的句子,将分析过程用计算机打印出来。 8. 查出文法中是否含有左递归或左公因子。若有则消除左公因子和左递
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:5713
    • 提供者:冯景航
  1. SyntaxAnalysisL-R

    0下载:
  2. 实现编译原理的LL(1)和LR(0) (1)语法分析LL(1) (2)语法分析LR(0) (3)输出分析过程如First、Follow集、预测分析表 (4)输出预测分析过程、LR(0)自动机 (5)对输入字符串的验证-Principle to achieve compile LL (1) and LR (0) (1) parsing LL (1) (2) parsing LR (0) (3) the output of the process, such
  3. 所属分类:Compiler program

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

    0下载:
  2. 下载说明 您下载的资源来自TI德州中文网(http://www.tichinese.com) 使用前请您先阅读以下条款: 1) 本站不保证所提供资源的完整性和安全性; 2) 请在使用前查毒 (这也是您使用其它网络资源所必须注意的) ; 3) 由本站提供的程序对您的网站或计算机造成严重后果的本站概不负责; 4) 转载本站提供的资源请勿删除本说明注释/文档; 5) 本站提供的一部分资源为网上搜集而来,如果该程序涉及或侵害到您的 版权请立
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1136058
    • 提供者:李岩
  1. Java2DGraphics

    0下载:
  2. Java 2D was designed so that simple operations are simple and complex operations are feasible. This book is designed the same way. It explains the simple way to do things first, then follow up with the full detail.shows how the 2D API can be used
  3. 所属分类:Applet

    • 发布日期:2017-05-10
    • 文件大小:2341778
    • 提供者:cs
  1. 2

    0下载:
  2. 编译原理对LL1文法的判断和对first集和follow集地部分处理-LL1 grammar compiler theory of judgments and the first set to set and follow some process
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:4154
    • 提供者:caoge
  1. unix-cs-socket

    2下载:
  2. 在Unix/Linux环境下,用Client/Server结构实现;支持多个客户之间的相互交流(公聊,用户名); 工作方式: 服务器程序先在后台运行; 客户端程序通过“网址+端口号”连接到服务器,并根据提示输入用户名(不需验证); -On Unix/Linux environment, using Client/Server architecture to achieve support interaction between multiple customers (t
  3. 所属分类:Linux/Unix编程

    • 发布日期:2012-11-30
    • 文件大小:1985
    • 提供者:nick
  1. tree

    0下载:
  2. 实现二叉树的建立,以及先序,后续,中序的递归和非递归遍历-The establishment of a binary tree, and the first order, follow-up, in order recursive and non recursive traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:826
    • 提供者:许大海
  1. SIFTflow

    0下载:
  2. 整个场景和应用的密集通讯。 IEEE模式分析与机器智能(TPAMI),2010。 如果您使用您的研究,我们的代码,请举出我们的报纸。另外,请注意到有包ECCV版本相比略有变化。已获得密集的SIFT特征mexed。 请运行demo.h第一。如果出现错误,请去“mexDenseSIFT”和的“mexDiscreteFlow”子文件夹,并按照readme.txt文件的说明(是的,有readme.txt文件中的每个文件夹)编译cpp文件。-Dense Correspondenc
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:685187
    • 提供者:cf
  1. grammar-analyser

    0下载:
  2. 1、任意输入一个文法G; 2、处理文法中可能存在的左递归和公共左因子问题; 3、对文法中的每个非终结符自动生成并打印输出: ① FIRST集; ② FOLLOW集; 4、判断处理后的文法是否为LL(1)文法,如果是,自动生成并打印输出其预测分析表; 5、模拟分析过程。 如输入一个句子,如果该句子合法则输出与句子对应的语法树;能够输出分析过程中每一步符号栈的变化情况。如果该句子非法则进行相应的报错处理。 -An arbitrary input to a gr
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:1486234
    • 提供者:chenlu
  1. shan-0-bu-0

    0下载:
  2. 有一个首地址为MEM的100个字的数组,删除其中的所有为0的项,并将后续项向前压缩,最后将数组的剩余部分补上0-A first address of the array of MEM of 100 words, delete all for 0, and follow-up forward compression, and finally fill the remaining part of the array 0
  3. 所属分类:assembly language

    • 发布日期:2016-01-25
    • 文件大小:1024
    • 提供者:周向真
  1. BY_work3

    0下载:
  2. 能导出first集与follow集~我自己写的代码,希望能给大家帮助-Can export the first set and follow set ~ I write code, I hope to give you help
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:8514
    • 提供者:陈予诚
  1. LR11

    0下载:
  2. 实现LR1文法分析,从输入的文本中计算出first和follow值,利用闭包规则计算出LR1文法,并对输入的某个串进行分析-LR1 grammar analysis, and follow the first value calculated from the input text, the use of the closure the rule calculated LR1 grammar analysis on an input string
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:97628
    • 提供者:Tangxia
  1. bianyi

    0下载:
  2. 实现一个编译原理的语法分析器,可以求出 FIRST集合和FOLLOW集合-Parser, achieving a compiler theory can be obtained FIRST the collection and FOLLOW collection
  3. 所属分类:JavaScript

    • 发布日期:2017-12-01
    • 文件大小:5591
    • 提供者:米凯
  1. First_Follow_FOR.NET

    0下载:
  2. .NET源码,First集与follow集和LL1文法的实现-. NET source code, First set and follow set and achieve LL1 grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-11-23
    • 文件大小:3148029
    • 提供者:王先生
  1. UpLoad

    0下载:
  2. Simulation of CPU scheduling. It will take on a group of 200 processes and execute them in an orderly fashion based on a particular algorithm the program will follow. The scheduling algorithms include, First Come First Serve, Shortest Job First and
  3. 所属分类:Education soft system

    • 发布日期:2017-11-14
    • 文件大小:737253
    • 提供者:ipali
« 1 2 3 45 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com