码迷,mamicode.com
首页 >  
搜索关键字:make: command not fo    ( 1841个结果
【Unity Shaders】Unity里的雾效模拟
写在前面熟悉Unity的都知道,Unity可以进行基本的雾效模拟。所谓雾效,就是在远离我们视角的方向上,物体看起来像被蒙上了某种颜色(通常是灰色)。这种技术的实现实际上非常简单,就是根据物体距离摄像机的远近,来混合雾的颜色和物体本身的颜色即可。Unity里设置雾效有两种方式,一种最简单的就是直接开启全局雾效,也就是在Edit->Render Settings里配置,如下图所示:而我们只需要把“Fo...
分类:编程语言   时间:2014-11-29 16:01:29    阅读次数:601
[LeetCode] PathSum
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:其他好文   时间:2014-11-29 11:37:32    阅读次数:131
Linux多任务编程之二:fork()函数及其基础实验(转)
来源:CSDN 作者:王文松 转自Linux公社fork()函数 在 Linux 中创建一个新进程的唯一方法是使用fork()函数。fork()函数是 Linux 系统中一个非常重要的函数,和咱们以前遇到过的函数由一些区别,因为它看起来执行一次却返回两个值,这又作何解释?不着急,慢慢看。函数说明fo...
分类:系统相关   时间:2014-11-28 17:58:21    阅读次数:192
[转]谈谈前端渲染 VS 后端渲染
首先,预编译跟前后端没有关系,预编译一样可以用于后端渲染。看看下面的测试时间,单位: ms模板字符串:var s = '{{#datas}}{{name}} abcdefg {{type}} {{date}}{{/datas}}';数据对象: 放入100000行数据var stack = [];fo...
分类:其他好文   时间:2014-11-28 15:57:57    阅读次数:139
[LeetCode] ZigZag Converesion 之字型转换字符串
The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font fo...
分类:其他好文   时间:2014-11-28 14:14:43    阅读次数:154
Leetcode-Longest Substring Without Repeating Characters
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:其他好文   时间:2014-11-28 06:10:44    阅读次数:172
给敌人精灵创建帧动画
//给精灵创建帧动画Animation* EnemyBase::createAnimation(std::string prefixName, int framesNum, float delay) { // 1 Vector animFrames; // 2 fo...
分类:其他好文   时间:2014-11-27 15:57:55    阅读次数:183
automake
./configure --prefix="/root/code/install/x86" CPPFLAGS="-I/root/src/include" LDFLAGS="-L/usr/local/lib -L/root/code/x86/sqlite"动态链接AUTOMAKE_OPTIONS=fo...
分类:其他好文   时间:2014-11-27 15:50:15    阅读次数:215
copy 和 strong(或retain)的区别
http://stackoverflow.com/questions/18526909/whether-i-should-use-propertynonatomic-copy-or-propertynonatomic-strong-fo'copy' will cause the setter for...
分类:其他好文   时间:2014-11-27 15:47:21    阅读次数:193
Leetcode: ZigZag Conversion
The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font fo...
分类:其他好文   时间:2014-11-26 22:24:09    阅读次数:154
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!