先挖个 图像去雾之何凯明暗通道先验去雾算法原理及c++代码实现 ICCV 2017:FAIR Mask R-CNN ICCV 2017:FAIR 密集物体检测的 Focal Loss one-stage准确度落后于 two-stage,极端前景类别失衡是主要原因 提出:通过改变标准交叉熵损失来解决这 ...
分类:
其他好文 时间:
2019-09-02 09:32:09
阅读次数:
79
COMP SCI 3004/7064 - Operating Systems Assignment 1Important Notes Handins:– For undergraduate students, you may do this assignment as a team of two s ...
分类:
其他好文 时间:
2019-09-01 20:19:48
阅读次数:
111
Bahiyyah has a convex polygon with nn vertices P0,P1,?,Pn?1P0,P1,?,Pn?1 in the counterclockwise order. Two vertices with consecutive indexes are adjac ...
分类:
其他好文 时间:
2019-09-01 10:37:36
阅读次数:
80
POJ 3784 Running Median "POJ传送门" Description For this problem, you will write a program that reads in a sequence of 32 bit signed integers. After each ...
分类:
其他好文 时间:
2019-08-30 20:54:03
阅读次数:
68
小编日更到此就结束了,马上就要开学了,这是小编所有的日更内容,特地汇总一下: 常用技巧: 【算法?日更?第二十一期】数据结构:差分与前缀和 【算法?日更?第二十三期】数据结构:two-pointer(尺取法)&莫队 【算法?日更?第三十八期】迭代器是什么? 【算法?日更?第五十四期】知识扫盲:什么是 ...
分类:
编程语言 时间:
2019-08-29 09:36:17
阅读次数:
165
https://leetcode-cn.com/problems/two-sum-ii-input-array-is-sorted/ 求数组中加起来恰好等于target的两个数的位置。 双指针问题,分别从头和尾遍历数组,如果加起来和大于target,则尾指针左移,如果加起来和小于target,则头指 ...
分类:
编程语言 时间:
2019-08-29 00:11:59
阅读次数:
140
A. There Are Two Types Of Burgers 水题。题意:给你面包片数,两种不同的肉饼数(制作一个汉堡要消耗两片面包和一片肉饼),之后再给你两种不同的汉堡售价,问你如何取得最大收益。 思路:照题意模拟即可 ,简单贪心。 #include <iostream> #include ...
分类:
其他好文 时间:
2019-08-28 23:59:30
阅读次数:
207
如何在CRichEditCtrl控件中直接读如RTF格式的文件 Inserting an RTF string using StreamIn When inserting Rich Text Formatted text into the control there are two approach ...
分类:
其他好文 时间:
2019-08-28 22:29:35
阅读次数:
115
正解:构造 解题报告: 传送门$QwQ$ 考虑如果有两个相邻格子是相同数字那么它们以上这两列就都会是这列数字(显然$QwQ$? 所以考虑只要构造出第$n-1$行的中心和中心右侧($or$左侧一样的$QwQ$都等于$x$,其他格子随便填就成鸭$QwQ$ 然后就是个$easy$了鸭,,,$QwQ$ ...
分类:
其他好文 时间:
2019-08-28 15:50:32
阅读次数:
86
Two Sum Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would ...
分类:
其他好文 时间:
2019-08-28 01:16:26
阅读次数:
80