码迷,mamicode.com
首页 >  
搜索关键字:light userdata    ( 1294个结果
线程基础知识
什么是线程 LWP:light weight process 轻量级的进程,本质仍是进程(在Linux环境下) 进程:独立地址空间,拥有PCB 线程:也有PCB,但没有独立的地址空间(共享) 区别:在于是否共享地址空间。 独居(进程);合租(线程)。 Linux下: 线程:最小的执行单位 进程:最小 ...
分类:编程语言   时间:2019-08-14 18:36:57    阅读次数:110
计蒜客 Flashing Fluorescents(状压DP)
You have nn lights, each with its own button, in a line. Pressing a light’s button will toggle that light’s state; if the light is on, it will turn of ...
分类:其他好文   时间:2019-08-05 00:09:11    阅读次数:81
lua实现简单
MessageManager.lua local messageManager = {mEventTable = {},mEventUserData = {}} --注册事件function messageManager.Add(EventName,Func,UserData) assert( Fu ...
分类:其他好文   时间:2019-07-31 18:39:33    阅读次数:78
Unity Shader 光照模型(基础公式和代码实现)
标准光照模型只关心直接光照(direct light)。它把进入摄像机的光照分为4个部分: 自发光(emissive),这部分用于给定一个方向时,物体表面会向这个方向产生多少的光,当没有使用全局光照时,自发光物体不会照亮周围物体,只是本身看起来更亮而已。高光反射(specular),这个部分用于描述 ...
分类:编程语言   时间:2019-07-29 14:17:58    阅读次数:170
Android 去掉app上面的标题栏
修改style.xml文件修改之前是有标题栏<resources><!--Baseapplicationtheme.--><stylename="AppTheme"parent="Theme.AppCompat.Light.DarkActionBar"><!--Customizeyourthemehere.--><itemname="color
分类:移动开发   时间:2019-07-11 09:58:20    阅读次数:178
Qt核心机制与原理
https://blog.csdn.net/light_in_dark/article/details/64125085 ★了解Qt和C++的关系 ★掌握Qt的信号/槽机制的原理和使用方法 ★了解Qt的元对象系统 ★掌握Qt的架构 ★理解Qt的事件模型,掌握其使用的时机 信号与槽、元对象系统、事件模 ...
分类:其他好文   时间:2019-07-04 14:41:47    阅读次数:82
java之高并发与多线程
进程和线程的区别和联系 从资源占用,切换效率,通信方式等方面解答 线程具有许多传统进程所具有的特征,故又称为轻型进程(Light—Weight Process)或进程元;而把传统的进程称为重型进程(Heavy—Weight Process),它相当于只有一个线程的任务。在引入了线程的操作系统中,通常 ...
分类:编程语言   时间:2019-06-29 11:10:30    阅读次数:106
头文件 — 备忘
/** * Youth gives you light please don't let it down. * ▄▄▄▄▄ * ???██████▄▄▄ _______________ * ▄▄▄▄▄ █████████▄ / \ * ????█████▌ ??▄ ??█ | Gotta go... ...
分类:其他好文   时间:2019-06-27 11:10:27    阅读次数:119
LED Decorative Light Manufacturer - Decorative Lighting: Functionality And Aesthetics
Whether it is for general ambient lighting, task lighting or accent lighting, the decorative lighting in the home is functional and aesthetic. The wel ...
分类:其他好文   时间:2019-06-19 12:25:56    阅读次数:124
Ultra-Thin LED Downlight Selection: 6 Things
LED Decorative Light Manufacturer description: ultra-thin LED downlight features can maintain the overall unity and perfection of the building decorat ...
分类:其他好文   时间:2019-06-14 14:47:47    阅读次数:136
1294条   上一页 1 ... 12 13 14 15 16 ... 130 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!