码迷,mamicode.com
首页 >  
搜索关键字:units are seconds si    ( 4698个结果
8086CPU寄存器
8086 CPU 中寄存器总共为 14 个,且均为 16 位 。即AX,BX,CX,DX,SP,BP,SI,DI,IP,FLAG,CS,DS,SS,ES共 14 个。而这 14 个寄存器按照一定方式又分为了通用寄存器,控制寄存器和段寄存器。通用寄存器:AX,BX,CX,DX 称作为数据寄存器:AX ...
分类:其他好文   时间:2014-08-12 00:15:33    阅读次数:177
ZOJ - 2243 - Binary Search Heap Construction
先上题目:Binary Search Heap ConstructionTime Limit:5 Seconds Memory Limit:32768 KBRead the statement of problem G for the definitions concerning trees. In...
分类:其他好文   时间:2014-08-11 23:57:23    阅读次数:895
mysql5.5主从同步排错
Slave_SQL_Running:Nomysql同步故障解决方法Slave_SQL_Running:Nomysql同步故障解决今天检查数据库发现一台MySQLSlave未和主机同步,查看Slave状态:mysql>showslavestatus\GSlave_IO_Running:YesSlave_SQL_Running:NoLast_Errno:1062....Seconds_Behind_Master:NULL原因:1..
分类:数据库   时间:2014-08-11 15:17:13    阅读次数:294
poj 2184 Cow Exhibition (变形的01背包)
链接:poj 2184 题意:给定n头牛,每头牛的的智商(si)和幽默感(fi)已知,求在保证智商(S)的和及幽默感(F)的和都为非负的情况下,智商和幽默感(S+T)的最大值 分析:题的本质即从n头牛中选出S>=0&&T>=0时,S+T的最大值 以智商最为容量,幽默感作为价值,因为每头牛只能选一次,就转化01背包了, dp[i]为智商为i时幽默感的最大值,则状态转移方程为 dp[j]=ma...
分类:其他好文   时间:2014-08-11 12:04:22    阅读次数:136
zoj 1010 (线段相交判断+多边形求面积)
链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=10AreaTime Limit: 2 Seconds Memory Limit: 65536 KB Special JudgeJerry, a middle school.....
分类:其他好文   时间:2014-08-10 21:17:00    阅读次数:404
UVA - 10249 The Grand Dinner
Description Problem D The Grand Dinner Input: standard input Output: standard output Time Limit: 15 seconds Memory Limit: 32 MB   Each team participating in this year?s ACM World Finals cont...
分类:其他好文   时间:2014-08-10 13:02:20    阅读次数:274
UVA - 10239 The Book-shelver's Problem
Description Problem D The Book-shelver’s Problem Input: standard input Output: standard output Time Limit: 5 seconds Memory Limit: 32 MB   You are given a collection of books, which must...
分类:其他好文   时间:2014-08-10 10:24:30    阅读次数:317
zoj2977Strange Billboard (状态压缩+枚举)
Strange Billboard Time Limit: 2 Seconds Memory Limit: 65536 KB The marketing and public-relations department of the Czech Technical University has designed a new reconfigurable mechanical Fli...
分类:其他好文   时间:2014-08-10 01:49:09    阅读次数:326
汇编指令长度计算方法(学习汇编)
一、没有操作数的指令,指令长度为1字节。如es:ds:cbwxlat等。二、操作数只涉及寄存器的指令,指令长度为2字节。如mov al,[si]mov ax,[bx+si]mov ds,ax等。三、操作数涉及内存地址的指令,指令长度为3字节。如mov al,[bx+1]mov ax,[bx+si+3...
分类:其他好文   时间:2014-08-09 18:34:08    阅读次数:216
zoj 2107&&hdu 1007最近点对问题
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=1107Quoit DesignTime Limit:5 Seconds Memory Limit:32768 KBHave you ever played quoit in a p...
分类:其他好文   时间:2014-08-09 18:30:28    阅读次数:323
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!