码迷,mamicode.com
首页 >  
搜索关键字:light switching    ( 1222个结果
(light oj 1102) Problem Makes Problem (组合数 + 乘法逆元)
题目链接:http://lightoj.com/volume_showproblem.php?problem=1102 题目大意:求n有顺序的划分为k个数的方案数. 分析:显然这个就是一个组合公式,隔板法。可以把问题转化为x1+x2+…..xk = n 这个多元一次方程上。然后这个解就是C(n+k- ...
分类:其他好文   时间:2017-07-24 16:24:44    阅读次数:204
计算机网络7--报文交换
报文交换=Message switching 其工作方式为: 源(应用)发送信息总体(即报文)在网络中一站一站的发送到目的应用。 其特点是不需在两个通信节点之间建立专用的通路,用户可随时发送报文。 完毕报文交换的路由器须要具有“存储”信息。“转发”信息的功能,即“存储-转发”功能。 报文交换以完整报 ...
分类:其他好文   时间:2017-07-22 14:39:27    阅读次数:175
(light oj 1319) Monkey Tradition 中国剩余定理(CRT)
题目链接:http://lightoj.com/volume_showproblem.php?problem=1319 题目大意:有 n 个猴子,n 棵树,树的高度为 L ,每个猴子刚开始的时候都在树的底部,后来往上跳,每次跳的距离是pi,最后不能跳到树上面所以最后会有个到顶端的距离ri,求L的最小 ...
分类:其他好文   时间:2017-07-20 17:25:09    阅读次数:192
Unity shader学习之阴影,衰减统一处理
使用unity AutoLight.cginc文件里的内置函数 UNITY_LIGHT_ATTENUATION shader如下: ...
分类:编程语言   时间:2017-07-17 18:48:44    阅读次数:1831
Pipe
Pipe The GX Light Pipeline Company started to prepare bent pipes for the new transgalactic light pipeline. During the design phase of the new pipe sha ...
分类:其他好文   时间:2017-07-16 10:05:46    阅读次数:211
Deep TEN: Texture Encoding Network
纹理特征,材料分类(Material Classification),在MINC-2500、Flickr Material Database、KTH-TIPS-2b、4D-Light-Field-Material、GTOS上state-of-the-art(2017年)。 思想主要来源是:传统图片分 ...
分类:Web程序   时间:2017-07-15 19:57:39    阅读次数:375
light oj 1214 - Large Division 大数除法
1214 - Large Division Given two integers, a and b, you should check whether a is divisible by b or not. We know that an integer a is divisible by an i ...
分类:其他好文   时间:2017-07-15 17:54:22    阅读次数:165
2017年7月8日 星期六 --出埃及记 Exodus 27:20
2017年7月8日 星期六 --出埃及记 Exodus 27:20"Command the Israelites to bring you clear oil of pressed olives for the light so that the lamps may be kept burning. ...
分类:其他好文   时间:2017-07-15 14:46:17    阅读次数:145
HTTP状态信息
消息 描述 100 Continue 服务器仅接收到部分请求,但是一旦服务器并没有拒绝该请求,客户端应该继续发送其余的请求。 101 Switching Protocols 服务器转换协议:服务器将遵从客户的请求转换到另外一种协议。 消息 描述 200 OK 请求成功(其后是对GET和POST请求的 ...
分类:Web程序   时间:2017-07-14 16:33:41    阅读次数:184
Code Labels
Code Labels Code labels are three-letter codes with which commit messages can be prefixed. CODE Label color name background text BLD: build light gree ...
分类:其他好文   时间:2017-07-13 17:41:48    阅读次数:186
1222条   上一页 1 ... 35 36 37 38 39 ... 123 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!