码迷,mamicode.com
首页 >  
搜索关键字:combination theory    ( 1177个结果
周跳探测方法之MW组合法
周跳探测方法之MW组合(Melbourne Wubeena combination)法 MW组合是由Melbourne和Wubbena于1985年提的组合观测值算法。该方法由同一历元的相位观测值的宽巷组合减伪距观测值的窄巷组合求得 ,适用于实时观测值的周跳探测。 设第 $i$ 历元伪距观测值(单位 ...
分类:其他好文   时间:2018-11-18 11:29:09    阅读次数:1155
2016-2017 ACM-ICPC CHINA-Final Solution
Problem A. Number Theory Problem Solved. 水。 1 #include<bits/stdc++.h> 2 3 using namespace std; 4 5 const int maxn = 1e5 + 10; 6 7 typedef long long ll ...
分类:其他好文   时间:2018-11-17 20:45:43    阅读次数:239
93. Restore IP Addresses--back tracking -- 类比39 Combination Sum
93 给你 一串数字,让你求出可能的IP 地址。 去掉了 nums 并且用remain 代替sum, 可以排名95%: ...
分类:其他好文   时间:2018-11-12 11:19:01    阅读次数:222
[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 ...
分类:其他好文   时间:2018-11-11 20:17:13    阅读次数:117
HDU - 5876 :Sparse Graph (完全图的补图的最短路 -BFS&set)
In graph theory, the complement of a graph G is a graph H on the same vertices such that two distinct vertices of H are adjacent if and only if they a ...
分类:其他好文   时间:2018-11-04 21:03:05    阅读次数:157
日常训练记录
1.债务记录:0 2018-11-3:-1 = 0 2018-11-2:+1 = 1 2.比赛记录 2016 ACM-ICPC EC-Final A - Number Theory Problem - (Done) C - Mr. Panda and Strips - (Done) D - Ice ...
分类:其他好文   时间:2018-11-04 01:50:53    阅读次数:274
【LeetCode】回溯法 backtracking(共39题)
【10】Regular Expression Matching 【17】Letter Combinations of a Phone Number 【22】Generate Parentheses 【37】Sudoku Solver 【39】Combination Sum 【40】Combinati ...
分类:其他好文   时间:2018-10-31 23:21:30    阅读次数:168
随机森林
随机森林 个体与集成 通过聚集多个分类器的预测来提高分类准确率,这些技术称为组合(ensemble)或者分类器组合(classifier combination)方法。组合方法由训练数据构建一组基分类器(base classifier),然后通过对每个基分类器的预测进行投票来进行分类。 考虑一个简单... ...
分类:其他好文   时间:2018-10-26 22:16:05    阅读次数:322
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 ...
分类:其他好文   时间:2018-10-15 23:09:27    阅读次数:168
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 ...
分类:其他好文   时间:2018-10-15 21:48:11    阅读次数:172
1177条   上一页 1 ... 16 17 18 19 20 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!