码迷,mamicode.com
首页 >  
搜索关键字:light    ( 1054个结果
英语练习
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
windows安装生成苹果证书
访问:http://slproweb.com/products/Win32OpenSSL.html 。并下载Win32 OpenSSL v1.0.2c Light版本(注意:版本可能会升级),如果您运行OpenSSL有问题,还需要下载Visual C++ 2008 Redistributables安 ...
分类:移动开发   时间:2018-05-08 14:43:11    阅读次数:297
Theme.AppCompat.Light的解决方法
style name=”AppBaseTheme” parent=”Theme.AppCompat.Light” 改为 改为 style name=”AppBaseTheme” parent=”android:Theme.Light” 同理,将 style name=”AppBaseTheme” p ...
分类:移动开发   时间:2018-05-03 17:23:26    阅读次数:214
webgl之五彩光源
一、Three.js中有哪些光源? 在Three.js中,光源有一个基类THREE.Light(hex),这个hex接受16进制颜色作为参数而初始化光源的颜色,比如我们要定义一种绿色的光源,可以这样来定义: 而作为3d引擎three.js,这个基类是很难满足我们的要求的,所以,我们还需要继承这个基类 ...
分类:Web程序   时间:2018-05-01 17:48:06    阅读次数:193
ExpandableListView控件实现二级列表
效果图如下: 二级列表附有点击事件。 1、布局文件: 此处加了一个自定义的导航RelativeLayout,记得注activity的时候添加 android:theme="@style/Theme.AppCompat.Light.NoActionBar" 去掉自带的导航。 2、一级列表布局: 3、二 ...
分类:其他好文   时间:2018-04-18 18:59:26    阅读次数:171
Real Time Rendering 2
【Real Time Rendering 2】 1、The light vector l is usually defined pointing in a direction opposite to the direction the light is traveling. 2、The surfac ...
分类:其他好文   时间:2018-04-14 17:13:49    阅读次数:171
在Unity场景中控制日夜的轮转
一、介绍 目的:通过在Unity场景中添加C#脚本完成日夜轮转的效果。 软件环境:Unity 2017.3.0f3,VS2013 二、操作过程 通过拖拽场景中的Directional Light我们知道,只要控制好平行光的旋转就可以模拟出轮转的更替,所以我们要在Directional Light中添 ...
分类:编程语言   时间:2018-04-13 13:21:38    阅读次数:380
Light oj 1379 -- 最短路
In Dhaka there are too many vehicles. So, the result is well known, yes, traffic jam. So, mostly people have to spend quite a time in the roads to go ...
分类:其他好文   时间:2018-04-11 16:15:05    阅读次数:152
Light Image Resizer(5.1.2.0)图片批量处理工具便携已注册版
之前也分享过这类图片批量处理工具,都还可以,今天就在来分享一个,这次的ui界面鸡哥感觉还行,今天介绍的这个工具是Light Image Resizer,它可以把一张或多张图片批量改大小,只需要把那些图片拖到工具中,工具允许你将各种特效应用到图片种例如褪色色调。还可以批量给图片加水印。Light Im ...
分类:其他好文   时间:2018-04-11 15:46:39    阅读次数:171
ZOJ 4020 Traffic Light
DreamGrid City is a city with intersections arranged into a grid of rows and columns. The intersection on the -th row and the -th column can be descri ...
分类:其他好文   时间:2018-04-09 21:48:45    阅读次数:292
1054条   上一页 1 ... 19 20 21 22 23 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!