CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - LL

搜索资源列表

  1. guize

    0下载:
  2. The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first charact
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.83kb
    • 提供者:王军
  1. Scanner

    0下载:
  2. /利用递归下降分析程序,解决下列满足LL(1)条件的文法 //消除递归前的文法 消除递归后的等价文法
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:31.44kb
    • 提供者:ll
  1. rbtree

    0下载:
  2. 红黑树是一种自平衡二叉查找树,是在计算机科学中用到的一种数据结构,典型的用途是实现关联数组。-AVL trees are actually easier to implement than RB trees because there are fewer cases. And AVL trees require O(1) rotations on an insertion, whereas red-black trees require O(lg n). In practice, the
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:8.02kb
    • 提供者:kark
  1. LL(1)

    1下载:
  2. LL(1)语法分析1、实现LL(1)分析中控制程序(表驱动程序); 2、完成以下描述算术表达式的LL(1)文法的LL(1)分析程序。 G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)|i A→+|- M→*|/-LL (1) syntax analysis 1, the realization of LL (1) Analysis of control procedures (table-driven procedure
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:624.95kb
    • 提供者:张帅
  1. LL_Path_optimization

    1下载:
  2. 【系统功能】 LL-路径优化系统主要用于求解已知坐标的规模为N的城镇间最短路径问题。 【主要算法】 1:利用Prim算法求解带约束条件的连通图的最小生成树; 2:利用基于单亲遗传算法求解带约束条件的TSP问题。 -【Function】 LL-path optimization system is mainly used to solve the known coordinates for the N scale of the problem of the shortest p
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:562.31kb
    • 提供者:张玉芨
  1. LL1wenfapanding

    0下载:
  2. LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。-LL (1) grammar is used to determine the top-down analysis techniques. LL (1) the meaning is: the first show that L is top-down analysis
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:278.15kb
    • 提供者:小江
  1. 03_02_linkedlist

    0下载:
  2. when you study data structure of C programming, it ll be very helpful. linked list
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2.99kb
    • 提供者:nicky
  1. knap_sor

    0下载:
  2. It is a knapsack problem.In wic we have profit and corresponding weights.We have a knapsack value in weight.We will take weights according to that way that profit should be maxm.This code ll give yuh that optimal profit.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:654byte
    • 提供者:Nevla
  1. huli

    0下载:
  2. 围绕着山顶有10个圆形排列的洞,狐狸要吃兔子,兔子说:“可以,但必须找到我,我就藏身于这十个洞中,你先到1号洞找,第二次隔1个洞(即3号洞)找,第三次隔2个洞(即6号洞)找,以后如此类推,次数不限。”但狐狸从早到晚进进出出了1000次,仍没有找到兔子。问兔子究竟藏在哪个洞里?-Peak around the circular array of 10 holes, the fox eat the rabbit, the rabbit said: " Yes, but you find me
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1.32mb
    • 提供者:lsr
  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
    • 文件大小:5.58kb
    • 提供者:冯景航
  1. youtoujiediancharushanchu

    0下载:
  2. 有头结点的删除和插入!谢谢!希望能对大家有所帮助!-Has a head node to delete and insert! Thank you! Hope it' ll help!
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1.02mb
    • 提供者:赵立静
  1. rabit

    0下载:
  2. 围绕着山顶有10个圆形排列的洞,狐狸要吃兔子,兔子说:“可以,但必须找到我,我就藏身于这十个洞中,你先到1号洞找,第二次隔1个洞(即3号洞)找,第三次隔2个洞(即6号洞)找,以后如此类推,次数不限。”但狐狸从早到晚进进出出了1000次,仍没有找到兔子。问兔子究竟藏在哪个洞里 ? -Peak around the circular array of 10 holes, the fox eat the rabbit, the rabbit said: " Yes, but you fin
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:682byte
    • 提供者:lxc
  1. splay-tree

    0下载:
  2. 划分树logn 给你n个数 然后让你query从ll到rr中排第k的数-N logn to you by the number of trees and then let you query from ll to rr in the number of rank k
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:948byte
    • 提供者:ZHANGKE
  1. LL

    0下载:
  2. 自己写的一个连连看程序,实现基本的连连看算法.供初学者学习-this program uses basic Lianliankan algorithms for beginners to learn
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:641.18kb
    • 提供者:李佳
  1. AVLTree

    0下载:
  2. LL 型调整 RR 型调整 LR 型调整 RL 型调整 AVL树的查找和插入算法-LL type adjustment for the current node to a minimum unbalanced subtree LR, RR type adjustment for the current node to a minimum unbalanced subtree on the smallest imbalance for the current node to a subtree
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1.17kb
    • 提供者:党心蕊
  1. LL

    0下载:
  2. comprehensive linked list programs which has all basic functions like insert, print and linked list reversal for developing basic understanding of linked lists
  3. 所属分类:Data structs

    • 发布日期:2017-12-09
    • 文件大小:1.08kb
    • 提供者:Prateek
  1. calacomplie

    0下载:
  2. 设计多个类,实现整数算术表达式的翻译与计算,其中包括: 1. 识别输入字符串中的整数和各种运算符号 2. 判断输入字符串是否满足整数算术表达式的语法规则 3. 对满足语法规则的字符串,采用递归下降分析法、LL(1)分析法、优先分析法或LR分析法,建立输入字符串的语法树 4. 根据语法树,将输入字符串翻译成中间的四元式代码表示 5. 根据四元式代码,计算整个表达式的值并输出 6. 设计合理的输入、输出界面-A program to calculate the result
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:3kb
    • 提供者:kelvin
  1. SpellChecker

    0下载:
  2. 用哈希表实现一个拼写检查器spellchecker,给定一个字典, 输入一个文本后,输出拼写有误的单词,并给出用户可能想要表达的正确的单词- In this project, you ll build a hash table and see an example of hashing in action. Many applications, including word processors, text editors, and email clients, include a sp
  3. 所属分类:Data structs

    • 发布日期:2015-12-05
    • 文件大小:475kb
    • 提供者:EricZhang
搜珍网 www.dssz.com