CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - solution

搜索资源列表

  1. 消除左递归得到后缀式

    0下载:
  2. 解法:对原文法消除左递归,根据消除左递归后的等价文法建立语法树,而后对此语法树 进行后根遍历,即可得到后缀式.- Solution: Eliminates the left recursion to the original grammar, after equal in value grammar establishment grammar tree which eliminates the left recursion, after but the grammar tree carrie
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2219
    • 提供者:刘远兴
  1. AjaxParser

    0下载:
  2. 词法分析的程序。核心函数是一个状态切换的函数 CAjaxParserDlg::Route。状态切换函数解根据一个 DFA 来对输入的文本进行分析。也就是说,如果你做一个新的DFA,就能分析新的词法。 DFA 的初始化在CAjaxParserDlg::OnInitDialog。- Lexical analysis procedure. The core function is condition cut function CAjaxParserDlg::Route. The condition
  3. 所属分类:Compiler program

    • 发布日期:2017-11-17
    • 文件大小:4503876
    • 提供者:的摸王
  1. decode

    0下载:
  2. //接收端的解码模块(可综合) //在信号接收的刚开始发送端发送的是10个1信号, //即10个+M序列,所以我们在开始时每接收到一个信号做一次累加运算 //当出现正的高峰时则认为达到同步,进入同步解调过程(mainbody)。 //也就是从此每进入一个信号就进行相应的相乘相加, //在解接收到31个信号后进行一次判断,大于0认为接收到1,小于0认为接收到0。-//Receiver decoder module (which can be integrated)// at t
  3. 所属分类:Compiler program

    • 发布日期:2016-04-01
    • 文件大小:2442
    • 提供者:attawa
  1. FirstFollow

    0下载:
  2. 使用vc++实现first-follow集的求解,编译原理-Using vc++ to achieve first-follow set of the solution, compiler theory
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:22058
    • 提供者:dfadf
  1. jiefangcheng

    0下载:
  2. 解N元一次方程组,雅克比迭代法,将方程系数x值和迭代因子代入迭代公式计算-Solution of N-linear equation group, Jacobi iterative method, the equation coefficients of x values and the iterative factor incorporated into the iteration formula
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:998
    • 提供者:涵子
  1. SolutionConverter

    0下载:
  2. visual studio solution file converter exe
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:136131
    • 提供者:ercani
  1. exercise4

    0下载:
  2. ssd5, exercise 4, solution
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:951
    • 提供者:enigma
  1. C

    0下载:
  2. We see that the use of Embedded C language - based on its productivity and portability merits - is gradually expanding in Japan. We have implemented a complete suite of tests for the Embedded C language extensions into our well known C Compiler Quali
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:633942
    • 提供者:sakthivel
  1. 30EQN

    0下载:
  2. 应用于多结构一元一次方程或一元二次方程解。-Applied to multi-structure one degree or a quadratic equation solution.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:1870
    • 提供者:ThomasE
  1. fibonacci

    0下载:
  2. The fibonacci series is one of the most important series ever found. This series have introduces many new concepts and ideas. Asked to every student to amplify the ideology of coders, this code provides optimum solution to the series.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:639
    • 提供者:kerry.tina
  1. warehouse

    0下载:
  2. 一个库存分配问题,目标是使得库存成本最小,用C++编写,需要调用CPLEX优化软件。-Example that uses the goal API to enforce constraints dynamically, depending on the relaxation solution at each MIP node.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1763
    • 提供者:nihong
  1. simplex

    0下载:
  2. 在VS上用C代码实现单纯形法,通过TXT文件输入数据,然后算出最优解。-VS on the simplex method implemented in C code, the input data through the TXT file, and then calculate the optimal solution.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:1841
    • 提供者:李泽旺
  1. vc6.0-vc2008

    0下载:
  2. 在VC6的编译器中,这样的代码是没有问题的,因为VC6的编译器为了兼容旧的Microsoft C/C++编译器,没有严格按照C++标准执行,但是从VC7开始,VC的编译器开始遵守C++标准,所以就会出现“变量i没有定义的错误”。解决的方法也很简单,按照Jim Hyslop 和 Herb Sutter的经典对话系列的第四篇中的方法-VC6 compiler, this code is no problem, because VC6 compiler for compatibility with o
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:46797
    • 提供者:
  1. Text1

    0下载:
  2. 这是一个关于关键路径的求解过程的代码,仅供参考-This is the code of the solution process on the critical path, for reference only
  3. 所属分类:Compiler program

    • 发布日期:2017-11-16
    • 文件大小:1607
    • 提供者:nothing
搜珍网 www.dssz.com