自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

c0de4fun的完美算(nei)法(he)教室-我们仍不知道,那天调用的驱动的名字。

c0de4fun的自留地,数学白痴拒绝算法。【我就是活在底层的夜行百鬼,驱动幽灵】

  • 博客(8)
  • 资源 (1)
  • 收藏
  • 关注

原创 【poj3320】Jessica's reading problem,解题报告+数据+代码

#include #include #include #include #include #include #include /* Problem : POJ3320-Jessica's reading problem; Begin Time: 27/2/2012 5:30 p.m. End Time: 29/2/2012 11:13 a.m La

2012-02-29 11:23:37 1449 1

原创 【POJ2255】Tree Recovery解题报告 思路 + 数据 +代码

#include #include #include #include using namespace std;/* Author: YuXun Lu Time:23rd/2/2012 Last Time:About 7 Hours Begin Time:Unknown End Time:Unknown Test Data: ABD

2012-02-27 00:03:17 663

原创 【HDU1272】小希的迷宫解题报告,数据+思路+代码

#include #include #include #include #define INPUTusing namespace std;/* Problem : HDU1272 - 小希的迷宫 State : 5421320 2012-02-26 23:40:14 Accepted 1272 62MS 1636K 3853 B G++ c0de4fun

2012-02-27 00:00:49 1715 1

原创 【poj3253】堆的应用

#include #include #include #include #define INPUTusing namespace std;const int MAXSIZE = 50010;bool comp1(int a,int b){ return a>b;}int main(){#ifdef INPUT freopen("b:\\acm\\poj325

2012-02-22 14:56:51 536

原创 【POJ2796】代码,非原创,参考的别人的文章

#include #include #include /* Reference:http://www.cnblogs.com/youngxiao/archive/2010/05/19/1739381.html.THX A LOT TO YOU.  author:YuXun Lu(A.K.A Kyle Broflovlaski) problem:poj2796

2012-02-19 01:10:43 694

原创 【HDU2717】-Catch that cow

题目地址:http://acm.hdu.edu.cn/showproblem.php?pid=2717这点需要特别注意的是HDU特别坑爹,POJ上是单组数据,多点测试,HDU是一点测试,多组数据!所以在POJ上把while(cin >> N >> K)去掉也是AC的,简单的BFS#include #include #include #include #include

2012-02-16 20:35:45 767

原创 【ACM-POJ】poj2386,Lake Counting

#include #include //#define DBGusing namespace std;const int MAXSIZE = 10000;char map[MAXSIZE][MAXSIZE];int N,M;unsigned long LakeCounts;bool iFirstLake = true;bool iCounted = true;void dfs(

2012-02-14 21:25:37 883

原创 【poj】1363-Rails

#include #include #include const int MAXSIZE = 10000;using namespace std;int trains[MAXSIZE];int orders[MAXSIZE];int stacks[MAXSIZE];int top;int main(){// freopen("b:\\acm\\input.txt","r"

2012-02-13 21:03:50 791

简单搜索引擎的设计与实现

简单搜索引擎的设计与实现,该搜索引擎可以搜索c:\documents\下从00.txt-31.txt的32个英文txt文件,采用空格作为分词技术,没有去掉虚词。-s为远程搜索,-l为本地搜索,远程搜索请确保系统安装了IIS并把32个文本文件按原名(00.txt-31.txt)放到c:\wwwroot下。 只是一个做着玩的小东西,用来体会一下TFIDF算法而已。 havefun.c0de4fun

2012-01-02

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除