搜索资源列表
SWImage
- 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
surf tracking
- 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
SyntaxAanalysis
- 一个语法分析程序的实现。上大学的时候编写的。是通过文法产生式来编写的分析程序。比较简单,可以用做参考。-A syntax analysis program realization. On time, prepared by the University. Generative grammar is to write the analysis program. Relatively simple, can make reference.
LL(1)
- 本代码实现语法分析的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
Syntax_CMM
- 语法分析,CMM语言,生成语法树。但是语法树的缩进不完美。-Syntax analysis, CMM language, generative grammar tree. Syntax tree indentation but not perfect.
hmm
- Runs an HMM as a generative model generating N output vectors
shiyanbaogaoyangli
- 这个报告记录了编译原理的大作业的过程和各个阶段的设计,包括词法分 析、语法分析、语义分析和汇编代码生成四个阶段,在语法分析时我采用了两种 语法分析,即一种自上而下的语法分析方法——LL(1)分析法,另一种是自底向 上的语法分析方法——SLR(1)分析法,这样可以了解到这两种不同的基本分析方 法,这样在语义分析阶段也要分这两种方法处理语义动作,并且要个产生式分别 编写语义动作。-The report recorded
LL1
- 语法分析是编译过程的核心部分。他的任务是在词法分析识别单词符号串的基础上,分析并判断程序的的语法结构是否符合语法规则。语言的语法结构是用上下文无关文法描述的。因此语法分析器的工作的本质上就是按文法的产生式,识别输入符号串是否为一个句子。对于一个文法,当给你一串符号是,如何知道它是不是该文法的一个句子,这是这个课程设计所要解决的一个问题。-Syntax analysis is the core of the compiler proces
main1
- 把文法中的无用产生式和无用符号清除掉,通过算法2.1和2.2来实现。-The generative grammar of the unwanted and useless symbols removed, through the algorithm 2.1 and 2.2 to achieve
SLR1
- 用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)
ants_arithgom
- 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
Generative_Disciminative
- Generative versus Discriminative models
1
- CATIA V5创成式工程图设计官方文档,总共490页,很好的学习帮助-CATIA V5 generative drawing style design
2dgaussian
- 汽车高斯曲面拟合 --- 2程序,以适应到表面二维高斯: 子= A *的进出口( -((西为X0)^2/2/sigmax^2 +(艺Y0的)^2/2/sigmay^ 2)。。)+ b的 这些例程是自动在某种意义上说,他们并不需要出发对模型参数的猜测规范。 autoGaussianSurfML(十一,彝,子)适合通过对模型参数的最大似然(最小二乘)。它首先计算了该模型在许多可能的参数值,然后选择最佳质
MotionTrackingPOM.pdf
- 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
wordstockgenerated
- 展示了字库的生成过程,其中涉及的相关应用程序暂未给出-Show the word stock generative process, involving the relevant applications are not given
ITU-R_IMT-A_channel-model
- 一本非常好的关于ITU解说的书籍,通过它可以了解ITU信道的生成原理。-A very good about ITU explain books, by which it can understand the ITU channel generative principle.
Element interaction
- Using p5.js library to create generative paterns and designs. The code shows "interaction between elements" using 'A', 'S' and 'D' keys.
generative_inpainting-master
- 图像修复:通过语境注释的生成式图像修复技术(Generative Image Inpainting with Contextual Attention)
Robust Image Watermarking Based on Generative Adversarial Network
- 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