码迷,mamicode.com
首页 >  
搜索关键字:can-t    ( 23056个结果
欧拉项目007:第10001个素数
10001st prime Problem 7 By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13. What is the 10 001st prime number? 使用埃拉托斯特尼筛法,不懂得自行Wiki 我的py...
分类:其他好文   时间:2014-05-26 05:35:25    阅读次数:248
ProjectEuler 005题
题目:2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder.What is the smallest positive number that...
分类:其他好文   时间:2014-05-26 02:12:53    阅读次数:167
Android 系统架构
先看图: The above figure shows the diagram of Android Architecture. The Android OS can be referred to as a software stack of different layers, where eac....
分类:移动开发   时间:2014-05-26 00:59:10    阅读次数:412
关于可图化序列的一点结论 NEU 1429
Graphic SequenceA graphic sequence is a sequence of numbers which can be thedegree sequenceof somegraph. A sequence can be checked to determine if it ...
分类:其他好文   时间:2014-05-25 19:18:00    阅读次数:331
poj1003
HangoverTime Limit: 1000MSMemory Limit: 10000KTotal Submissions: 99369Accepted: 48162DescriptionHow far can you make a stack of cards overhang a tabl....
分类:其他好文   时间:2014-05-25 18:46:14    阅读次数:216
[掌眼]从iPhone UIWebview中打开itunes.apple.com链接启动App Store
方法一:适用于App不适用于UIWebViewNSURL *iTunesURL;// Process a LinkShare/TradeDoubler/DGM URL to something iPhone can handle- (void)openReferralURL:(NSURL *)ref...
分类:移动开发   时间:2014-05-25 14:02:32    阅读次数:377
JS 日历控件
http://www.cnblogs.com/yank/archive/2008/08/14/1267746.htmlhttp://code.google.com/p/lhgcalendar/downloads/detail?name=lhgcalendar-3.0.0.rar&can=2&qlhg...
分类:Web程序   时间:2014-05-25 13:39:57    阅读次数:262
八.使用OpenCv对图像进行平滑操作
IplImage* CaptureImg() { IplImage* pImg = NULL; CvCapture* pCam = NULL; pCam = cvCreateCameraCapture(0); if(NULL == pCam) { fprintf(stderr, "Can't init Camera!\n"); return NULL; } cvSetCa...
分类:其他好文   时间:2014-05-25 10:59:29    阅读次数:230
ACdream1012:Convex
Problem Description We have a special convex that all points have the same distance to origin point. As you know we can get N segments after linking the origin point and the points on the convex. ...
分类:其他好文   时间:2014-05-25 09:50:19    阅读次数:217
acd Convex(求面积)
Problem Description We have a special convex that all points have the same distance to origin point. As you know we can get N segments after linking the origin point and the points on the convex. ...
分类:其他好文   时间:2014-05-25 06:55:54    阅读次数:188
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!