HTML5 画布上的 Three.js 环境灯光(HTML5 Canvas Three.js Ambient Lighting)...
分类:
Web程序 时间:
2014-08-03 23:27:46
阅读次数:
387
Big String
Time Limit: 2 Seconds Memory Limit: 65536 KB
We will construct an infinitely long string from two short strings: A = "^__^" (four characters), and B = "T.T" (three characters). R...
分类:
其他好文 时间:
2014-08-02 21:02:04
阅读次数:
291
Zipper
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 6491 Accepted Submission(s): 2341
Problem Description
Given three strings...
分类:
其他好文 时间:
2014-08-02 21:01:44
阅读次数:
297
Threejs 官网 - 检测使用 three.js 时的 WebGL 和浏览器兼容性(Detecting WebGL and browser compatibility with three.js)...
分类:
Web程序 时间:
2014-08-02 21:00:04
阅读次数:
1011
Three.js 教程和示例(Tutorials and Examples)...
分类:
Web程序 时间:
2014-08-02 20:59:14
阅读次数:
518
Yomotsu 使用 THREE.js 创建的示例(Examples created by Yomotsu using THREE.js)...
分类:
Web程序 时间:
2014-08-02 20:58:44
阅读次数:
406
Single Number II
Given an array of integers, every element appears three times except for one. Find that single one.
Note:
Your algorithm should have a linear runtime complexity. Could you implement it without using extra memory?...
分类:
其他好文 时间:
2014-08-02 12:53:53
阅读次数:
289
#include#include#includechar *g_WordTable[10]= {"zero", "one", "two", "three", "four", "five","six", "seven", "eight", "nine"};int main(){ //存放用户输入...
分类:
其他好文 时间:
2014-08-02 12:31:53
阅读次数:
530
Problem DescriptionGive you three sequences of numbers A, B, C, then we give you a number X. Now you need to calculate if you can find the three numbe...
分类:
其他好文 时间:
2014-07-31 12:54:46
阅读次数:
704
javascript 并不提供类这样方便实用的面向对象类型,今天学习到了,直接上代码: Demo Js_Class 这叫什么极简主义法,还有好多其他的实现方法,我就不多说了,给大家一个连接:http://www.ruanyifeng.com/blog/2012/07/three_ways_t...
分类:
编程语言 时间:
2014-07-31 12:52:56
阅读次数:
223