自定义博客皮肤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)
  • 资源 (4)
  • 问答 (4)
  • 收藏
  • 关注

原创 Ultra-QuickSort poj2299 (归并排序 求逆序数对)

Ultra-QuickSortTime Limit: 7000MS Memory Limit: 65536KTotal Submissions: 57649 Accepted: 21298DescriptionIn this problem, you have to analyze a particular sorting

2016-12-31 10:49:17 716

原创 Tautology poj3295

TautologyTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 12475 Accepted: 4749DescriptionWFF 'N PROOF is a logic game played with dice. Each die has si

2016-12-31 10:47:14 354

原创 poj1506 Tiling 递推 简单大数

#include #include #include using namespace std;int s[1010][110];void reset(){ s[0][0]=1; ///s[X][0] 表示这个数一共多少位 注意逆序打印 s[0][1]=1; s[1][0]=1; s[1][1]=1; int j,k,i,n,sum,num;

2016-12-20 19:51:08 518

原创 Sorting It All Out poj1094 (拓扑排序的变形 自己感觉对拓扑理解很有意义)

Sorting It All OutTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 33961 Accepted: 11884DescriptionAn ascending sorted sequence of distinct values is one

2016-12-04 11:29:53 603

jdk8-411,win x64版本exe,压缩包

jdk8-411,win x64版本exe,压缩包

2024-08-27

scala-intellij IDEA 插件

Scala-IDEA-插件-2018.2.10版本 适用于IDEA 182-183(在IDEA内点击 Help -> About即可查看版本号)

2018-08-29

scala 2.11.12 window64 + linux版本

scala2.11.12版本,包含win和linux安装包: winx64.msi+linux压缩包版本 官网搬运,亲测可用

2018-08-28

pytesser_v001

pytesser_v0.0.1 google 官网版本 我只是小小的搬运工~

2017-06-16

python-2.7.13 win64

python-2.7.13 win64

2017-06-05

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

TA关注的人

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