码迷,mamicode.com
首页 >  
搜索关键字:paper    ( 1210个结果
Open closed principle
#include using namespace std; class Book { public: string getContents() { return "Long time ago,There is a temple in the mountain"; } }; class Paper {... ...
分类:其他好文   时间:2018-10-19 02:01:38    阅读次数:109
205. Isomorphic Strings
Given two strings s and t, determine if they are isomorphic. Two strings are isomorphic if the characters in s can be replaced to get t. All occurrenc ...
分类:其他好文   时间:2018-10-18 16:51:37    阅读次数:171
论文分享 摘要生成 Paper Abstract Writing through Editing Mechanism
论文标题:Paper Abstract Writing through Editing Mechanism 作者:Qingyun Wang, Zhihao Zhou, Lifu Huang, Spencer Whitehead, Boliang Zhang, Heng Ji , Kevin Knig ...
分类:其他好文   时间:2018-10-17 19:58:24    阅读次数:155
深蓝色 --ppt
Deep Learning of Binary Hash Codes for Fast Image Retrieval [Paper] [Code-Caffe] 1. 摘要 针对图像检索问题,提出简单有效的监督学习框架 CNN网络结构能同时学习图像特征表示以及 hash-like 编码函数集合 利用 ...
分类:其他好文   时间:2018-10-12 23:41:45    阅读次数:222
基于墨刀实现的壁纸下载app-wall.paper
随着智能手机的普及,每个人对自己的手机有了更多的个性化的需求,而手机款型的选择从某种程度上来说是比较有限的,因此,更多人通过更换壁纸来个性化自己的手机,因此,我做了一个简洁的壁纸下载与选择的app-wall.paper。 应用界面如图所示,即为点击图标之后进入界面。所处点击即可进入应用内,如图所示: ...
分类:移动开发   时间:2018-10-11 23:39:29    阅读次数:351
CodeForces 1059B
Description Student Andrey has been skipping physical education lessons for the whole term, and now he must somehow get a passing grade on this subjec ...
分类:其他好文   时间:2018-10-07 21:32:41    阅读次数:160
结对编程项目报告
结对编程项目前述 此次结队编程项目是我和刘明杰共同完成的。 此项目是在个人项目的基础上进行的。先前我们的个人项目均是使用C++编写的,考虑到图形界面。我们决定改用Java,且由于先前的C++代码量并不是很大,而且需要改动之前代码的逻辑并增添新的代码,我们决定重新使用Java代码按照个人项目中C++代 ...
分类:其他好文   时间:2018-10-07 15:32:55    阅读次数:147
05-树9 Huffman Codes (30 分)
In 1953, David A. Huffman published his paper "A Method for the Construction of Minimum-Redundancy Codes", and hence printed his name in the history o ...
分类:其他好文   时间:2018-10-05 23:04:08    阅读次数:402
GYM 101667H Rock Paper Scissors(FFT)
题意:给你一个串a,是有R,S,P(石头剪刀布)构成的,然后还有一个序列b是你的出牌顺序,但你可以跳过机器的前x个出牌,从x+1开始出,问你最多赢几次 思路:好烦啊,这个题下午一直不会做,感觉和之前学弟将的一个模糊匹配的很像,但好像也不怎么像,挂机一下午。 这个题其实是利用了卷积的性质,我们先考虑单 ...
分类:其他好文   时间:2018-10-04 20:30:38    阅读次数:238
什么是 Dropout
为了应对神经网络很容易过拟合的问题,2014年 Hinton 提出了一个神器, **Dropout: A Simple Way to Prevent Neural Networks from Overfitting ** (original paper: http://jmlr.org/papers ...
分类:其他好文   时间:2018-09-30 16:45:34    阅读次数:219
1210条   上一页 1 ... 31 32 33 34 35 ... 121 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!