码迷,mamicode.com
首页 >  
搜索关键字:zoj 1109 language of    ( 11123个结果
第一章 初始C++
第一章 初始C++1. c++简介C plus plus1969年 BCPL(basic combined programming language)1973年 肯·汤普森(Ken Thompson)、丹尼斯·利奇(Dennis Ritchie)1983年 比雅尼·斯特劳斯特鲁普Bjarne Str...
分类:编程语言   时间:2014-05-12 21:41:51    阅读次数:320
zoj 3557 How Many Sets II
How Many Sets IITime Limit:2 Seconds Memory Limit:65536 KBGiven a setS= {1, 2, ...,n}, numbermandp, your job is to count how many setTsatisfies the fo...
分类:其他好文   时间:2014-05-12 13:05:52    阅读次数:238
新手学习数据库的整理和理解
数据库SQL SQL是一种组织、管理和检索计算机数据库存储的数据的工具SQL是结构化查询语言 SQL的全写是(Structured Query Language)DDL(数据定义语言)数据定义 SQL让用户定义存储数据的结构和组织,以及存储数据项之间的关系数据检索 SQL允许用户或应用程序从书库中检...
分类:数据库   时间:2014-05-12 07:08:04    阅读次数:456
ZOJ 1151 Word Reversal反转单词 (string字符串处理)
链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=151 For each list of words, output a line with each word reversed without changing the order of the words. This problem contains multi...
分类:其他好文   时间:2014-05-11 22:20:43    阅读次数:443
ZOJ 2109 FatMouse' Trade (背包 dp + 贪心)
链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=1109 FatMouse prepared M pounds of cat food, ready to trade with the cats guarding the warehouse containing his favorite food, JavaBean...
分类:其他好文   时间:2014-05-11 20:57:36    阅读次数:400
ZOJ 2724 Windows 消息队列 (优先队列)
链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=2724 Message queue is the basic fundamental of windows system. For each process, the system maintains a message queue. If something h...
分类:Windows程序   时间:2014-05-11 20:31:56    阅读次数:796
Linux下修改Oracle数据库字符集命令
常见情形:从服务器备份Oracle数据库后再到本地机器上还原Oracle数据库的时候经常会碰见数据库字符编码不一致的情况,可以用以下命令来修改本地的Oracle数据库字符编码,然后顺利还原Oracle数据库到本地机器上操作指令:[oracle@gpdb ~]$ sqlplus /nologSQL> conn /as sysdba; SQL>select userenv('language') fr...
分类:数据库   时间:2014-05-11 14:21:55    阅读次数:508
ZOJ - 1880 Tug of War
题意:求在两边人数不相差超过1个的情况下,实力尽量相等的情况 思路:从实力和的一半开始类背包操作 #include #include #include #include using namespace std; const int MAXN = 45010; const int MAXM = 110; int a[MAXM]; int dp[MAXN][MAXM]; int n; ...
分类:其他好文   时间:2014-05-11 05:02:03    阅读次数:279
对struts2的OGNL的理解
OGNL:Object-Graph Navigation Language.对象图形化导航语言 OGNL是集成进struts2框架中比较强大的技术有助于数据传输和类型转换,OGNL由表达式语言和类型装换器组成。 表达式语言: 我们已经在jsp表单input名和jsp标签使用该语言了.他用来绑定java端的数据属性和基于字符串的 视图层表示.表达式语言甚至可以进行方法调用,目的就在于方便数据...
分类:其他好文   时间:2014-05-11 03:41:01    阅读次数:424
[最小表示] zoj 1729 Hidden Password
题目链接: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=729 题目意思:...
分类:其他好文   时间:2014-05-11 01:52:41    阅读次数:367
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!