码迷,mamicode.com
首页 >  
搜索关键字:light    ( 1054个结果
Light OJ 1080 - Binary Simulation - (线段树区间更新 单点查询)
Description Given a binary number, we are about to do some operations on the number. Two types of operations can be here. 'I i j'    which means invert the bit from i to j (inclusive) 'Q i'    a...
分类:其他好文   时间:2014-08-14 14:10:59    阅读次数:215
C#Light 和 uLua的对比第一弹
初始化 做一样的初始化,其实是没办法对等的 C#Light的Env 不等于Lua的LuaState C#Light的执行有完全的执行堆栈,完整的作用域,lua都没有 C#Light有完整的class 函数,继承特征,lua都没有 C#Light可以用VS做编辑器,lua? 为了保持平等对抗,三个测试...
分类:其他好文   时间:2014-08-13 21:53:27    阅读次数:315
Unity3D热更新全书FAQ
只要有程序员朋友们问过两次的问题 就会收录在此FAQ中 1.C#Light对比LUA有什么好处 C#Light是静态类型脚本语言,语法同C#,Lua是动态类型脚本语言,这两种都有人喜欢。 我更喜欢静态类型,于是有了C#Light 2.C#Light性能怎么样 C#Light和Unilua 和ulua...
分类:其他好文   时间:2014-08-12 12:37:44    阅读次数:172
hdu 3832 Earth Hour
StatusEach street light can be viewed as a point in a plane,which casts flash in a circular area with certain radius.What's more,if two illuminated ci...
分类:其他好文   时间:2014-08-12 02:58:43    阅读次数:289
[原]Unity3D深入浅出 - 光源组件(Light)
Unity中提供了四种光源:Directional light: 方向光,类似太阳的日照效果。Point light:点光源,类似蜡烛。Spotlight: 聚光灯,类似手电筒。Area Light:区域光,无法用作实时光照,一般用于光照贴图烘培。接下来介绍光源的参数:如下图Type:可以选择以上介...
分类:其他好文   时间:2014-08-08 20:56:56    阅读次数:294
Inconsistant light map between PC and Mobile
Author:
分类:其他好文   时间:2014-08-07 23:02:05    阅读次数:337
Light Oj 1211 计算多个立方体重叠部分体积
Intersection of Cubes Time Limit:500MS     Memory Limit:32768KB     64bit IO Format:%lld & %llu Submit Status Practice LightOJ 1211 Description You are given n cubes, each cube is describ...
分类:其他好文   时间:2014-08-07 19:17:30    阅读次数:247
Light Oj 1214 大数整除
Large Division Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%lld & %llu Submit Status Practice LightOJ 1214 Description Given two integers, a and b, you should check whe...
分类:其他好文   时间:2014-08-07 19:13:30    阅读次数:244
Light Oj 1116
Ekka Dokka Time Limit:2000MS     Memory Limit:32768KB     64bit IO Format:%lld & %llu Submit Status Description Ekka and his friend Dokka decided to buy a cake. They both love cakes and that's ...
分类:其他好文   时间:2014-08-07 09:52:29    阅读次数:249
Activity的四种加载模式
Activity的加载模式是在清单文件AndroidManifest.xml文件中进行设置<activityandroid:name="...."android:label="@string/app_name"android:launchMode="singleTask"(Activity的加载模式)android:theme="@android:style/Theme.Light.NoTitleBar"></activity>1、sta..
分类:其他好文   时间:2014-08-07 07:26:19    阅读次数:228
1054条   上一页 1 ... 96 97 98 99 100 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!