码迷,mamicode.com
首页 >  
搜索关键字:combination theory    ( 1177个结果
40. Combination Sum II
package LeetCode_40 /** * 40. Combination Sum II * https://leetcode.com/problems/combination-sum-ii/description/ * * Given a collection of candidate n ...
分类:其他好文   时间:2020-06-13 15:59:33    阅读次数:59
From DFA to KMP algorithm
From DFA to KMP algorithm DFA In the theory of computation, a branch of theoretical computer science, a deterministic finite automaton (DFA)—also know ...
分类:其他好文   时间:2020-06-05 15:09:25    阅读次数:63
[LeetCode] 39. Combination Sum
Given a set of candidate numbers (candidates) (without duplicates) and a target number (target), find all unique combinations in candidates where the ...
分类:其他好文   时间:2020-05-31 12:44:37    阅读次数:59
[LeetCode] 40. Combination Sum II
Given a collection of candidate numbers (candidates) and a target number (target), find all unique combinations in candidates where the candidate numb ...
分类:其他好文   时间:2020-05-31 12:43:12    阅读次数:52
377. Combination Sum IV
package LeetCode_377 /** * 377. Combination Sum IV * https://leetcode.com/problems/combination-sum-iv/description/ * * Given an integer array with all ...
分类:其他好文   时间:2020-05-27 18:53:27    阅读次数:60
【色彩理论】初步直觉
色彩理论(Color Theory)[^colortheory]通常用于绘画和设计,设计如品牌logo设计、品牌店面设计、品牌广告设计、网站设计、电影动画设计、游戏设计、书封面设计、家装设计、服装设计,每个人日常用的设计如PPT的色彩、穿搭。 本文的目标是通过图示,从直觉上初步对色彩理论有印象。 生 ...
分类:其他好文   时间:2020-05-23 16:13:47    阅读次数:80
caterpillar tree
In graph theory, a caterpillar or caterpillar tree is a tree in which all the vertices are within distance 1 of a central path. The central path can b ...
分类:其他好文   时间:2020-05-15 18:05:19    阅读次数:77
2020.4.19--个人赛
A - Buggy Sorting Little boy Valera studies an algorithm of sorting an integer array. After studying the theory, he went on to the practical tasks. As ...
分类:其他好文   时间:2020-04-26 11:23:37    阅读次数:70
仿射期限结构模型:理论与实现——实现部分
仿射期限结构模型:理论与实现——实现部分 [toc] 本文介绍如何以面向对象的方式实现 " Affine Term Structure Models: Theory and Implementation " 中的算法,并适当的使用设计模式使代码尽可能的优雅。 引言 金融工程领域的模型和方法之间既有强 ...
分类:其他好文   时间:2020-04-06 13:41:54    阅读次数:96
A Review on Generative Adversarial Networks: Algorithms, Theory, and Applications
1 Inttroduction GANs由两个模型组成:生成器和鉴别器。生成器试图捕获真实示例的分布,以便生成新的数据样本。鉴别器通常是一个二值分类器,尽可能准确地将生成样本与真实样本区分开来。GANs的优化问题是一个极大极小优化问题。优化终止于相对于生成器的最小值和相对于鉴别器的最大值的鞍点。 2 ...
分类:移动开发   时间:2020-04-05 10:03:52    阅读次数:203
1177条   上一页 1 2 3 4 5 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!