码迷,mamicode.com
首页 >  
搜索关键字:units are seconds si    ( 4698个结果
zoj 2974 Just Pour the Water矩阵快速幂
Just Pour the WaterTime Limit: 2 Seconds Memory Limit: 65536 KBShirly is a very clever girl. Now she has two containers (A and B), each with some wat....
分类:其他好文   时间:2014-07-25 18:58:22    阅读次数:374
CreateProcess的使用方法
使用编译器vs2008。第一、第二个參数的使用方法:样例:使用ie打开指定的网页。注意第二个參数是 可运行文件+命令行參数#include "stdafx.h"#include #include int main(int argc, char* argv[]) { STARTUPINFO si...
分类:其他好文   时间:2014-07-24 14:46:25    阅读次数:416
汇编入门学习笔记 (十四)—— 直接定址表
疯狂的暑假学习之 汇编入门学习笔记 (十四)—— 直接定址表 参考: 《汇编语言》 王爽 第16章 1. 描述单元长度的标号 普通的标号:a,b assume cs:code code segment a:db 1,2,3,4,5,6,7,8 b:dw 0 start: mov si,offset a mov di,offset b mov ah,0 mov cx,8 s: mov al,cs:[si] add cs:[di],ax inc si loop s mov...
分类:其他好文   时间:2014-07-24 10:42:58    阅读次数:235
ZOJ1008
Gnome TetravexTime Limit:10 Seconds Memory Limit:32768 KBHart is engaged in playing an interesting game, Gnome Tetravex, these days. In the game, at t...
分类:其他好文   时间:2014-07-23 16:33:01    阅读次数:293
zoj 1648 判断线段是否相交
链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=648Circuit BoardTime Limit:2 Seconds Memory Limit:65536 KBOn the circuit board, there ar...
分类:其他好文   时间:2014-07-23 12:24:46    阅读次数:274
R语言记录程序运行的时间
f <- function(start_time) { start_time <- as.POSIXct(start_time) dt <- difftime(Sys.time(), start_time, units="secs") # Since you only want the H:M...
分类:其他好文   时间:2014-07-22 22:55:12    阅读次数:185
正片黑片白片降级片的详细介绍及区别
我们先从一片完整的晶圆(Wafer)说起:上图为Intel的25nm NAND Wafer。名词解释:wafer 即为图片所示的晶圆,由纯矽(Si)构成。 一般分为6英寸、8英寸、12英寸规格不等,晶片就是基於这个wafer上生产出来的。 Wafer上的一个小块,就是一个晶片晶圆体,学名die,封装...
分类:其他好文   时间:2014-07-22 22:41:15    阅读次数:503
php透明合并png与jpg图片
源 1 1 另外一种方法: 2 3 $dest = imagecreatefrompng('mapCanvas.png'); 4 $src = imagecreatefromjpeg('si.jpg'); 5 imagealphablending($dest, false); 6 imagesa.....
分类:Web程序   时间:2014-07-22 22:40:53    阅读次数:412
Uva---10881 Piotr's Ants(蚂蚁)
Problem DPiotr's AntsTime Limit: 2 seconds"One thing is for certain: there is no stopping them;the ants will soon be here. And I, for one, welcome ou....
分类:其他好文   时间:2014-07-22 22:36:53    阅读次数:363
ZOJ 1649:Rescue(BFS)
Rescue Time Limit: 2 Seconds      Memory Limit: 65536 KB Angel was caught by the MOLIGPY! He was put in prison by Moligpy. The prison is described as a N * M (N, M Angel's friends want to sa...
分类:其他好文   时间:2014-07-22 14:28:26    阅读次数:200
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!