码迷,mamicode.com
首页 >  
搜索关键字:enhancement    ( 120个结果
python小技巧
[TOC]   在python中,实际书写代码还有很多需要注意的东西,有时候会让代码的执行效率提高,下面就让我们来学习PEP 8风格以及Python编程惯例的一些知识吧。 一:PEP 8风格   PEP是Python Enhancement Proposal的 ...
分类:编程语言   时间:2019-10-14 01:08:19    阅读次数:100
Paper | MFQE 2.0: A New Approach for Multi-frame Quality Enhancement on Compressed Video
[TOC] 前景提要 : 这篇论文是 Multi frame quality enhancement for compressed video (CVPR 2018)的期刊版本,2019年9月26日被 TPAMI(2018年IF=17.730) 接收。 博主和关振宇导师是共同一作 ,徐迈老师是通讯作 ...
分类:移动开发   时间:2019-09-30 00:00:21    阅读次数:232
研究目标与研究方向
Endoscopy video anaylsis A image enhancement/frame restoration (1)artifact detection classical such as: blur specularity,saturation (2) image restorat ...
分类:其他好文   时间:2019-08-28 01:01:00    阅读次数:72
Python规范:提高可读性
PEP 8 规范 PEP 是 Python Enhancement Proposal 的缩写,翻译过来叫“Python 增强规范”。 缩进规范 PEP 8 规范告诉我们,请选择四个空格的缩进,不要使用 Tab,更不要 Tab 和空格混着用。 第二个要注意的是,每行最大长度请限制在 79 个字符。 空 ...
分类:编程语言   时间:2019-08-03 12:53:56    阅读次数:120
190713-ROS REP-2000
ros2的REP是啥? ros2的REP是啥?参考前言记录Support TiersTOC 参考 ROS 2 Target Platforms REP Source 《软件工程:实践者的研究方法》 前言 ROS Enhancement Proposals (REPs),是ROS组织对开发者的倡议,是... ...
分类:其他好文   时间:2019-07-24 09:28:21    阅读次数:66
Codeforces Round #573 (Div. 2).A
A - Tokitsukaze and Enhancement 题目链接:http://codeforces.com/contest/1191/problem/A 题目: Tokitsukaze is one of the characters in the game "Kantai Collect ...
分类:其他好文   时间:2019-07-16 12:19:26    阅读次数:85
Codeforces Round #573 (Div. 2) A. Tokitsukaze and Enhancement
Codeforces Round #573 (Div. 2) A. Tokitsukaze and Enhancement Tokitsukaze is one of the characters in the game "Kantai Collection". In this game, ever ...
分类:其他好文   时间:2019-07-13 21:25:56    阅读次数:178
Codeforces Round #573 (Div. 2) A B C
ATokitsukaze and Enhancement BTokitsukaze and Mahjong 分情况,三个花色相同,两个花色相同,然后里面再分。。。。。。 CTokitsukaze and Discard Items 只看数组p,然后走完一页删一页,直接定位到下一个p[i]的页面 ...
分类:其他好文   时间:2019-07-13 12:07:48    阅读次数:133
Python PEP8 编码规范中文版-译自官网文件
写在前面(自补):初听PEP8一头雾水,不知所谓.啥是PEP8?为啥叫PEP8?PEP8是干啥的? 先了解下PEP吧. PEP是什么? PEP的全称是Python Enhancement Proposals,其中Enhancement是增强改进的意思,Proposals则可译为提案或建议书,所以合起 ...
分类:编程语言   时间:2019-07-01 09:15:03    阅读次数:199
判断是对象还是数组的方法
一些数组的基础知识,感觉很有意思 通过typeof是无法判断是对象还是数组的 第一:使用instanceof进行判断,A instanceof B即对象A是不是构造函数B构造出来的,是即返回true, 不是即返回false. 第二:在typeof上进行enhancement, typeof数组和对象 ...
分类:编程语言   时间:2019-06-20 21:22:58    阅读次数:201
120条   上一页 1 2 3 4 ... 12 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!