码迷,mamicode.com
首页 >  
搜索关键字:time    ( 52982个结果
sdut2623——The number of steps
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
three.js 源码注释(五十七)Material /ShaderMaterial.js
ShaderMaterial方法根据参数parameters创建为自定义着色器创建材质类型,这样的材质对象让用户扩充材质类型,有了无限的可能. parameters参数的格式看上面.ShaderMaterial对象的功能函数采用,定义构造的函数原型对象来实现.大部分属性方法继承自材质的基类Material. Example: var material = new THREE.ShaderMaterial({ uniforms: { time:{type: "f", value: ...
分类:Web程序   时间:2014-12-29 09:02:51    阅读次数:163
poj 2413 How many Fibs?
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
HDU 4031 Attack(树状数组)
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
LUCAS 定理
原来一张图就就能证明: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
pop
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]建筑抢修
1029: [JSOI2007]建筑抢修Time Limit:4 SecMemory Limit:162 MBSubmit:2382Solved:1033[Submit][Status]Description小刚在玩JSOI提供的一个称之为“建筑抢修”的电脑游戏:经过了一场激烈的战斗,T部落消灭了所...
分类:Web程序   时间:2014-12-28 23:30:19    阅读次数:245
<2014 12 28> Some conclusions and thought recently
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
【LeetCode】First Missing Positive 解题报告
【题目】 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
HDOJ 2202 最大三角形 凸包旋转卡壳求最大三角形面积
凸包旋转卡壳求最大三角形面积 最大三角形 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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!