码迷,mamicode.com
首页 >  
搜索关键字:time    ( 52982个结果
HDU 1425 sort (排序)
sort Time Limit: 6000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 28997    Accepted Submission(s): 8796 Problem Description 给你n个整数,请按从大到小的顺序输出其中...
分类:编程语言   时间:2014-12-11 17:30:40    阅读次数:152
SGU - 105 - Div 3 (简单数学题!)
SGU - 105 Div 3 Time Limit: 250MS   Memory Limit: 4096KB   64bit IO Format: %I64d & %I64u Submit Status Description There is sequence 1, 12, 123, 1234, ..., 12345678...
分类:其他好文   时间:2014-12-11 17:27:32    阅读次数:181
SGU - 123 - The sum (简单数学!)
SGU - 123 The sum Time Limit: 250MS   Memory Limit: 4096KB   64bit IO Format: %I64d & %I64u Submit Status Description Here is your second problem, keep calm and solve ...
分类:其他好文   时间:2014-12-11 17:23:40    阅读次数:204
HDU 1425 sort (hash)
sort Time Limit: 6000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 29001    Accepted Submission(s): 8799 Problem Description 给你n个整数,请按从大到小的顺序输出其中...
分类:其他好文   时间:2014-12-11 17:20:50    阅读次数:162
Ruby基础类型,动态特性,代码块
#Ruby内置基础数据类型 NilClass,TureClass,FalseClass,Time,Date,String,Range,Struct,Array,Hash#Numerice 1.分为Interger整数类。Interger又分为Fixnum和Bignum。#2.#Float浮点数#3....
分类:其他好文   时间:2014-12-11 17:08:43    阅读次数:149
HDU2102A计划(BFS)
A计划 Time Limit: 3000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 10179    Accepted Submission(s): 2452 Problem Description 可怜的公主在一次次被魔王掳走一次次被骑士们救回来之...
分类:其他好文   时间:2014-12-11 15:59:33    阅读次数:135
Median of Two Sorted Arrays -- leetcode
There are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should be O(log (m+n)). 下列算法的时间复杂度为O(log (k)), k = mi...
分类:其他好文   时间:2014-12-11 15:53:14    阅读次数:193
HDU 1894 String Compare (排序)
String Compare Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65535/32768 K (Java/Others) Total Submission(s): 3124    Accepted Submission(s): 740 Problem Description Maybe there ...
分类:编程语言   时间:2014-12-11 15:48:31    阅读次数:197
BZOJ2561: 最小生成树
2561: 最小生成树Time Limit: 10 SecMemory Limit: 128 MBSubmit: 558Solved: 278[Submit][Status]Description 给定一个边带正权的连通无向图G=(V,E),其中N=|V|,M=|E|,N个点从1到N依次编号,给定三...
分类:其他好文   时间:2014-12-11 15:31:31    阅读次数:231
Java反射及依赖注入简单模拟
一、编写Dao类?1234567891011package cn.com.songjy.annotation;import java.util.Date;public class MyDao {public String time(){return "你好,现在的时间是:" + new Date()...
分类:编程语言   时间:2014-12-11 15:15:57    阅读次数:239
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!