码迷,mamicode.com
首页 >  
搜索关键字:io    ( 172858个结果
poj3469 Dual Core CPU --- 最小割
一个CPU有两个核,要把n个模块放在其中一个核上,给出放在不同核上的花费。 另给出m对模块,若不放在同一模块则会产生额外花费。求最小花费。 对于每一个模块可以选择核1,核2,和相连的模块。 据此建边,核1为源点,核2为汇点,相连的模块之间建双向边,边权均为花费。求最小割即可。 #include #include #include #include #includ...
分类:其他好文   时间:2014-08-01 09:18:11    阅读次数:184
HDU 1506 Largest Rectangle in a Histogram
Problem Description A histogram is a polygon composed of a sequence of rectangles aligned at a common base line. The rectangles have equal widths but may have different heights. For example, the fi...
分类:其他好文   时间:2014-08-01 09:16:21    阅读次数:280
hdu 4902 Nice boat(2014多校训练第4场 1006)
Nice boat                                                                           Time Limit: 30000/15000 MS (Java/Others)    Memory Limit: 131072/131072 K (Java/Others) Problem Description...
分类:其他好文   时间:2014-08-01 09:16:12    阅读次数:305
再说中国剩余定理、扩展欧几里德和同余方程组
E - 解同余线性方程组1 Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Submit Status Description Andy和Mary养了很多猪。他们想要给猪安家。但是Andy没有足够的猪圈,很多猪只能够在一个猪圈安家。举个例子,假如有16头猪,Andy...
分类:其他好文   时间:2014-08-01 09:15:41    阅读次数:236
uva208 - Firetruck
Firetruck The Center City fire department collaborates with the transportation department to maintain maps of the city which reflects the current stat...
分类:其他好文   时间:2014-08-01 09:13:31    阅读次数:223
C# .net中DatailsView的JS简易版
话不多说,先看效果图此图为最基本的效果,传入DataTable,直接读取第一条数据设置了标题设置了显示的列针对需要处理的列,增加了回调函数控制,让用户自己写处理事件将指定的列显示为图片一下两个图为为列绑定了单击事件的回调,将列名以及列值返回贴上代码,各位高手,提点意见 故障详情 ...
分类:Web程序   时间:2014-08-01 09:13:21    阅读次数:352
(拓扑排序)确定比赛名次
确定比赛名次 Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmit StatusDescription有 N个比赛队(1#include int ...
分类:其他好文   时间:2014-08-01 09:13:11    阅读次数:125
xtu summer individual 1 C - Design the city
C -Design the cityTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%lld & %lluDescriptionCerror is the mayor of city HangZhou. As you may know, th...
分类:其他好文   时间:2014-08-01 09:12:51    阅读次数:336
获取IP和mac地址
1.获取IP static string GetLocalIp() { string hostname = Dns.GetHostName();//得到本机名 //IPHostEntry localhost = Dns.GetHostBy...
分类:其他好文   时间:2014-08-01 09:12:21    阅读次数:220
我所认为的KVC和KVO
引子: ? 为什么要写这个,只是突然一个念头闪现,说一下本人目前理解。KVC: ? Key-value coding,它是一种使用字符串标识符,间接访问对象属性的机制。但是关就这一点来说,这么久以来确实没怎么体会到用这个的好处,我没有明显的理由用setValut:forKey 而不是直接用一个属性。...
分类:其他好文   时间:2014-08-01 09:12:11    阅读次数:230
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!