码迷,mamicode.com
首页 >  
搜索关键字:inf    ( 34339个结果
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException
1、错误描述 2014-7-12 23:08:31 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions 信息: Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext....
分类:编程语言   时间:2014-07-13 16:24:55    阅读次数:332
日常 java web 开发中遇到的常见问题
view层:问题:jsp页面double值过大,会变成科学计数法第一步:引入标签<%@taglibprefix="fmt"uri="/WEB-INF/tld/fmt.tld"%>第二步:<fmt:formatNumbervalue="${变量名}"pattern="#.00"/>2.jsp和java后台交互,通过js转码问题js代码:vartest=jQuery("#test").val(..
分类:编程语言   时间:2014-07-13 15:25:40    阅读次数:287
Caused by: java.lang.ClassNotFoundException: org.apache.commons.io.FileUtils
1、错误描述 警告: Could not create JarEntryRevision for [jar:file:/D:/MyEclipse/apache-tomcat-7.0.53/webapps/FirstSSH/WEB-INF/lib/struts2-core-2.3.16.3.jar]! java.lang.NoClassDefFoundError: org/apache/commo...
分类:编程语言   时间:2014-07-12 20:49:16    阅读次数:653
网络流初步: 最大流
好吧。。 直接上模板。。。 queue q; memset(flow,0,sizeof(flow)); int f = 0; while(true){ memset(a,0,sizeof(a)); a[s] = INF; q.push(s); while(!q.empty)){ //BFS找增广路...
分类:其他好文   时间:2014-07-12 20:03:00    阅读次数:244
hdu4570
1 #include 2 #define N 65 3 using namespace std; 4 5 const long long INF = 1LL>_;12 while(_--)13 {14 int n,i,j,k;15 cin>>n;...
分类:其他好文   时间:2014-07-12 15:03:45    阅读次数:198
hdu 2853 Assignment 费用流
就是本来就给出了一个匹配,然后让你求一个权值最大的匹配,并且和初始匹配变动最小。#include #include #include using namespace std;const int N=400;const int MAXE=20000000;const int inf=10&&d[u]+...
分类:其他好文   时间:2014-07-12 14:47:39    阅读次数:212
HDU 2448 Mining Station on the Sea km
#include#include#include#include#includeusing namespace std;const int maxn = 105;const int INF = (1t){ slack[y]=t; } } ...
分类:其他好文   时间:2014-07-12 14:37:16    阅读次数:243
hdu 3315 My Brute 费用流,费用最小且代价最小
很常见的想法了= =#include #include #include using namespace std;const int N=400;const int MAXE=200000;const int inf=10&&d[u]+edge[j].w=0) printf("Oh, I lose ...
分类:其他好文   时间:2014-07-12 14:33:52    阅读次数:167
hdu 2489 Minimal Ratio Tree 枚举+最小生成树
点的总数很小,直接枚举就好。#include #include #define N 20#define inf 1000000int mk[N],n,k,ans[N];double low[N],val[N];double map[N][N],MIN;double prim(){ int i,...
分类:其他好文   时间:2014-07-12 14:33:11    阅读次数:174
hdu 2487 Ugly Windows 模拟
#include #include #include #include using namespace std;char map[110][110];int n,m;#define inf 100000struct node{ int x,y;};vector nn;int main(){ ...
分类:Windows程序   时间:2014-07-12 14:31:49    阅读次数:260
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!