#include #include #include using namespace std;char s[100],s1[100],s2[100];map my;map ::iterator it;int main(int argc, char *argv[]){int i;while (ge.....
分类:
其他好文 时间:
2014-08-10 12:44:00
阅读次数:
203
// 简单 bfs#include #includeusing namespace std;char map[110][110];int flag[110][110];int qu[11000][2],qe,qs,m,n;int add[8][2]={-1,-1, -1,0, -1,1, 0,-1,...
分类:
其他好文 时间:
2014-08-09 11:32:47
阅读次数:
227
1/打开终端在Dash里搜索。打开Dash,在里面搜索“gnome-terminal”,就可以找到终端应用序。快捷键Ctrl+Alt+L也可以,不过如果是虚拟机的话可能会有问题。如果想以后快捷打开终端的话,可以在终端运行时的图标选择“Lock to Launcher”。2/下载安装包在终端输入:ge...
分类:
其他好文 时间:
2014-08-08 17:44:56
阅读次数:
293
错的我真是无语。。。还是状态的把握不准确。。
起始状态转移方程是很重要,但是只推出了方程是不够的
对边界状态的处理,对特殊状态的处理,这些都很重要,错了任何一个小地方,都会导致WA....
细节!更清晰的思路,更全面的考虑!
#include
#include
#include
using namespace std;
int n,t;
int v[55];
int d[55][1000...
分类:
其他好文 时间:
2014-08-07 19:11:09
阅读次数:
228
Description
The branch of mathematics called number theory is about properties of numbers. One of the areas that has captured the interest of number theoreticians for thousands of years is the qu...
分类:
其他好文 时间:
2014-08-06 19:06:42
阅读次数:
319
1、在mysql中执行下句成功,可添加中文的。
insert into book(bookName,author,publish) values('好','hao','hao');
但是在jsp中执行这个insert 语句就会出现乱码。
解决方案:在url后面加上?useUnicode=true&characterEncoding=utf-8
2、导入txt文件中的sql语句,乱码...
分类:
数据库 时间:
2014-08-06 14:50:21
阅读次数:
258
为了避免 在action中有 太多的 类,而需要写大量的get().set()。所以,Struts2 使用 了 domain model.eg:private User user; public String add(){ System.out.println("name:"+user.ge...
分类:
其他好文 时间:
2014-08-05 22:18:10
阅读次数:
195
很早之前在CSDN上发的博客,现在CSDN上得少了,就把这个转到园子里来//重写toString方法,将时间转换为Y-m-d H:i:s格式Date.prototype.toString = function(){ return this.getFullYear() + "-" + (this.ge...
分类:
Web程序 时间:
2014-08-05 18:38:09
阅读次数:
236
近日,通用电气(NYSE: GE)发布2014年“全球创新趋势报告”,探讨了世界各地的企业为追求创新而采取的变革行动。报告显示,企业正在积极改变内部流程和架构——鼓励创新行为、开展和其他企业的合作以扩大竞争优势,并利用大数据和分析以更好地了解客户和市场动态。 根据2014年“GE全球创新趋势调...
分类:
其他好文 时间:
2014-08-05 11:00:49
阅读次数:
212
GetStreamUri函数可以获取流媒体地址。代码如下:void UserGetUri(const char* xAddr){ int result=0 ; struct soap *soap = soap_new(); struct _trt__GetStreamUri trt__Ge...
分类:
其他好文 时间:
2014-08-04 20:54:27
阅读次数:
2148