The number of steps
Time Limit: 1000ms Memory limit: 65536K 有疑问?点这里^_^
题目描述
Mary stands in a strange maze, the maze looks like a triangle(the first layer have one room,the second lay...
分类:
其他好文 时间:
2014-12-29 09:05:37
阅读次数:
206
ShaderMaterial方法根据参数parameters创建为自定义着色器创建材质类型,这样的材质对象让用户扩充材质类型,有了无限的可能.
parameters参数的格式看上面.ShaderMaterial对象的功能函数采用,定义构造的函数原型对象来实现.大部分属性方法继承自材质的基类Material.
Example:
var material = new THREE.ShaderMaterial({
uniforms: {
time:{type: "f", value: ...
分类:
Web程序 时间:
2014-12-29 09:02:51
阅读次数:
163
How many Fibs?
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 10748
Accepted: 3982
Description
Recall the definition of the Fibonacci numbers:
f1 := 1...
分类:
其他好文 时间:
2014-12-29 09:01:26
阅读次数:
155
Problem Description
Today is the 10th Annual of “September 11 attacks”, the Al Qaeda is about to attack American again. However, American is protected by a high wall this time, which can be treatin...
分类:
编程语言 时间:
2014-12-29 01:02:11
阅读次数:
240
原来一张图就就能证明:C(N,M)%P,p是素数。简直太炫酷先膜拜会#include#include#include#include#include#include#define C 240#define TIME 10#define LL long longusing namespace s...
分类:
其他好文 时间:
2014-12-29 00:59:08
阅读次数:
177
var draw = function() { // var time = new Date().getTime(); mWindow = lw.create('div'); document.body.appendChild(mWin...
分类:
其他好文 时间:
2014-12-29 00:53:21
阅读次数:
198
1029: [JSOI2007]建筑抢修Time Limit:4 SecMemory Limit:162 MBSubmit:2382Solved:1033[Submit][Status]Description小刚在玩JSOI提供的一个称之为“建筑抢修”的电脑游戏:经过了一场激烈的战斗,T部落消灭了所...
分类:
Web程序 时间:
2014-12-28 23:30:19
阅读次数:
245
Since last year August when I started to prepare for the IELTS examiation, it took one year's time for me to successfully apply the Australian Scholar...
分类:
其他好文 时间:
2014-12-28 23:30:08
阅读次数:
193
【题目】
Given an unsorted integer array, find the first missing positive integer.
For example,
Given [1,2,0] return 3,
and [3,4,-1,1] return 2.
Your algorithm should run in O(n) time and use...
分类:
其他好文 时间:
2014-12-28 22:21:58
阅读次数:
242
凸包旋转卡壳求最大三角形面积
最大三角形
Time Limit: 5000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 3316 Accepted Submission(s): 1119
Problem Description
...
分类:
其他好文 时间:
2014-12-28 20:52:27
阅读次数:
162