码迷,mamicode.com
首页 >  
搜索关键字:combination theory    ( 1177个结果
Photography theory: a beginner's guide(telegraph.co.uk)
By Diane Smyth, Tim Clark, Rachel Segal Hamilton and Lewis Bush 11:00AM BST 09 Jun 2014 By Diane Smyth, Tim Clark, Rachel Segal Hamilton and Lewis Bus ...
分类:其他好文   时间:2017-01-09 18:26:46    阅读次数:237
Leetcode 377. Combination Sum IV
Given an integer array with all positive numbers and no duplicates, find the number of possible combinations that add up to a positive integer target. ...
分类:其他好文   时间:2017-01-05 07:54:13    阅读次数:151
Leetcode 216. Combination Sum III
Find all possible combinations of k numbers that add up to a number n, given that only numbers from 1 to 9 can be used and each combination should be ...
分类:其他好文   时间:2017-01-05 07:52:24    阅读次数:117
Leetcode 39. Combination Sum
Given a set of candidate numbers (C) (without duplicates) and a target number (T), find all unique combinations in C where the candidate numbers sums ...
分类:其他好文   时间:2017-01-05 07:52:07    阅读次数:161
P1-概率论基础(Primer on Probability Theory)
2.1概率密度函数 2.1.1定义 设p(x)为随机变量x在区间[a,b]的概率密度函数,p(x)是一个非负函数,且满足 注意概率与概率密度函数的区别。 概率是在概率密度函数下对应区域的面积,如上图右所示,其公式如下 我们用概率密度函数来表示在区间[a,b]中所有可能的状态x的可能性。 条件概率密度 ...
分类:其他好文   时间:2016-12-31 18:06:34    阅读次数:846
The Euler function(线性筛欧拉函数)
The Euler function Problem Description The Euler function phi is an important kind of function in number theory, (n) represents the amount of the numb ...
分类:其他好文   时间:2016-12-29 19:29:30    阅读次数:181
bzoj2982: combination
Lucas定理模版题 T行,每行一个数,为C(n, m) mod 10007的答案。 1 #include<bits/stdc++.h> 2 #define rep(i,l,r) for(int i=l;i<=r;++i) 3 using namespace std; 4 typedef long ...
分类:其他好文   时间:2016-12-29 07:21:03    阅读次数:179
扩展欧几里得 exGCD
Elementary Number Theory - Extended Euclid Algorithm Time Limit : 1 sec, Memory Limit : 65536 KB Japanese version is here Elementary Number Theory - E ...
分类:其他好文   时间:2016-12-27 23:09:39    阅读次数:270
216. Combination Sum III——本质DFS
Find all possible combinations of k numbers that add up to a number n, given that only numbers from 1 to 9 can be used and each combination should be ...
分类:其他好文   时间:2016-12-20 10:06:36    阅读次数:140
[JS Compose] 7. Ensure failsafe combination using monoids
monoids is a semi-group with a neutral element. A semigroup, it does not have an element to return so it's not a safe operation, whereas with the mono ...
分类:Web程序   时间:2016-12-15 20:54:38    阅读次数:222
1177条   上一页 1 ... 47 48 49 50 51 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!