码迷,mamicode.com
首页 >  
搜索关键字:total    ( 18887个结果
01背包(变种)
http://acm.hdu.edu.cn/showproblem.php?pid=2476 String painter Time Limit: 5000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Su ...
分类:其他好文   时间:2019-10-27 20:31:29    阅读次数:108
最长上升子序列
http://acm.hdu.edu.cn/showproblem.php?pid=1069 Monkey and Banana Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total ...
分类:其他好文   时间:2019-10-24 00:13:25    阅读次数:86
hdu1532 Drainage Ditches(最大流+EK)
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 25940 Accepted Submission(s): 12214 Problem Descr ...
分类:其他好文   时间:2019-10-22 20:36:09    阅读次数:77
linq to js 用法
/** * 排序汇总 * */ var result = Enumerable.From(vm.productList).GroupBy("$.goods_id", null, function (key, g) { var result = { currency: key, total: g.Su... ...
分类:Web程序   时间:2019-10-22 15:18:46    阅读次数:130
Oracle 03113
SYSTEM的只有2M可以用了,还是需要 扩增 SYSTEM和SYSAUX的表空间 SELECT a.tablespace_name,a.bytes/1024/1024 total_M,b.bytes/1024/1024 used_M,c.bytes/1024/1024 free_M,(b.byte ...
分类:数据库   时间:2019-10-21 11:56:52    阅读次数:106
模拟分段概率密度函数
clc close clear format long syms x a p1=int(exp(2*x),-0.5,0); p2=int(exp(-2*x),0,0.5) double(p1+p2) total=1000000; c=0; for i=1:total rnd=rand(); if(r ...
分类:其他好文   时间:2019-10-20 10:58:59    阅读次数:93
完全背包(硬币)
http://acm.hdu.edu.cn/showproblem.php?pid=1114 Piggy-Bank Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submis ...
分类:其他好文   时间:2019-10-20 01:07:03    阅读次数:84
dfs(首尾字母)
http://acm.hdu.edu.cn/showproblem.php?pid=1181 变形课 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/65536 K (Java/Others)Total Submission(s ...
分类:其他好文   时间:2019-10-20 00:55:23    阅读次数:111
01背包(容量为浮点数)
http://acm.hdu.edu.cn/showproblem.php?pid=1864 最大报销额 Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission( ...
分类:其他好文   时间:2019-10-19 11:23:18    阅读次数:143
hdu 6311 Cover (欧拉路径)
Cover Time Limit: 6000/3000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 440 Accepted Submission(s): 65Special Judge ...
分类:其他好文   时间:2019-10-18 22:13:52    阅读次数:122
18887条   上一页 1 ... 33 34 35 36 37 ... 1889 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!