码迷,mamicode.com
首页 >  
搜索关键字:graphical effects    ( 595个结果
Probabilistic Graphical Models 1: Representation-Week1-reasoning-patterns
课程链接:https://www.coursera.org/learn/probabilistic-graphical-models/lecture/KMjHs/reasoning-patterns 原CPD如下: 计算: p(d1|g3) = p(d1, g3) / p(g3) p(d1, g3) ...
分类:其他好文   时间:2017-01-30 17:08:06    阅读次数:174
java学习第23天(GUI)
学习java很久了,今天算是接触到了图形化界面,首先是什么事GUI呢?GUI Graphical User Interface(图形用户接口)。 用图形的方式,来显示计算机操作的界面,这样更方便更直观 Window常用子类:Frame Dialog 简单的窗体创建过程: Frame f = new ...
分类:编程语言   时间:2017-01-27 12:50:49    阅读次数:269
jq实现剪裁图片设置为头像
有时候我们需要设置为这样,就是将某些图片设置为剪裁成设置的尺寸:就是这样的 插件的地址: http://www.htmleaf.com/jQuery/Image-Effects/201504211716.html可以兼容ie8的 注意:说一下现在图片的剪裁可以用clip用法就是clip:rect(t ...
分类:其他好文   时间:2017-01-22 09:43:06    阅读次数:177
select下拉框插件jquery.editable-select
项目中有个需求,下拉框既可以下拉选择,也可以手动填写 html代码 js代码 获取值 用了这个插件以后,这块是一个input,type="text" 参数 filter 选择option以后,是否过滤 默认 true effects 点击的时候,下拉框的过渡效果 有default,slide,fad ...
分类:Web程序   时间:2017-01-21 18:39:56    阅读次数:269
Population Genetics and Demography Unite Ecology and Evolution
7月21日任务 Coyle, J. R. Intraspecific variation in epiphyte functional traits reveals limited effects of microclimate on community assembly in temperate ...
分类:Web程序   时间:2017-01-20 07:40:04    阅读次数:273
Intraspecific variation in epiphyte functional traits reveals limited effects of microclimate on community assembly in temperate deciduous oak canopies
本文作者是一个人,所以全文主动语态用的都是I。 解题: Intraspecific variation in epiphyte functional traits reveals limited effects of microclimate on community assembly in tem ...
分类:编程语言   时间:2017-01-18 08:01:01    阅读次数:256
Bsim3 学习笔记11
Model Testing Requirements for a MOSFET Model in Circuit Simulation (1) It should include most or all of the important physical effects in modern MOSF ...
分类:其他好文   时间:2017-01-11 14:38:27    阅读次数:289
Bsim3 学习笔记1
Normal short channel effects The threshold voltage of a long channel device is independent of the channel length L and the drain voltage Vd . Vth decr ...
分类:其他好文   时间:2017-01-11 14:17:24    阅读次数:245
10 Interesting Linux Command Line Tricks and Tips Worth Knowing
I passionately enjoy working with commands as they offer more control over a Linux system than GUIs(Graphical User Interfaces) applications, therefore ...
分类:Windows程序   时间:2017-01-08 14:12:33    阅读次数:390
Unity4升级Unity5后Image Effects问题
Assets\Editor\Image Effects\CameraMotionBlurEditor.js 会出现Ambiguous reference 'preview'错误提示,解决方法 查找preview,全字匹配,大小写匹配,替换成preview_,保存即可 http://answers.u ...
分类:编程语言   时间:2016-12-22 13:43:20    阅读次数:263
595条   上一页 1 ... 24 25 26 27 28 ... 60 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!