自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

bai071006201的专栏

技术菜鸟

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

原创 factorials

#include#includeusing namespace std;ifstream fin ("fact4.in");ofstream fout ("fact4.out");int main(){ int n,i; int time5=0;//记录5的个数 int time0=0;//记录0的个数 int result=1;//保存结果 int arr[4222]={0

2012-10-23 18:58:22 279

原创 stamps+动态规划

#include#include#includeusing namespace std;int main(){ ifstream fin ("stamps.in"); ofstream fout ("stamps.out"); int k,n; int i; int f[200001]={0}; int value[100]={0}; f[0]=0; fin>>k>>n;

2012-10-19 09:11:39 334

原创 contact+枚举方法

#include#include#include#includeusing namespace std;#define M 12#define N 4096int main(){ int res[M+1][N+1]; ifstream fin ("contact.in"); ofstream fout ("contact.out"); char input[200001];

2012-10-14 22:28:54 14942

原创 Shaping Regions //附错误解法

//#include//#include//using namespace std;//int color[810][810]={1};//int values[1005]={0};//int main()//{// ifstream fin ("rect1.in");// ofstream fout ("rect1.out");// int shapes[1005];//保存每

2012-10-12 20:29:58 282

原创 Humble Numbers

#include#includeusing namespace std;ifstream fin ("humble.in");ofstream fout ("humble.out");int main(){ int k,n,i,j; int s[102],hm[100002],index[102]; for(i=1;i<=101;i++) index[i]=1; fin>>

2012-10-07 15:38:31 245

原创 Score Inflation 完全背包 注释部分是错误的解法

#include#includeusing namespace std;ifstream fin ("inflate.in");ofstream fout ("inflate.out");int x[202];int max(int a,int b){ if(a>b) return a; else return b;}int main()

2012-10-07 15:23:48 515 1

原创 Agri-Net

#include#includeusing namespace std;ifstream fin ("agrinet.in");ofstream fout ("agrinet.out");int main(){ int i,j,n; int p[101][101]; int sign[101]; int sum=0; int t=1; for(i=1;i<=100;i++)

2012-10-05 21:42:50 218

原创 Bessie Come Home

//用dijstra算法找到Z到其余各个顶点的最小距离,然后判断最小距离中离大写字母的顶点中最小的返回#include#include#includeusing namespace std;int maxdist=100000000;int dest[60];int dist[100][100];//a[][]保存各个牧场的距离,不相连就是maxdistint s[60]={0};

2012-10-02 20:33:14 404

Node.js Design Patterns nodejs设计模式第2版

Node.js Design Patterns nodejs设计模式第2版Node.js Design Patterns nodejs设计模式第2版

2018-11-07

中文分词算法研究

中文分词算法研究,中文分词算法研究,中文分词算法研究

2012-10-16

opencv教程

opencv教程,

2012-10-05

mahout安装图文版

mahout分布式数据挖掘工具,实现了在hadoop分布式环境下的各种数据挖掘算法,比如kmeans,聚类等,本文档是mahout的详细安装步骤。

2012-09-15

mahout-distribution-0.5-src.tar.gz )

分布式数据挖掘工具,实现了在hadoop分布式环境下的各种数据挖掘算法,比如kmeans,聚类等

2012-09-15

hadoop下的kmeans算法实现

hadoop分布式环境下的kmeans算法实现,hadoop下的kmeans算法实现.

2012-09-13

matlab 仿真

matlab 仿真

2012-03-30

空空如也

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

TA关注的人

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