搜索资源列表

  1. 0123

    0下载:
  2. 条件语句if,then,else的简单优先法,输出三地址码,显示简单优先矩阵.-conditional statement if, then, else the simple priority method, the output addresses three yards, showing simple priority matrix.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:238592
    • 提供者:闵若琼
  1. RBFS_CODE

    1下载:
  2. RBFS算法(递归最佳优先搜索:A*家族)和LRTA*算法(联机局部搜索,又名实时学习A*搜索,同为A*家族)实现图的单源最短路径。其中RBFS和LRTA*算法均比狄杰算法效率高! -RBFS algorithm (recursive best first search :* A family) and the LRTA* algorithm (online local search, also known as real-time
  3. 所属分类:界面编程

    • 发布日期:2024-05-20
    • 文件大小:19456
    • 提供者:陈名
  1. 优先队列式分支限界法园排列问题

    0下载:
  2. 优先队列式分支限界法园排列问题,是一个作业,算法设计与分析-priority queue-branch and bound with France Park, is an operation, algorithm design and analysis
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:17408
    • 提供者:老七
  1. 两种遍历图的方法

    0下载:
  2. 熟悉图的两种常用的存储结构,以及在这两种存储结构上的两种遍历图的方法,即深 度优先遍历和广度优先遍历。进一步掌握递归算法的设计方法。 -familiar with the plans of two commonly used storage structure, and the two storage structures on the two traverse map, that depth-first traversal a
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:王茜
  1. 进程调度模拟源程序

    0下载:
  2. 进程调度问题,调度算法有优先数法和时间片轮法,速度调节可以自己设定-process of scheduling problems, priority scheduling algorithm method and the time-wheel, speed regulation can create
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:27648
    • 提供者:林一森
  1. WHILE语句的翻译

    0下载:
  2. 用简单优先法设计并编写一个WHILE循环语句的语法及语义分析程序并输出用四元式表示的中间代码,同时实现词法分析程序对单词序列的词法检查和分析。-simple priority Design and prepare a WHILE loop is the syntax and semantic analysis procedures used and output 4 yuan, said the middle-code, while a
  3. 所属分类:其它资源

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:fdf
  1. 进程调度算法实验报告

    0下载:
  2. 关于进程的调度算法 实验设计: (1)设计一个有N个进程共行的进程调度程序。每个进程由一个进程控制块 PCB表示。进程控制块包括以下信息:进程名,进程优先数,进程需要运行的时间,占用CPU的时间以及进程的状态等。 (2)本调度程序用优先数调度算法。 (3)编写程序并调试运行。 -on the process of scheduling algorithm Experimental Design : (1)
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:赵新新
  1. Simulate_Process_Scheduling_Implement_by_C

    0下载:
  2. 模拟进程调度的C语言实现 一、 实验目的 体会UNIX 系统的进程调度方法,并通过一个简单的进程调度模拟程序的实现,加深对进程调度算法,进程切换的理解。 二、 实验内容 采用静态优先数的方法,编写一进程调度程序模拟程序。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前运行的“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-C UNIX
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:丘方
  1. 11_1

    0下载:
  2. 按优先数调度算法实现处理器调度的程序,静态-few priority scheduling algorithm processor activation procedures, static
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:yy
  1. suanfuyouxian

    0下载:
  2. 非常不错的算符优先文法..课程设计时做的,界面不错,输出了FirstVt,LastVt,算符优先表,输出结果比较详细-very good operator priority .. grammar courses designed to do, good interface, the output of FirstVt, LastVt, operator priority list, a more detailed output
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:41984
    • 提供者:swb
  1. sdafdsads

    0下载:
  2. 本程序用于 计算机专业学 生学编译原理 的实验或实 验报告,算符优先-procedures for the students to learn computer professional compiler theory or experimental experiments, operator priority
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:熊刚
  1. ExpressAnalysis

    0下载:
  2. 表达式分析, 支持算术运算,括号,关系运算,逻辑运算,字符串的like运算等。采用了有限自动机做词法分析, 语法分析用算符优先分析方法,正负号算符使文法不是OPG,因此这里作了特殊处理。分析的结果是逆波兰式, 存在一个链表中。在逆波兰式的基础上,用一个栈来进行求值。在vc++6.0下试验通过。 如有问题,可以mail: zch888email@163.com 我将尽快回复你。-expression analysis, suppo
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:22528
    • 提供者:大山
  1. sfyx

    0下载:
  2. 算符优先算法 给定文法的..不包括优先表的构造及FIRSTVT和LASTVT的计算-operator priority given grammar algorithm .. the priority list does not include the construction and FIRSTVT and LASTV the calculated T
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:JOHN
  1. expression_request

    0下载:
  2. 计算表达式是实现课程设计语言的基本问题之一,也是栈的应用的一个典型例子。1)要求以字符序列的形式从终端输入语法正确的、不含变量的整数表达式。利用教科书表3.1给出的算符优先关系,实现对算术四则混合运算表达式的求值。2)要求在屏幕的适当位置显示运算符栈,运算数栈,输入字符和主要操作的变化过程!3)要求最好有友好的功能和仿真界面,运算数可以是实数。 -err
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:3539968
    • 提供者:walew
  1. sfyxCompile

    0下载:
  2. 算符优先分析算法的实现,包括说明文件及测试方法-operator priority to the analysis algorithm to achieve, including documentation and test methods
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:23552
    • 提供者:张焕人
  1. FLTt

    0下载:
  2. 算符优先算法中非终结符的firstvt集和lastvt集的求解,在vc6.0环境下编译通过-operator priority algorithm end of the Central African websites firstvt sets and lastvt Solution Set, in vc6.0 compile environment
  3. 所属分类:其它资源

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:张焕人
  1. suanfuyouxianfenxi

    0下载:
  2. 该文件为算符优先分析源代码,用vc写的,望多多交流。-priority for the operator source code analysis, using vc written in the hope many exchanges.
  3. 所属分类:界面编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:齐明
  1. haokan

    0下载:
  2. 试扩充深度优先搜索算法,在遍历图的过程中建立生成森林的左子女-右兄弟链表。算法的首部为 void Graph::DFS ( const int v, int visited [ ], TreeNode<int> * t ) 其中,指针t指向生成森林上具有图顶点v信息的根结点。(提示:在继续按深度方向从根v的某一未访问过的邻接顶点w向下遍历之前,建立子女结点。但需要判断是作为根的第一个子女还是作为其子女的右兄弟链入生成树。)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:dfssd
  1. funpre

    0下载:
  2. 这是一个用VC++编写的算符优先算法的实现程序,可以直接使用。-This is a VC prepared by the operator priority algorithm implementation procedures can be used directly.
  3. 所属分类:界面编程

    • 发布日期:2024-05-20
    • 文件大小:35840
    • 提供者:fly
  1. fuzhibiaodashifanyi

    0下载:
  2. 基于四则运算的算符优先的赋值表达式的翻译程序.-four operations on the priority assignment operator expression translation program.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:212992
    • 提供者:刘洋
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org