# 写一个程序,判断2008年是否是闰年。 # 普通年(不能被100整除的年份)能被4整除的为闰年。(如2004年就是闰年,1999年不是闰年); # 世纪年(能被100整除的年份)能被400整除的是闰年。(如2000年是闰年,1900年不是闰年); def leap_year(year): L =... ...
分类:
其他好文 时间:
2018-02-24 19:22:09
阅读次数:
147
Unfortunately, Harvard dosen't keep a public centralized facebook so I'm going to have to get all the images from the individual houses that people ar ...
分类:
其他好文 时间:
2018-02-06 20:36:09
阅读次数:
188
添加移动 编写:jdneo - 原文:http://developer.android.com/training/graphics/opengl/motion.html 转:http://hukai.me/android-training-course-in-chinese/graphics/ope ...
分类:
移动开发 时间:
2018-01-26 22:58:53
阅读次数:
317
Explicit Redistribute Motion The Explicit Redistribute iterator moves tuples to segments explicitly specified in the segment ID column of the tuples. ...
分类:
其他好文 时间:
2018-01-26 20:55:44
阅读次数:
227
openSUSE 快速配置 面向使用Tumbleweed的新手,希望能让你用 更少 的时间来配置openSUSE,拿出 更多 的时间去做该做的事! Leap看这里 "Leap新手指南" ?? 内容丰富,一份优秀的中文文档 有不懂的地方可以留言大家讨论。有写错的地方麻烦您指正,谢谢! 你可能需要的: ...
分类:
其他好文 时间:
2017-12-25 23:29:10
阅读次数:
406
原文:https://baike.so.com/doc/5687062-5899751.html 运动恢复结构(Structure from motion)是一种通过分析物体的运动得到三维结构信息的过程。 典型步骤 一个典型的运动恢复结构算法涉及到下面的若干个步骤: 1、 图像特征提取 2.、估计场 ...
分类:
其他好文 时间:
2017-12-14 04:19:33
阅读次数:
130
sudo apt install motion sudo vim /etc/motion/motion.conf Daemon = off改为on webcam_localhost = on改为off start_motion_daemon=no改为yes webcam_port 8081 serv ...
分类:
其他好文 时间:
2017-12-10 00:06:17
阅读次数:
185
帧内显著性检测: 将卷积网络的多层特征进行组合通过unsampling 得到粗显著性预测; 帧间显著性检测: (粗检测结果+新卷积网络的特征图,最后+之前卷积网络的卷积特征输入到LSTM中)进行预测。。 ...
分类:
其他好文 时间:
2017-12-04 17:35:57
阅读次数:
189
安装过程仅供参考,最后实现方式不完美。 1 准备工具,一个8G以上U盘,已装好win10的UEFI+GPT电脑(本机为SSD+HDD双硬盘) 2 所需软件: 2.1 openSUSE安装ISO: http://download.opensuse.org/distribution/leap/42.2/ ...
环境:Debain系统 记得su root 进入root下卸载 如果没有 则在命令前加上sudo也行 即(sudo apt-get autoremove --purge motion) 工具:apt 命令:apt-get autoremove --purge 其中apt-get 是 执行 软件安装和 ...
分类:
系统相关 时间:
2017-11-29 18:22:04
阅读次数:
256