码迷,mamicode.com
首页 >  
搜索关键字:paper    ( 1210个结果
Codeforces 653F Paper task SA
Paper task 如果不要求本质不同直接st表二分找出最右端, 然后计数就好了。 要求本质不同, 先求个sa, 然后用lcp求本质不同就好啦。 ...
分类:其他好文   时间:2019-04-03 14:02:15    阅读次数:171
(转)The Evolved Transformer - Enhancing Transformer with Neural Architecture Search
The Evolved Transformer - Enhancing Transformer with Neural Architecture Search 2019-03-26 19:14:33 Paper:"The Evolved Transformer." So, David R., Che ...
分类:其他好文   时间:2019-03-26 19:29:55    阅读次数:130
Raphael.js--基础1
Raphael.js 特点: 1.兼容VML和SVG 2.扩展功能——动画 用法: //1.创建画布 let paper=Raphael(x,y,width,height); //2.创建形状 let rect=paper.rect(x,y,width,height); // ...
分类:Web程序   时间:2019-03-23 13:20:49    阅读次数:202
文献导读 | Single-Cell Sequencing of iPSC-Dopamine Neurons Reconstructs Disease Progression and Identifies HDAC4 as a Regulator of Parkinson Cell Phenotypes
目前唯一一篇把单细胞测序应用到疾病发育上的高分paper,发表在了CSC上。 参考阅读: 单细胞测序发现帕金森病的关键调节因子 抗癌新药华丽转身 或有助抵御帕金森 首先明确一下概念: 帕金森疾病有一定的遗传因素,本文就是研究可遗传的这部分,GBA基因里的N370S突变会导致帕金森。The major ...
分类:其他好文   时间:2019-03-21 20:26:22    阅读次数:279
2019CVPR《Mask Scoring R-CNN》
题目 :《Mask Scoring R CNN》 CVPR 2019 Oral Paper (2017年783篇论文,获得口头报道的有215篇,oral paper很有含金量) 华中科技大学horizon.ai地平线计算机视觉技术研究中心 1.1 Abstract 让深度网络意识到自己的预测质量是一 ...
分类:其他好文   时间:2019-03-10 17:55:17    阅读次数:334
英文论文常用句子
ABSTRACT In this paper, we propose a novel Deep Reinforcement Learning framework for news recommendation . Therefore, to address the aforementioned ch ...
分类:其他好文   时间:2019-03-05 21:29:09    阅读次数:251
CS 659 Image Processing and Analysis
Dr. Frank ShihCS 659 Image Processing and AnalysisResearch Paper 1 GuidelineTotal: 20%In order to obtain full credits, you need to read and follow thi ...
分类:其他好文   时间:2019-03-02 19:59:29    阅读次数:158
Strip CodeForces - 487B (单调队列)
题面: Alexandra has a paper strip with n numbers on it. Let's call them ai from left to right. Now Alexandra wants to split it into some pieces (possibl ...
分类:其他好文   时间:2019-02-26 19:12:03    阅读次数:267
Paper Reading: Stereo DSO
开篇第一篇就写一个paper reading吧,用markdown+vim写东西切换中英文挺麻烦的,有些就偷懒都用英文写了。 Stereo DSO: Large-Scale Direct Sparse Visual Odometry with Stereo Cameras Abstract Opti ...
分类:其他好文   时间:2019-02-25 18:07:45    阅读次数:193
android adb 查询apk安装到了哪里,已经安装到了哪里
使用pm =package manager 包管理器 可以查询包的信息 c:\>adb shell pm -l //最后的字符list的第一字符,就列出手机所有的包 c:\>adb shell pm list features //列出所有特征 feature:reqGlEsVersion=0x30 ...
分类:移动开发   时间:2019-02-25 13:33:05    阅读次数:497
1210条   上一页 1 ... 26 27 28 29 30 ... 121 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!