码迷,mamicode.com
首页 >  
搜索关键字:light switching    ( 1222个结果
light oj 1024 - Eid 大整数乘法
In a strange planet there are n races. They are completely different as well as their food habits. Each race has a food-eating period. That means the ...
分类:其他好文   时间:2018-01-03 17:33:17    阅读次数:186
light oj 1007 - Mathematically Hard
Mathematically some problems look hard. But with the help of the computer, some problems can be easily solvable. In this problem, you will be given tw ...
分类:其他好文   时间:2017-12-31 18:10:54    阅读次数:168
HTTP响应状态码参考
1xx:信息 100 Continue 服务器仅接收到部分请求,但是一旦服务器并没有拒绝该请求,客户端应该继续发送其余的请求。 101 Switching Protocols 服务器转换协议:服务器将遵从客户的请求转换到另外一种协议。 2xx:成功 200 OK 请求成功(其后是对GET和POST请 ...
分类:Web程序   时间:2017-12-30 16:01:41    阅读次数:236
Unity Shader 获取模型空间坐标
CGPROGRAM // Physically based Standard lighting model, and enable shadows on all light types #pragma surface surf Standard fullforwardshadows vertex:v... ...
分类:编程语言   时间:2017-12-19 15:30:00    阅读次数:327
PFX证书拆分私钥与证书
1.首先安装Win32OpenSSL_Light-1_1_0g.exe,默认安装到了C盘根目录 2.将PFX证书粘贴到C:\OpenSSL-Win32\bin下 3.导出证书(进入CMD命令操作界面,进入openssl的bin目录)openssl pkcs12 -in root用户签名.pfx(原证书) -clcerts -nokeys -out cert.pem(证书名)输入
分类:其他好文   时间:2017-12-09 18:04:47    阅读次数:165
第一章 对象入门
1.1 抽象的进步 五大基本特征1.2 对象的接口 Light it = new Light();it.on();1.3 实现方案的隐藏 为什么要进行方法隐藏: 1.第一个原因是防止程序员接触他们不该接触的东西——通常是内部数据类型的设计思想。若只是为了解决特定的问题,用户只需操作接口即可,毋需明白 ...
分类:其他好文   时间:2017-12-07 20:50:31    阅读次数:135
[学习笔记] CS131 Computer Vision: Foundations and Applications:Lecture 2 颜色和数学基础
大纲 what is color? The result of interaction between physical light in the environment and our visual system. A psychological property of our visual ex ...
分类:移动开发   时间:2017-12-02 14:05:32    阅读次数:489
Less的模式匹配
Less的模式匹配 Less提供了一种机制,允许根据参数的值来改变 mixin的行为。比如,以下代码就可以让 .mixin 根据不同的 @switch 值而表现各异: 此时,在调用 .mixin 时:如果 @switch 设为 light,就会得到浅色;如果 @switch 设为 dark,就会得到 ...
分类:其他好文   时间:2017-11-28 11:49:58    阅读次数:183
nRF5 SDK for Mesh
Getting started Getting started Getting started To get started, take a look at the Light switch demo. It shows how a simple application can use the me ...
分类:其他好文   时间:2017-11-13 13:56:58    阅读次数:198
UnityShader之光照
.基本概念 1.光源:unity支持的光源有四种 1)平行光Directional Light 2)点光源Point Light 3)聚光灯光源Spot Light 4)区域光光源Area Light 此外,发光材质也可以算作一种特殊光源 2.光与物体相交 光与物体相交有两个结果:吸收(aborpt ...
分类:编程语言   时间:2017-11-11 13:03:12    阅读次数:231
1222条   上一页 1 ... 27 28 29 30 31 ... 123 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!