自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (5)
  • 收藏
  • 关注

原创 pku 1008

#include "stdio.h" #include "stdlib.h" #include "iostream" #include int main() { char Haab[19][10]= {"pop", "no", "zip", "zotz", "tzec", "xul", "yoxkin", "mol", "chen", "yax", "zac", "ceh", "ma

2012-02-06 14:33:45 284

原创 poj 1088

简单题一道,主要还是考虑边界上的点 #include #define M 200 int a[M][M]; int c[M][M]; int R,C; void solve(int m,int n) { int i,b[4],temp; if

2011-09-14 10:39:15 230

原创 poj 1047

简单题一道 #include #include int main() { int RGB[17][3],remain[500][3]; int i,j,k,num,a,b,c; float D,temp; for(i=0;i<16;i++)

2011-09-13 21:45:12 298

原创 poj 1050

这道题主要是搞清楚一维的情况,然后推至二维   #include int main() { int N,i,j,k,Max=0,temp; int a[101][101]; int b[101]; scanf("%d",&N); for(

2011-09-13 20:53:07 217

原创 poj 1012

#include int solve(int k,int n) { int i,m=0,num; for(i=0;i<k;i++) { num=(n-m)%(2*k-i); if(num==0) num=2*k-i; if(num<

2011-09-11 12:44:15 186

原创 poj 1006

#include int main() { int p,e,i,d,j,N=1; while(scanf("%d%d%d%d",&p,&e,&i,&d)&&p!=-1) { p=p%23; e=e%28; i=i%33; for(

2011-09-09 12:14:14 235

原创 poj 1007

#include char str[101][51]; int main() { int i,j,k,n,m,min,l; int num[200],judge[200]; scanf("%d",&n); scanf("%d",&m);

2011-09-09 10:27:34 157

原创 poj 1001

#include #include #define size 10000 int comput(int a[],int m,int n) { int i,j,k,top=m-1,max=0; int c[size]={0},b[size]={0}; for(i=0;i9) { c[j+1]+=c[j]/10; c[j]=c[j]%10; } } j=top+m+1; while(c[j]

2011-04-05 13:15:00 191

CUDA编程指南(全译本)

CUDA 程序的讲解 介绍CUDA CUDA 系列函数的详解,CUDA源代码的分析

2011-05-19

ubuntu学习精品

pdf ubuntu实用培训教程 ubuntu命令行学习 等到

2010-01-30

Visual C++知识库

visual C++学习参考书 vc FAQs和Vc技巧 Vc教程

2009-10-18

计算机仿真 实例程序

计算机仿真实例.随机现象的模拟..池水含盐量问题..面积计算..库存问题..追击问题..报童的决策..可靠性问题..投资可行性分析..交通线路..monte carlo方法

2009-10-18

matlab学习精品之动画制作

matlab学习..动画介绍..详细说明..及实用实例..

2009-10-18

空空如也

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

TA关注的人

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