这两道题虽然不是很难,但是目前还不会,在这留个地,省赛之后多刷点这种类型的题,再补上。1、http://acm.hdu.edu.cn/showproblem.php?pid=3306矩阵快速幂的题,相加平方和。2、http://acm.hdu.edu.cn/showproblem.php?pid=3...
分类:
其他好文 时间:
2014-07-22 23:00:55
阅读次数:
208
转自:http://blog.csdn.net/wnczwl369/article/details/7483290转自:http://hi.baidu.com/c2_sun/item/934a542518c6ecc5a5275aadstruts.xml文件配置:
1 2 5 6 7 ...
分类:
其他好文 时间:
2014-07-22 23:00:12
阅读次数:
549
原pom.xml配置文件: 4.0.0 com.my.helloworld hello-world
1.0-SNAPSHOT Maven Hello World Project junit jun...
分类:
其他好文 时间:
2014-07-22 22:59:36
阅读次数:
374
互联网分析导航:http://www.techxue.com/dh/产品经理沙龙:http://pmcaff.com/portal.php人人都是产品经理:http://iamsujie.com/
分类:
Web程序 时间:
2014-07-22 22:59:16
阅读次数:
273
1 //桶排序思想 2 //假如要排序的是数字是 2 4 5 5 5 8 8 9 1 1 3
#include 4 #define length 10 5 int main() 6 { 7 //数组元素值全部初始化为0 8 int
array[length]={0}; 9 ...
分类:
其他好文 时间:
2014-05-01 22:19:46
阅读次数:
342
首先,在http://www.yiichina.com/上下载yii
然后,配置系统环境变量,在win8下,按win+x,找到系统->高级系统设置->环境变量->path
把php的运行环境,加入到环境变量中,以分号隔开。如,我的是D:\wamp\bin\php\php5.4.1...
//UI界面的布局 文件 package
com.example.saveuserandpasswor; import android.app.Activity; import
android.content.Sh...
分类:
移动开发 时间:
2014-05-01 19:55:30
阅读次数:
510
1、环境: Maven :3.1.1 开发工具:Spring Tool Suite 数据库 :
Mysql 5.62、项目文件结构文件代码:2.1 、pom.xml 4.0.0 hibernate hibernate 0.0.1-SNAPSHOT jar
hibe...
分类:
系统相关 时间:
2014-05-01 19:43:40
阅读次数:
695
题目题意:给m个数字, q次询问, 询问b到e之间如果有重复数字就输出,
没有就输出OK思路:用f[i]数组 记录从i开始向后最近的有重复数字的 位置, 如 1 3 2 2, 则f[1] = 4;如果离a最近的重复数字的位置
都大于b, 就说明没有重复数字。f[]数组需要预处理,从后向前。 1 #i...
分类:
其他好文 时间:
2014-05-01 19:28:39
阅读次数:
286
Expression LanguageEL基本语法${...
}EL的运算符EL隐含对象(11个)JavaServer Pages Standard Tag
Library(包含核心标签库[前缀c]、格式标签库[fmt]、SQL标签库[sql]、XML标签库[xml]、函数标签库[fn])
分类:
Web程序 时间:
2014-05-01 18:43:15
阅读次数:
383