会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
蠢材少年
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2018年2月18日
Getting the pixel coordinates of text or ticks in matplotlib
摘要: The exact pixel coordinates of title, labels, legends or ticks are important information for the training data of deep learning. reference: 1. https:/
阅读全文
posted @ 2018-02-18 12:18 蠢材少年
阅读(308)
评论(0)
推荐(0)
2017年2月20日
C++ cin.get及getline的用法
摘要: 1.cin.get() 从指定的输入流中提取一个字符,函数的返回值就是这个字符。文件结束符会返回EOF,一般以-1代表EOF。 2.cin.get(ch) 读取一个字符,赋值给ch,读取成功返回非0值,读取失败(遇到文件结束符)返回0。 3.cin.get(字符数组,字符个数n,终止字符) 或cin
阅读全文
posted @ 2017-02-20 20:47 蠢材少年
阅读(12506)
评论(0)
推荐(1)
上一页
1
2
公告