http://acm.hdu.edu.cn/showproblem.php?pid=1203 1 #include 2 #include 3 #include 4 using namespace std; 5 6 int a[20000]; 7 double b[20000],dp[2000...
分类:
其他好文 时间:
2014-07-27 21:34:25
阅读次数:
218
Please help me contribute to this list, for non-experience iOS developers or someone who need a come-in-handy library list to refer or to use in their projects. Fork, edit and send a PR are all things...
分类:
移动开发 时间:
2014-07-26 17:15:02
阅读次数:
931
ThinkPad E431如何关闭触摸板
系统环境:win 7 旗舰版
1、下载驱动程序
到官方下载UltraNav驱动,参考如下图所示:
Think Pad系列关闭触摸板需要安装专门的驱动程序来管理,所以若想关闭触摸板,必须安装此驱动。
2、设置
通过此流程进入设置:控制面板——硬件和声音——设备和打印——鼠标
进入后点击“ThinkPad”选项,进...
分类:
其他好文 时间:
2014-07-26 15:16:20
阅读次数:
332
To Learn something you need to do it, without the fear of being unsuccessful. I believe in practicality and hence will be accompanying you to the prac...
分类:
系统相关 时间:
2014-07-26 14:09:15
阅读次数:
492
先建立一个模型123456789101112array("mapping_type"=>MANY_TO_MANY,"foreign_key"=>"uid",//中间表的字段"relation_foreign_key"=>"gid",//中间表的字段"relation_table"=>"think_u...
分类:
Web程序 时间:
2014-07-26 13:50:15
阅读次数:
236
今天进行数据库文件导入的时候遇到了这样的一个问题:The'InnoDB'feature is disabled;you need MySQL built with 'InnoDB' to have it working。把问题往百度里一粘贴,马上就可以搜到了解决办法,而且十分快速有效。以下是大牛们在...
分类:
数据库 时间:
2014-07-26 05:43:47
阅读次数:
236
Java compiler level does not match the version of the installed Java project facet Assuming that you are using the m2e plugin in Eclipse, you‘ll need to specify the?source?and?targetversions as...
分类:
其他好文 时间:
2014-07-25 00:11:14
阅读次数:
223
不懂得见算法背包问题详解
代码如下:
#include
struct node
{
int cost;
double wei;
} a[10004];
double min(double a,double b)
{ return a>b? b:a;}
int main()
{
int i,j,n,m;
double dp[10004];
whil...
分类:
其他好文 时间:
2014-07-24 17:44:25
阅读次数:
235
目录think in java 读书笔记 1 ——移位think in java 读书笔记 2 —— 套接字概要1. 数据报基本知识1. 数据报基本知识 之前套接字中例子使用的都是“传输控制协议”(TCP),亦称作“基于数据流的套接字”。根据该协议的设计宗旨,它具有高度的可靠性,而且能保证数据顺利....
分类:
编程语言 时间:
2014-07-24 12:19:25
阅读次数:
244
Today we know that designers want uncompromising beauty of women in their handbags. They are also very aware of the need for efficiency. This is why s...
分类:
其他好文 时间:
2014-07-24 12:14:55
阅读次数:
245