自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (1)
  • 收藏
  • 关注

原创 UVA——1588

问题描述: 解决方案: #include #include #include int getLength(char*top,char*bottom) { int len1 = 205,len2 = 205; int b_index = 0; int p; while(bottom[b_index]) { p = 0;

2018-01-29 00:46:44 296

原创 UVA——1587

问题描述: 解决方案: #include #include bool isSame(int edge[6][2]) { int a,b; int same = 0; for(int i = 0; i < 2; i++) for(int j = 0; j < 2; j++){ if(edge[0][i] == edge[

2018-01-25 01:30:47 278

原创 UVA——10340

问题描述: You have devised a new encryption technique which encodes a message by inserting between its charac- ters randomly generated strings in a clever way. Because of pending patent issues we will n

2018-01-22 02:27:35 255

原创 UVA—202

问题描述: The decimal expansion of the fraction 1/33 is 0.03, where the 03 is used to indicate that the cycle 03 repeats indefinitely with no intervening digits. In fact, the decimal expansion of every

2018-01-21 02:11:23 176

山东大学数字图像处理考试前作业

山东大学数字图像处理课考试前老师布置的作业

2017-06-23

空空如也

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

TA关注的人

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