需要注意的就是sort函数的应用,还有自己比较函数cmp的编写 在一个就是结构体的设计,排序时的考室内的排序,数组下标的处理 参考代码: ...
分类:
其他好文 时间:
2019-07-27 23:48:19
阅读次数:
111
Re ranking Person Re identification with k reciprocal Encoding Abstract In this paper, we propose a k reciprocal encoding method to re rank the re ID ...
分类:
其他好文 时间:
2019-07-23 13:40:09
阅读次数:
160
Programming Ability Test (PAT) is organized by the College of Computer Science and Technology of Zhejiang University. Each test is supposed to run sim ...
分类:
其他好文 时间:
2019-07-20 00:17:18
阅读次数:
105
1 python环境的配置 1.1 安装python文件包,放到可以找到的位置 1.2 右键计算机->属性->高级环境设置->系统变量->Path->编辑->复制python路径位置 1.3 管理员身份打开cmd,输入python,测试环境是否安装成功![](https://img2018.cnbl ...
分类:
其他好文 时间:
2019-07-13 13:42:14
阅读次数:
86
题目描述 在线编程 在一个长度为 n 的数组里的所有数字都在 0 到 n-1 的范围内。数组中某些数字是重复的,但不知道有几个数字是重复的,也不知道每个数字重复几次。请找出数组中任意一个重复的数字。 解题思路 时间复杂度 O(N),空间复杂度 O(1) 对于范围0到n-1的数组,最好方法是将数字0放 ...
分类:
编程语言 时间:
2019-07-03 17:12:22
阅读次数:
111
1025 PAT Ranking (25 分) 1025 PAT Ranking (25 分) 1025 PAT Ranking (25 分) Programming Ability Test (PAT) is organized by the College of Computer Science ...
分类:
其他好文 时间:
2019-06-19 10:43:23
阅读次数:
77
题目链接:https://www.luogu.org/problemnew/show/P2881 题目链接:https://vjudge.net/problem/POJ-3275 题目大意 给定标号为 1~N 这 N 个数,在给定 M 组大小关系,求还需要知道多少组大小关系才可以给这组数排序? 分析 ...
分类:
其他好文 时间:
2019-06-11 19:33:36
阅读次数:
128
The French author Georges Perec (1936–1982) once wrote a book, La disparition, without the letter 'e'. He was a member of the Oulipo group. A quote fr ...
分类:
其他好文 时间:
2019-06-08 18:49:58
阅读次数:
80
训练时间:2019-03-31 本场阿渠连出A和D,成功带我们晋级。 I题我坚定的写Java,完全没往打表找规律上想。背锅。 A - Jin Yong’s Wukong Ranking List (HihoCoder - 1870) 给你n对拓扑关系,找出第一个不符合之前的拓扑关系的拓扑对。 建图, ...
分类:
其他好文 时间:
2019-04-07 09:57:58
阅读次数:
220
板子题 用的整体二分 唯一要注意的是别总手误打错变量 最近总犯这样sb错误,我佛了 ...
分类:
其他好文 时间:
2019-03-24 16:11:17
阅读次数:
133