码迷,mamicode.com
首页 >  
搜索关键字:reading    ( 1497个结果
7 条提高阅读能力的技巧
1. Read about things that interest you. If you are interested in what you are reading about, the words will come alive, and you will be motivated to u ...
分类:其他好文   时间:2018-09-06 23:53:33    阅读次数:220
e595. Drawing an Image
See also e575 The Quintessential Drawing Program and e594 Reading an Image or Icon from a File. ...
分类:Windows程序   时间:2018-09-06 11:05:55    阅读次数:187
Paper Reading - Attention Is All You Need ( NIPS 2017 )
Link of the Paper: https://arxiv.org/abs/1706.03762 Motivation: The inherently sequential nature of Recurrent Models precludes parallelization within ...
分类:其他好文   时间:2018-09-03 20:30:20    阅读次数:313
paper reading:gaze tracking
https://www.cv-foundation.org/openaccess/content_cvpr_2016/papers/Krafka_Eye_Tracking_for_CVPR_2016_paper.pdf 1、using a single image to robustly predi ...
分类:其他好文   时间:2018-09-02 02:12:43    阅读次数:217
mysql切换数据库提示警告:Reading table information for completion of table and column names
登录数据库后,选择数据库时发现以下提示, mysql> use testReading table information for completion of table and column namesYou can turn off this feature to get a quicker s ...
分类:数据库   时间:2018-08-30 14:29:52    阅读次数:626
WARNING: Re-reading the partition table failed
今日在做lvm的时候,把一块盘剩余空间全部分给新分区,在保存的时候报:WARNING:Re-readingthepartitiontablefailedwitherror16:设备或资源忙.解决方法:执行下partprobe命令partprobe包含在parted的rpm软件包中。partprobe可以修改kernel中分区表,使kernel重新读取分区表。因此,使用该命令就可以创建分区并且在不重
分类:其他好文   时间:2018-08-28 16:18:23    阅读次数:183
Paper Reading - CNN+CNN: Convolutional Decoders for Image Captioning
Link of the Paper: https://arxiv.org/abs/1805.09019 Innovations: The authors propose a CNN + CNN framework for image captioning. There are four module ...
分类:其他好文   时间:2018-08-27 18:19:51    阅读次数:193
python 入门 socket 实现udp聊天室
什么是 Socket? Socket又称"套接字",应用程序通常通过"套接字"向网络发出请求或者应答网络请求,使主机间或者一台计算机上的进程间可以通讯。 socket()函数 Python 中,我们用 socket()函数来创建套接字,语法格式如下: 参数 family: 套接字家族可以使AF_UN ...
分类:编程语言   时间:2018-08-27 00:19:38    阅读次数:247
有关多线程(同步锁,递归锁,同步对象,信号量)
上面一个随笔已经简单介绍了多线程,比如下面在举个简单的例子: 1 #!/usr/bin/env python 2 #-*-coding:utf-8 -*- 3 4 import threading 5 import time 6 7 def add(): 8 sum = 0 9 10 for i i ...
分类:编程语言   时间:2018-08-26 20:08:23    阅读次数:228
题解报告:poj 3320 Jessica's Reading Problem(尺取法)
Description Jessica's a very lovely girl wooed by lots of boys. Recently she has a problem. The final exam is coming, yet she has spent little time on ...
分类:其他好文   时间:2018-08-25 21:19:44    阅读次数:151
1497条   上一页 1 ... 45 46 47 48 49 ... 150 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!