码迷,mamicode.com
首页 >  
搜索关键字:light userdata    ( 1294个结果
paper-list
1.yolo-v1,yolo-v2,yolo-v3 2.ssd,focal loss,dssd 3.fast-rcnn,faster-rcnn,r-fcn,Light-Head R-CNN,R-FCN-3000 at 30fps,mask-rcnn 4.fpn,pavnet, 5.resenet,d ...
分类:其他好文   时间:2018-06-04 17:00:11    阅读次数:146
鼠标事件
OpenCV使用setMouseCallback设置鼠标事件回调函数,回调函数void functionname(int action, int x, int y, int flags, void *userdata) action:表示鼠标的事件类型 x,y:表示当前鼠标相对屏幕的坐标 flags ...
分类:其他好文   时间:2018-06-04 14:02:15    阅读次数:133
Android 美学设计基础 <3>
本期接着对Android的美学设计的分享。 1.3 Light and shadows 光学与阴影 1.3.1 Light 在素材设计的环境中,我们会用虚拟的光来照亮UI界面。主灯光会产生尖锐,有方向的阴影。背景光会在各个角度产生分散的,柔和的阴影,我们叫背光阴影。 主光产生的阴影 背景光产生的阴影 ...
分类:移动开发   时间:2018-06-02 18:33:49    阅读次数:202
单词篇:(单词识记5)
light [n. ] 光;光线;(电)灯;交通信号灯     [adj. ] 轻的;光亮的;天色亮的;(颜色)浅的 同义替换词: lamp,shining 形近词 delight [n. ] 高兴;愉快;令人高兴的人(或物)[v. ] 使高兴;使愉快 daylight ...
分类:其他好文   时间:2018-06-02 00:44:04    阅读次数:176
P2846 [USACO08NOV]光开关Light Switching
题目描述 Farmer John tries to keep the cows sharp by letting them play with intellectual toys. One of the larger toys is the lights in the barn. Each of t ...
分类:其他好文   时间:2018-05-27 16:22:58    阅读次数:202
git 设置存储用户名与密码
git config --global user.name "light-zhang" git config --global user.email "****@sina.cn" git config --global credential.helper cache cache不是windows 下 ...
分类:其他好文   时间:2018-05-21 14:44:44    阅读次数:810
ligbox 插件介绍
浏览器支持情况:一般情况都支持。最好是jQuery v1.x + lightbox.js,这样的组合IE6,IE7,IE8也支持! 1 light插件的下载地址:https://pan.baidu.com/s/1JeI6bXGwcPu9ohOYHGmmcQ 2 欣赏一下目录结构: 3 使用方法: 3 ...
分类:其他好文   时间:2018-05-21 10:31:44    阅读次数:242
php缓存的使用
//缓存的使用 public function huancun(){ $data=cache('userData'); //从缓存中获取数据 if ($data){ echo "缓存中获取"; }else{ echo "数据库中获取"; //如果没有从数据库获取 $data=Db::table("u ...
分类:Web程序   时间:2018-05-16 10:53:06    阅读次数:218
MVVM中的Messenger
通过Mvvm Light源码我们可以知道Messenger的实现细节,如果你现在还不能理解这些代码也没关系,很多东西理解起来远比使用起来难,Messenger也是如此,它使用起来很简单,由于Messenger只公开了一些消息注册和发送方法,使用者一看便知方法的功能,而只需关注要发送的数据和接收的对象 ...
分类:其他好文   时间:2018-05-11 15:37:59    阅读次数:144
英语练习
The speed___light travels is said to be the maximumin the universe.A.in whichB.by whichC.from whichD.with which答:D.译:光传播的速度据说是宇宙中最快的.析:考介词+which引导的定语从 ...
分类:其他好文   时间:2018-05-09 12:11:59    阅读次数:180
1294条   上一页 1 ... 24 25 26 27 28 ... 130 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!