码迷,mamicode.com
首页 >  
搜索关键字:light    ( 1054个结果
POJ 3533 Light Switching Game(三维Nim积)题解
思路:三维Nim积 代码: ...
分类:其他好文   时间:2018-09-25 14:08:05    阅读次数:311
BubbleCup - Codeforces 1045C
Heavy Light Decomposition & Tarjan Description Given a simple connected graph. It is guaranteed that any set of points in a simple cycle includes a co ...
分类:其他好文   时间:2018-09-24 12:46:01    阅读次数:186
ray tracing/shadow,reflection, caustic
看了一下午终于明白raytracing的算法了 不知道这次能记住多久 ssr我又完全不记得了 按照Henrik所说 理解raytracing的核心在于,它是从Eye到light反着走的 需要一个前序的概念 Light Transport Notation LD?S*E light source-Di ...
分类:其他好文   时间:2018-09-23 22:22:50    阅读次数:174
java中对象属性可以是另外一个对象或对象的参考
7.对象的属性可以是另外一个对象或对象的参考 (视频下载) (全部书籍) 通过这种方法可以迅速构建一个比较大的系统。 本章源码 class Motor { Light[] lights; Handle left, right; KickStart ks; Motor() { lights = new ...
分类:编程语言   时间:2018-09-23 11:49:08    阅读次数:158
importToMbtiles
import sqlite3, sys, logging, time, os, json, zlib, re'''MapDBImporter-latest -f png -mName "World Light" -mDescription "A simple, light grey world ma... ...
分类:其他好文   时间:2018-09-22 21:17:32    阅读次数:159
zoj 4056
At 0 second, the LED light is initially off. After BaoBao presses the button 2 times, the LED light turns on and the value of the counter changes to 1 ...
分类:其他好文   时间:2018-09-18 11:14:46    阅读次数:168
9个使用Python的世界级软件公司!你还不学Python吗?
我们现在就告诉你九个使用Python的顶级公司。通过这种方式,您可以看到Python在商业和软件开发中的实际应用。 Industrial Light and Magic Industrial Light and Magic(ILM)是乔治卢卡斯于1975年创建的特效公司,为星球大战创造了FX(电影特 ...
分类:编程语言   时间:2018-09-16 21:02:39    阅读次数:225
J Press the Button
BaoBao and DreamGrid are playing a game using a strange button. This button is attached to an LED light (the light is initially off), a counter and a ...
分类:其他好文   时间:2018-09-16 20:50:18    阅读次数:152
The 2018 ACM-ICPC Asia Qingdao Regional Contest, Online J Press the Button
BaoBao and DreamGrid are playing a game using a strange button. This button is attached to an LED light (the light is initially off), a counter and a ...
分类:其他好文   时间:2018-09-16 18:37:19    阅读次数:221
ZOJ - 4020 Traffic Light (BFS)
【传送门】http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=4020 【题目大意】从起点(sx, sy)出发,要到达(ex , ey)。每次从点(x,y)走的时候要看红绿灯,灯的状态为1时只能左右走,走到(x , y+1)或者 ...
分类:其他好文   时间:2018-09-07 18:39:22    阅读次数:207
1054条   上一页 1 ... 15 16 17 18 19 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!