码迷,mamicode.com
首页 >  
搜索关键字:an earthquake takes    ( 759个结果
实现 memcpy 函数
memcpy() 的解释:void* memcpy(void* dst, const void* src, size_t n);// if copying takes place between objects that overlap, the behavior is undefined.因此自己...
分类:其他好文   时间:2014-06-07 04:35:21    阅读次数:551
获取某一个相册中所有照片和照片的缩略图
- (void)loadAssets {          // Initialise     _assets = [NSMutableArray new];     _assetLibrary = [[ALAssetsLibrary alloc] init];          // Run in the background as it takes a while to get a...
分类:其他好文   时间:2014-06-05 12:06:55    阅读次数:215
libvirt 基于C API基本使用案例
1,virConnectGetLibVersionAPI call obtain the version of libvirt software in use on the hostit takes a connection pointer and unsigned long pointer as ...
分类:Windows程序   时间:2014-06-03 08:10:33    阅读次数:440
Grand Central Dispatch
【Grand Central Dispatch】 GCD is one of the technologies for starting tasks asynchronously.This technology takes the thread management code you would ....
分类:其他好文   时间:2014-05-26 21:59:26    阅读次数:314
【LeetCode】Climbing Stairs
题目 You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top? 解答...
分类:其他好文   时间:2014-05-25 00:37:34    阅读次数:284
Scala 学习笔记
class Rational(n: Int, d: Int) { require(d != 0) override def toString = n +"/"+ d}The require method takes one boolean parameter. If the passed val.....
分类:其他好文   时间:2014-05-16 09:01:12    阅读次数:272
zoj 1806 This Takes the Cake 计算凸四边形和三角形的面积
题目来源:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=806题意:凸四边形上 有8个点, 4个顶点 , 和 每2个顶点的中点。经过这8个点的每一条线段,将四边形分成2份, 求这两份面积最近的面积。分析: 枚举, 每条线段, 计...
分类:其他好文   时间:2014-05-08 18:44:03    阅读次数:284
杭电 4165 Pills
Pills Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s):    Accepted Submission(s): Problem Description Aunt Lizzie takes half a pill of ...
分类:其他好文   时间:2014-05-07 06:33:36    阅读次数:248
uva 11374
Problem D: Airport ExpressIn a small city called Iokh, a train service,Airport-Express, takes residents to the airport more quickly than other transpo...
分类:其他好文   时间:2014-04-30 13:53:23    阅读次数:347
759条   上一页 1 ... 74 75 76
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!