ysu_dong

导航

 

2012年11月4日

摘要: POJ3273 Monthly Expense 二分查找的魅力转自:http://hi.baidu.com/poeticxuan/item/7ac0d2f292aa930bd6ff8c5d题意:给定连续的n天(1<=n<=100000),每天都要花费一定的资金,需要将这连续的n天划分为m段(1<=m<=n),每一段都是连续的,且使得m段中各个段的资金总和的最大值最小,求出这个最小值。这题让我联想到了曾经笔试中遇到的一道题,题意如下:【说是有n个站点,每个站点有A[i]个网页(0<=i<=n-1)。有m个网络爬虫,每个爬虫只能对连续的站点进行信息提取,m个爬虫 阅读全文
posted @ 2012-11-04 20:52 ysu_dx 阅读(377) 评论(0) 推荐(0)
 
摘要: 详细请查看:http://www.itpub.net/thread-1379575-2-1.html这是enable novalidate的作用测试希望对你有点用SQL> create table t1 (t_id number);Table created.SQL> select index_name from user_indexes where table_name='T1';no rows selectedSQL> insert into t1 values(110);1 row created.SQL> insert into t1 value 阅读全文
posted @ 2012-11-04 01:03 ysu_dx 阅读(367) 评论(0) 推荐(0)