码迷,mamicode.com
首页 >  
搜索关键字:sky    ( 832个结果
游戏架构其九:光线投射和天空 { Raycast and Sky }
光线和天空能够大大增强游戏的画面效果,以下是实现: 1. 光线效果 Raycast #pragma once //======================================================================== // Raycast.h - implements a raycast into the rendered scene //======...
分类:其他好文   时间:2014-10-14 00:26:57    阅读次数:353
【LeetCode刷题Java版】Reverse Words in a String
Given an input string, reverse the string word by word. For example, Given s = "the sky is blue", return "blue is sky the". click to show clarification. Clarification: What constitutes...
分类:编程语言   时间:2014-10-13 14:44:09    阅读次数:190
Leetcode: Reverse Words in a String
Given an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the".click to show clarification.Cl...
分类:其他好文   时间:2014-10-12 02:03:07    阅读次数:213
linux:vi 替换命令
转自:http://www.cnblogs.com/afant/archive/2009/03/11/1408745.html:s/^.*$/\L&/100##将100行内的小写转换成大写vi/vim 中可以使用 :s 命令来替换字符串。:s/vivian/sky/ 替换当前行第一个 vivian ...
分类:系统相关   时间:2014-10-10 18:41:44    阅读次数:203
ACM学习历程—FZU2148 Moon Game(计算几何)
Moon GameDescriptionFat brother and Maze are playing a kind of special (hentai) game in the clearly blue sky which we can just consider as a kind of t...
分类:其他好文   时间:2014-10-09 22:58:01    阅读次数:283
每天学习一个Vim命令
1. a 在光标后插入;2. . 重复上一个命令;3. :%s/vivian/sky/g(等同于 :g/vivian/s//sky/g) 替换每一行中所有 vivian 为 sky ;
分类:其他好文   时间:2014-10-09 01:56:07    阅读次数:195
hdu 4412 Sky Soldiers(区间DP)
Sky Soldiers Time Limit: 6000/3000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 559    Accepted Submission(s): 181 Problem Description An airplane carried...
分类:其他好文   时间:2014-10-03 00:08:13    阅读次数:182
【Leetcode】Reverse Words in a String
Given an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the".补充说明:单词是指空格之间的字符序列。输入中可能有首部或尾部...
分类:其他好文   时间:2014-10-01 13:10:51    阅读次数:161
Cocos2dx 小技巧(三)Label的换行
好了,这次又把Label这货拉出来鞭一鞭。我先创建一个labelstd::string star_str = "star is not star in the sky,it is on heart";//先定义一个stringauto m_label = LabelTTF::create(star_...
分类:其他好文   时间:2014-09-30 15:26:39    阅读次数:175
UBUNTU13 + Skyeye1.3.5
UBUNTU13+Skyeye1.3.51准备安装必要的工具$sudo apt-get install automake autoconf libtool g++ libxft-dev libx11-dev libxpm-dev texi2html2.安装skyeyecd Downloads/sky...
分类:其他好文   时间:2014-09-28 15:29:42    阅读次数:357
832条   上一页 1 ... 73 74 75 76 77 ... 84 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!