搜索资源列表

  1. SWImage

    0下载:
  2. The Swendsen-Wang Cuts algorithm is used to label atomic regions (superpixels) based on their intensity patterns using generative models in a Bayesian fr a mework. The prior is based on areas of connected components, whi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:12946406
    • 提供者:bevin
  1. surf tracking

    0下载:
  2. Most motion-based tracking algorithms assume that objects undergo rigid motion, which is most likely disobeyed in real world. In this paper, we present a novel motion-based tracking fr a mework which makes no such assump
  3. 所属分类:编程文档

    • 发布日期:2010-10-20
    • 文件大小:424705
    • 提供者:chenjieke
  1. SyntaxAanalysis

    0下载:
  2. 一个语法分析程序的实现。上大学的时候编写的。是通过文法产生式来编写的分析程序。比较简单,可以用做参考。-A syntax analysis program realization. On time, prepared by the University. Generative grammar is to write the analysis program. Relatively simple, can make reference.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-10-04
    • 文件大小:169984
    • 提供者:koalaxp8
  1. LL(1)

    0下载:
  2. 本代码实现语法分析的LL(1)分析法。 (2)、输入一个文法的所有产生式,由程序自动生成它的LL(1)预测分析表。 (3)、对于给定的输入串,能正确识别该串是否为给定文法的句型。 -The code analysis grammar LL (1) analysis. (2), enter a generative grammar of all, it is automatically generated by the pro
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-10-04
    • 文件大小:103424
    • 提供者:李守龙
  1. Syntax_CMM

    0下载:
  2. 语法分析,CMM语言,生成语法树。但是语法树的缩进不完美。-Syntax analysis, CMM language, generative grammar tree. Syntax tree indentation but not perfect.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-10-04
    • 文件大小:200704
    • 提供者:zhang kj
  1. hmm

    0下载:
  2. Runs an HMM as a generative model generating N output vectors
  3. 所属分类:语音合成与识别

    • 发布日期:2024-10-04
    • 文件大小:1024
    • 提供者:santosh
  1. shiyanbaogaoyangli

    0下载:
  2. 这个报告记录了编译原理的大作业的过程和各个阶段的设计,包括词法分 析、语法分析、语义分析和汇编代码生成四个阶段,在语法分析时我采用了两种 语法分析,即一种自上而下的语法分析方法——LL(1)分析法,另一种是自底向 上的语法分析方法——SLR(1)分析法,这样可以了解到这两种不同的基本分析方 法,这样在语义分析阶段也要分这两种方法处理语义动作,并且要个产生式分别 编写语义动作。-The report recorded
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-10-04
    • 文件大小:1296384
    • 提供者:
  1. LL1

    0下载:
  2. 语法分析是编译过程的核心部分。他的任务是在词法分析识别单词符号串的基础上,分析并判断程序的的语法结构是否符合语法规则。语言的语法结构是用上下文无关文法描述的。因此语法分析器的工作的本质上就是按文法的产生式,识别输入符号串是否为一个句子。对于一个文法,当给你一串符号是,如何知道它是不是该文法的一个句子,这是这个课程设计所要解决的一个问题。-Syntax analysis is the core of the compiler proces
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-10-04
    • 文件大小:15360
    • 提供者:李方
  1. main1

    0下载:
  2. 把文法中的无用产生式和无用符号清除掉,通过算法2.1和2.2来实现。-The generative grammar of the unwanted and useless symbols removed, through the algorithm 2.1 and 2.2 to achieve
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-10-04
    • 文件大小:2048
    • 提供者:ZZB
  1. SLR1

    0下载:
  2. 用SLR1分析表达式文法,文法的产生式为 E->T|E+T T->F|T*F F->i|(E)-Analysis with SLR1 expression grammar, generative grammar for E->T|E+T T->F|T*F F->i|(E)
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-10-04
    • 文件大小:171008
    • 提供者:逍遥一心
  1. ants_arithgom

    0下载:
  2. aoc.m 是用matlab实现蚁群算法ants_information.m蚁群算法中信息素的构建 mcl是马尔科夫聚类算法 nmf是矩阵的非负分解 Generative Topographic Mapping工具包-aoc.m is matlab implementation of ant colony algorithm ants_information.m pheromone ant colony algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-10-04
    • 文件大小:40960
    • 提供者:颜利平
  1. Generative_Disciminative

    0下载:
  2. Generative versus Discriminative models
  3. 所属分类:行业发展研究

    • 发布日期:2024-10-04
    • 文件大小:1024
    • 提供者:Omario
  1. 1

    0下载:
  2. CATIA V5创成式工程图设计官方文档,总共490页,很好的学习帮助-CATIA V5 generative drawing style design
  3. 所属分类:matlab例程

    • 发布日期:2024-10-04
    • 文件大小:4269056
    • 提供者:botian
  1. 2dgaussian

    0下载:
  2. 汽车高斯曲面拟合 --- 2程序,以适应到表面二维高斯: 子= A *的进出口( -((西为X0)^2/2/sigmax^2 +(艺Y0的)^2/2/sigmay^ 2)。。)+ b的 这些例程是自动在某种意义上说,他们并不需要出发对模型参数的猜测规范。 autoGaussianSurfML(十一,彝,子)适合通过对模型参数的最大似然(最小二乘)。它首先计算了该模型在许多可能的参数值,然后选择最佳质
  3. 所属分类:matlab例程

    • 发布日期:2024-10-04
    • 文件大小:7168
    • 提供者:zzskzcau
  1. MotionTrackingPOM.pdf

    0下载:
  2. Given two to four synchronized video streams taken at eye level and from different angles, we show that we can effectively combine a generative model with dynamic programming to accurately follow up to six individual
  3. 所属分类:多媒体

    • 发布日期:2024-10-04
    • 文件大小:1384448
    • 提供者:pierounix85
  1. wordstockgenerated

    0下载:
  2. 展示了字库的生成过程,其中涉及的相关应用程序暂未给出-Show the word stock generative process, involving the relevant applications are not given
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-10-04
    • 文件大小:2048
    • 提供者:shen
  1. ITU-R_IMT-A_channel-model

    0下载:
  2. 一本非常好的关于ITU解说的书籍,通过它可以了解ITU信道的生成原理。-A very good about ITU explain books, by which it can understand the ITU channel generative principle.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-10-04
    • 文件大小:397312
    • 提供者:Wulong
  1. Element interaction

    0下载:
  2. Using p5.js library to create generative paterns and designs. The code shows "interaction between elements" using 'A', 'S' and 'D' keys.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-10-04
    • 文件大小:664576
    • 提供者:buenco
  1. generative_inpainting-master

    0下载:
  2. 图像修复:通过语境注释的生成式图像修复技术(Generative Image Inpainting with Contextual Attention)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-10-04
    • 文件大小:4453376
    • 提供者:TX110
  1. Robust Image Watermarking Based on Generative Adversarial Network

    0下载:
  2. Digital watermark embeds informa- tion bits into digital cover such as images and videos to prove the creator’s ownership of his work. In this paper, we propose a robust image watermark algorithm based on a generativ
  3. 所属分类:报告论文

    • 发布日期:2021-05-05
    • 文件大小:704508
    • 提供者:bamzi334
« 12 3 »

源码中国 www.ymcn.org