码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
OpenGL 与 GLSL 版本
来自:https://github.com/mattdesl/lwjgl-basics/wiki/GLSL-VersionsYou can use the #version command as the first line of your shader to specify GLSL version:#version 120 void main() { gl_FragColor = v...
分类:其他好文   时间:2015-07-05 21:17:10    阅读次数:653
Android Dialogs(2)最好用DialogFragment创建Dialog
Creating a Dialog FragmentYou can accomplish a wide variety of dialog designs—including custom layouts and those described in theDialogsdesign guide—b...
分类:移动开发   时间:2015-07-05 19:51:47    阅读次数:174
Descending Order
Descending OrderDescription:Your task is to make a function that can take any non-negative integer as a argument and return it with it's digits in des...
分类:其他好文   时间:2015-07-05 13:45:16    阅读次数:131
Unity3D ITween!
percentage +=0.001f;iTween.PutOnPath(gameObject,path,percentage);//You can cause the object to orient to its path by calculating a spot slightly ahead...
分类:编程语言   时间:2015-07-05 09:30:57    阅读次数:206
Where is Vasya?
Where is Vasya?Vasya stands in line with number of peoplep (including Vasya), but he doesn't know exactly which position he occupies. He can say that ...
分类:其他好文   时间:2015-07-05 07:06:36    阅读次数:255
254 shades of grey
254 shades of greyDescription:Why would we want to stop to only 50 shades of grey? Let's see to how many we can go.Write a function that takes a numbe...
分类:其他好文   时间:2015-07-05 02:01:57    阅读次数:206
hdu 4622 **
题意:Suppose there are the symbols M, I, and U which can be combined to produce strings of symbols called "words". We start with one word MI, and transf...
分类:其他好文   时间:2015-07-05 00:53:36    阅读次数:219
js 触摸类库
A javascript library for multi-touch gestures :// You can touch thishttp://hammerjs.github.io对于开发移动html 应用的会有帮助。
分类:Web程序   时间:2015-07-04 20:56:07    阅读次数:166
hdu 4941 Magical Forest
题目连接http://acm.hdu.edu.cn/showproblem.php?pid=4941Magical ForestDescriptionThere is a forest can be seen as $N * M$ grid. In this forest, there is som...
分类:其他好文   时间:2015-07-04 19:40:38    阅读次数:137
scala
Jim McBeathCoding and LifeFriday, September 12, 2008Scala Syntax PrimerScala runs on the JVM and can directly call and be called from Java, but source...
分类:其他好文   时间:2015-07-04 19:36:37    阅读次数:93
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!