码迷,mamicode.com
首页 >  
搜索关键字:time    ( 52982个结果
unix环境C编程之日期时间转换
1、理清概念1.1、日历时间:含义:国际标准时间1970年1月1日00:00:00以来经过的秒数。数据类型:time_t。实际上是long的别名。1.2、tm结构时间:含义:结构化存放时间的数据结构,方便查看。ANSI C标准称使用tm结构的这种时间表示为分解时间(broken-down time)...
分类:其他好文   时间:2015-01-22 11:00:55    阅读次数:172
POJ-1416-Shredding Company(模拟+dfs)
Shredding Company Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 4397   Accepted: 2519 Description You have just been put in charge of developing a new sh...
分类:其他好文   时间:2015-01-22 09:33:37    阅读次数:225
hdu3038--How Many Answers Are Wrong
How Many Answers Are Wrong Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 2829    Accepted Submission(s): 1084 Problem Description TT ...
分类:其他好文   时间:2015-01-22 09:32:46    阅读次数:213
POJ 2391-Ombrophobic Bovines(网络流_最大流+floyd+二分)
Ombrophobic Bovines Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 15485   Accepted: 3361 Description FJ's cows really hate getting wet so much that the...
分类:其他好文   时间:2015-01-22 09:30:03    阅读次数:226
Leetcode: Read N Characters Given Read4 II - Call multiple times
The API: int read4(char *buf) reads 4 characters at a time from a file.The return value is the actual number of characters read. For example, it retur...
分类:其他好文   时间:2015-01-22 08:13:46    阅读次数:487
[LeetCode] Search in Rotated Sorted Array II 二分搜索
Follow up for "Search in Rotated Sorted Array":What ifduplicatesare allowed?Would this affect the run-time complexity? How and why?Write a function to...
分类:其他好文   时间:2015-01-22 01:40:55    阅读次数:130
hdu 1596 find the safest road (Dijksrta算法)
find the safest road Time Limit: 10000/5000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 7536    Accepted Submission(s): 2664 Problem Description XX...
分类:编程语言   时间:2015-01-22 00:26:03    阅读次数:254
hdu 1106 排序
排序Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 37058Accepted Submission(s): 10501Problem Descri...
分类:编程语言   时间:2015-01-22 00:10:31    阅读次数:135
解题报告 HDU1176 免费馅饼
免费馅饼Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 27587Accepted Submission(s): 9370Problem Descr...
分类:其他好文   时间:2015-01-22 00:07:05    阅读次数:98
hacker cup 2015 Round 1 解题报告
A:求区间内素因子个数等于n的数有多少个解题思路:筛法解题代码: 1 // File Name: a.cpp 2 // Author: darkdream 3 // Created Time: 2015年01月18日 星期日 13时54分20秒 4 5 #include 6 #include 7 ....
分类:其他好文   时间:2015-01-21 23:48:41    阅读次数:173
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!