搜索资源列表

  1. bianyi

    0下载:
  2. 条件语句语法分析及语义分析程序设计,LR法输出逆波兰表达式-Conditional statements grammar analysis and semantic analysis of program design, LR law output Reverse Polish expression
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:84992
    • 提供者:姚春萌
  1. NaiveBayes

    0下载:
  2. 贝叶斯算法是基于贝叶斯定理 P(H|X) = P(X|H)P(H) / P(X).。对于多属性的数据集,计算 P(X|Ci) 的开销非常大,为减低计算复杂度,我们做条件独立的假设,即给定元组的类标号,假定属性值有条件地相互独立,即在属性间不存在依赖关系。此程序仅为算法的一个实现,根据训练数据训练分类器-Bayesian algorithm is based on the Bayes theorem P (H | X) = P (X |
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:162816
    • 提供者:guifeng2002
  1. Verilog--shiyanbaogao

    0下载:
  2. 有实验结果,用MOSIN6编写的,是Verilog HDL语言实现的. 练习三 利用条件语句实现计数分频时序电路 实验目的: 1. 掌握条件语句在简单时序模块设计中的使用; 2. 学习在Verilog模块中应用计数器; 3. 学习测试模块的编写、综合和不同层次的仿真。 练习四 阻塞赋值与非阻塞赋值的区别 实验目的: 1. 通过实验,掌握阻塞赋值与非阻塞赋值的概念和区别; 2. 了解阻塞赋值与非阻塞赋值
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-21
    • 文件大小:15360
    • 提供者:盼盼
  1. dd

    0下载:
  2. IF-ELSE条件语句的翻译程序设计(简单优先法、输出三地址表示) 要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求) (1) [bianyiqi.rar] - 词法分析,语法分析,以及中间代码生成布尔表达式转换为逆波兰式 [3.rar] - 编译原理课程设计(LL(1)分析),功能强大,使用,希望大家多多下载,多指出不足的地方 -IF-ELSE conditional statemen
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:52224
    • 提供者:ddd
  1. word_analyze

    0下载:
  2. 一个自己写的编译原理的词法分析程序,能实现加减乘除和基本的循环,条件语句的取出TOKEN序列的功能。-A compiler to write their own principles of lexical analysis procedures, to achieve the basic addition and subtraction and multiplication and division cycle, conditional
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:fish
  1. Byylproject

    0下载:
  2. 设计题三:条件语句的语法分析及语义分析程序设计。 1.目的 通过设计、编制、调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。 -Design of title III: conditional statements syntax analysis and semantic analysis of program design. 1. Purpose through the design, development,
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-05-21
    • 文件大小:144384
    • 提供者:协力
  1. 20062445893021

    0下载:
  2. if-else条件语句翻译程序,LR方法,输出四元式元式,递归下降法书写的if。。else条件语句的语法分析及语义分析程-if-else conditional statements translation procedures, LR method, the output quaternion type element-type, recursive descent method to write the if. . else con
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:13312
    • 提供者:协力
  1. 20072215893021

    0下载:
  2. 元式,递归下降法书写的if。。else条件语句的语法分析及语义分析程-Element-type, recursive descent method to write the if. . else conditional statement syntax analysis and semantic analysis process
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:12288
    • 提供者:xieli123
  1. fsdfggfeerw

    0下载:
  2. 在做语法分析时首先要构造条件语句的LR(1)分析表,此表为:-Doing syntax analysis of conditional statements we must first construct the LR (1) analysis table, this table is:
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:357376
    • 提供者:xieli123
  1. 22302304232

    0下载:
  2. 对条件语句: if 〈布尔表达式〉〈赋值语句〉 else 〈赋值语句〉, 进行词法,语法分析,并根据语法制导翻译方法将条件语句翻译成四元式中间代码形式,最后输出翻译后的四元式代码。-Of conditional statements: if <Boolean expression> <assignment statement> else <assignment statement> for lexi
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:2984960
    • 提供者:xieli123
  1. Wp

    0下载:
  2. 条件语句的翻译分析程序设计 lr文法,四元式-Conditional statements translation analysis program design lr grammar, style quaternion
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:1459200
    • 提供者:夏雨涵
  1. CRFmodels

    0下载:
  2. 本文为Lafferty给人留下印象最深的论文--2001年的conditional random fields,这篇文章后来被疯狂引用,广泛地应用在语言和图像处理,并随之出现了很多的变体。-This article Lafferty left the deepest impression of the thesis- 2001 years of conditional random fields, this article was la
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:186368
    • 提供者:guo guo
  1. C-300code

    0下载:
  2. C程序的学习300例【程序1】 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去掉不满足条件的排列。 -【 Procedure 1 】 Topic:1,2,3 and 4 piece words, can constitute how many with each other not same and
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:40960
    • 提供者:胜客
  1. BNL

    0下载:
  2. The BNL toolbox is a set of Matlab functions for defining and estimating the parameters of a Bayesian network for discrete variables in which the conditional probability tables are specified by logistic regression mo
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:245760
    • 提供者:代龙
  1. condentropy

    0下载:
  2. 计算条件熵,可以用来计算在某种条件下的条件熵的数值-we can use it to calculate the conditional entropy
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:LI KE
  1. calendar

    0下载:
  2. 万年历的完整算法。它首先计算出对应阳历月第一天对应是星期几,然后根据数据压缩算法确定,确定对应的阴历日期;而阴历节气,则有条件规律算法实现。-Calendar complete algorithm. It first calculated the solar calendar the corresponding counterparts on the first day of the week, and then determine t
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:9216
    • 提供者:liang
  1. NestedMonitor

    0下载:
  2. 英国帝国理工学院电脑系多线程课程教学材料之六 ---- 嵌套监督程序范例-This version of the bounded buffer monitor uses semaphores instead of Java conditional synchronization. Can you get it to deadlock?
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:Key
  1. VBSCRIPT

    0下载:
  2. VBscr ipt速查手册VBscr ipt 数据类型 VBscr ipt 变量 VBscr ipt 常数 VBscr ipt 运算符 使用条件语句 使用循环语句 VBscr ipt 过程 VBscr ipt 编码约定-VBscr ipt Info Manual VBscr ipt Data Types VBscr ipt Variables VBscr ipt Constants VBscr ipt Ope
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:359424
    • 提供者:jackly
  1. BEIHANGVerilogjiaocheng

    0下载:
  2. 北航Verilog教程. Verilog HDL基本结构 数据类型及常量、变量 运算符及表达式 语句 赋值语句和块语句 条件语句 ... -BUAA Verilog Tutorial. Verilog HDL data types and the basic structure of constants, variables and expression operator assignment s
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-21
    • 文件大小:2350080
    • 提供者:黄虎
  1. pl0compiler

    0下载:
  2. pl0 文法 编译器 (1)扩充一维整型数组。 扩充var数组:VAR <数组标识名>(<下界>:<上界>)〈下界〉和〈上界〉可用常量标识名。 (2)扩充条件语句的功能使其为:IF<条件>THEN<语句>[ELSE<语句>] (3)增加repeat重复语句: REPEAT<语句>{ <语句>}UNTIL<条件&
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:684032
    • 提供者:austin
« 1 2 3 4 5 6 78 9 10 11 12 ... 27 »

源码中国 www.ymcn.org