码迷,mamicode.com
首页 >  
搜索关键字:tell    ( 578个结果
Daily dictation 听课笔记
E5 three strong and three weak S d don't can't N t L th Don't ever let somebody tell you, you can't do something ...
分类:其他好文   时间:2017-05-20 01:10:08    阅读次数:141
image caption项目调研及实践
image caption, 或者说叫image story teller,就是用一句话把一张图片的内容描述出来。 比较先进的是以下这篇论文所描述的方法: Vinyals, Oriol, et al. "Show and Tell: Lessons learned from the 2015 MSC ...
分类:其他好文   时间:2017-05-18 17:25:48    阅读次数:235
Machine Learning Note - Note 1
I am working on the Andrew Ng's course on Machine Learing. I have a question on the week2 session. Is there anybody can tell me why there is a 1/2m in ...
分类:系统相关   时间:2017-05-18 11:38:14    阅读次数:157
FreeDOS 实模式 保护模式
FreeDOS可以运行在实模式或保护模式下,在启动FreeDOS时有4种运行模式选择: 前两种运行在保护模式下, 后两种运行在实模式下。 根据How to tell whether your CPU is running in real mode or protected mode,可以通过如下方式 ...
分类:其他好文   时间:2017-05-18 09:53:16    阅读次数:251
文件操作和函数
f = open("aa",mode="r",encoding="utf-8") #定义名 = open("文件名","模式",指定打开字符集方式) f.name #查看db文件名 f.tell() 显示文件中,当前 光标位置 f.read() 读全部 (read是读字符 其他都是字节),f.rea ...
分类:其他好文   时间:2017-05-17 00:59:55    阅读次数:249
文件操作
参数 f = open("aa",mode="r",encoding="utf-8") #定义名 = open("文件名","模式",指定打开字符集方式) f.name #查看db文件名 f.tell() 显示文件中,当前 光标位置 f.read() 读全部 (read是读字符 其他都是字节),f. ...
分类:其他好文   时间:2017-05-15 16:26:24    阅读次数:244
March 8 2017 Week 10 Wednesday
Rules are meant to be broken. 规则就是用来被打破的。 What is innovation? Some may tell you innovation is to break the rules if you feel you are limited by them. ...
分类:其他好文   时间:2017-05-14 21:49:02    阅读次数:122
hdu 1679 The Unique MST (克鲁斯卡尔)
The Unique MST Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 24152 Accepted: 8587 Description Given a connected undirected graph, tell if ...
分类:其他好文   时间:2017-05-14 16:13:20    阅读次数:152
git中报unable to auto-detect email address 错误的解决办法
每次重新新建工程时候git的配置信息都不能直接在命令行里修改 用户名 和邮箱,不会生效,且报错 *** Please tell me who you are. Run git config --global user.email "you@example.com" git config --glob ...
分类:其他好文   时间:2017-05-14 16:12:20    阅读次数:342
Nginx优化指南+LINUX内核优化+linux连接数优化+nginx连接数优化
Most setup guides for Nginx tell you the basics - apt-get a package, modify a few lines here and there, and you’ve got a web server! And, in most case ...
分类:系统相关   时间:2017-05-12 21:56:05    阅读次数:388
578条   上一页 1 ... 27 28 29 30 31 ... 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!