码迷,mamicode.com
首页 >  
搜索关键字:time    ( 52982个结果
UVA - 11234 - Expressions (栈和队列)
UVA - 11234 Expressions Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu Submit Status Description 2007/2008 ACM International Collegiat...
分类:其他好文   时间:2015-04-19 09:00:08    阅读次数:162
UVA - 10004 - Bicoloring (简单图论-着色判断)
UVA - 10004 Bicoloring Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu Submit Status Description   Bicoloring  In 1976...
分类:其他好文   时间:2015-04-19 08:59:05    阅读次数:140
hdu 5206 Four Inages Strategy
Four Inages Strategy Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 331    Accepted Submission(s): 128 Problem Description Young F...
分类:其他好文   时间:2015-04-19 08:55:47    阅读次数:121
基本的排序算法之—— 冒泡排序
/********************************************************************** * Copyright (c)2015,WK Studios * Filename: * Compiler: GCC,VS,VC6.0 win32 * Author:WK * Time: 2015 4 18 *************...
分类:编程语言   时间:2015-04-19 01:15:58    阅读次数:138
HDU1688 Sightseeing(SPFA 求最短路与次短路的路径条数)可用作模板
Sightseeing Time Limit: 3000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 718    Accepted Submission(s): 293 Problem Description Tour operator Your P...
分类:其他好文   时间:2015-04-18 23:48:52    阅读次数:164
杭电2037贪心法
#includeint main(){ int n; int a[110],b[110],temp,temp1,count,time; int i,j; while(scanf("%d",&n)!=EOF&&n!=0) { count=0; ...
分类:其他好文   时间:2015-04-18 23:40:12    阅读次数:121
FZU 1921 栀子花开
栀子花开Time Limit: 1000msMemory Limit: 32768KBThis problem will be judged onFZU. Original ID:192164-bit integer IO format:%I64d Java class name:Main这是一个栀...
分类:其他好文   时间:2015-04-18 23:21:15    阅读次数:121
Erlang-多核并发时的树形通信
这段代码不是我写的,谢谢实验室的的师妹,接下来要把树形通信应用到求Pi上去。-module(my). -export([main/1,temp/2,integer_to_atom/1,judge/3,ceil/1]).main(CoreNum) -> SumDie=temp(CoreNum,1), Time=erlang:now(),...
分类:其他好文   时间:2015-04-18 22:07:25    阅读次数:162
c语言之统计元音
统计元音 Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 45249    Accepted Submission(s): 18458 Problem Description 统计每个元音字母在字符串中出现的次数。...
分类:编程语言   时间:2015-04-18 22:05:35    阅读次数:174
0-1之间的随机数 C/C++
先贴代码(小数点后6位) vc6.0测试#include "stdafx.h"#include #include int main(int argc, char* argv[]){ double d = 0.0; int nCount = 0; srand((int)time(0)...
分类:编程语言   时间:2015-04-18 21:42:38    阅读次数:150
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!