码迷,mamicode.com
首页 >  
搜索关键字:time    ( 52982个结果
关于c中的一些新函数
localtime 和 localtime_s:localtime:localtime(const time_t * _Time)time_t t;struct tm *local;time(&t);local=localtime(&t);localtime_s:localtime_s(struct...
分类:其他好文   时间:2015-01-17 17:49:43    阅读次数:151
在php程序中备份数据库
新建一个php文件,写入date_default_timezone_set('PRC');$bak_file_name = date('YmdHis',time()).'.bak';$command = "D:\amp\mysql\bin\mysqldump.exe -uroot -p密码 temp...
分类:数据库   时间:2015-01-17 17:44:53    阅读次数:169
HDU2604-- Queuing(矩阵快速幂优化)
Queuing Time Limit:5000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Submit Status Description Queues and Priority Queues are data structures which are known to most comp...
分类:其他好文   时间:2015-01-17 16:36:07    阅读次数:201
php 图片处理
//合成图片(加水印) function img_water_mark($srcImg, $waterImg, $savename, $savepath='public/images/wxqrcode', $positon=3, $alpha=100) { //$savename=time().'.jpg'; $temp = pathinfo($srcImg); ...
分类:Web程序   时间:2015-01-17 16:34:36    阅读次数:291
hdu3306--Another kind of Fibonacci(矩阵快速幂)
Another kind of Fibonacci Time Limit:1000MS     Memory Limit:65536KB     64bit IO Format:%I64d & %I64u Submit Status Description As we all known , the Fibonacci series : F(0) = 1, F(1)...
分类:其他好文   时间:2015-01-17 16:33:50    阅读次数:149
zoj3690--Choosing number(dp,矩阵快速幂)
Choosing number Time Limit:2000MS     Memory Limit:65536KB     64bit IO Format:%lld & %llu Submit Status Description There are n people standing in a row. And There are m numbers, 1.2....
分类:其他好文   时间:2015-01-17 16:33:28    阅读次数:212
1854: [Scoi2010]游戏
1854: [Scoi2010]游戏Time Limit:5 SecMemory Limit:162 MBSubmit:2538Solved:905[Submit][Status]Descriptionlxhgww最近迷上了一款游戏,在游戏里,他拥有很多的装备,每种装备都有2个属性,这些属性的值用[...
分类:其他好文   时间:2015-01-17 16:31:32    阅读次数:184
Min Stack
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.push(x) -- Push element x onto stack.pop() -- Removes...
分类:其他好文   时间:2015-01-17 16:28:38    阅读次数:188
Getting off the ground with the WCF-OracleDB adapter in BizTalk
Time and time again I walk into a client which uses Oracle and I need to connect BizTalk to it. And … time and time again I run into issues getting th...
分类:数据库   时间:2015-01-17 12:35:37    阅读次数:233
HDU 4521 小明系列问题——小明序列 (LIS加强版)
小明系列问题——小明序列Time Limit: 3000/1000 MS (Java/Others)Memory Limit: 65535/32768 K (Java/Others)Total Submission(s): 1946Accepted Submission(s): 596Problem...
分类:其他好文   时间:2015-01-17 11:06:23    阅读次数:188
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!