ACM小组的Samsara和Staginner对中国象棋特别感兴趣,尤其对马(可能是因为这个棋子的走法比较多吧)的使用进行深入研究。今天他们又在 构思一个古怪的棋局:假如Samsara只有一个马了,而Staginner又只剩下一个将,两个棋子都在棋盘的一边,马不能出这一半棋盘的范围,另外这 一半棋盘 ...
分类:
其他好文 时间:
2017-07-31 20:47:25
阅读次数:
123
1826: Languages Time Limit: 5 Sec Memory Limit: 128 Mb Submitted: 277 Solved: 83 Description The Enterprise has encountered a planet that at one point ...
分类:
其他好文 时间:
2017-07-30 20:03:15
阅读次数:
227
[1]ES5近似结构 [2]类的声明 [3]类表达式 [4]一等公民 [5]访问器属性 [6]可计算成员名称 [7]生成器方法 [8]静态成员 [9]继承与派生类 ...
分类:
其他好文 时间:
2017-07-30 12:51:34
阅读次数:
157
做了好几天,对象比较多,弄的都是乱的,最后还是一个个试出来的。 Bitmap Graphics FromImage Pen Rectangle DrawRectangle 真的混乱,看了好几天,才明白参数之间的关系。 下载 pan.baidu.com/s/1c2CMRhY 思路:form1 就是界面 ...
E. Pig and Palindromes Peppa the Pig was walking and walked into the forest. What a strange coincidence! The forest has the shape of a rectangle, cons ...
分类:
其他好文 时间:
2017-07-29 18:58:41
阅读次数:
163
Description 对于csuxushu来说,能够在CSU(California State University)组织2017年的ACM暑期集训让他感到十分荣幸。 csuxushu是一名充满梦想的程序员,因此他也希望来参加暑期集训的ACM萌新们和他一样怀揣着书写CSU-ACM历史的梦想。 一个 ...
分类:
其他好文 时间:
2017-07-29 18:52:39
阅读次数:
272
#include <iostream> #include<cstdio> #include<algorithm> #include<cstring> #include<cmath> using namespace std; int cmp(int a,int b) { return a>b; } i ...
分类:
其他好文 时间:
2017-07-29 13:03:53
阅读次数:
153
函数原型:shape_trans(Region : RegionTrans : Type : ) *shape_trans*仍然是区域,smallest_rectangle1可以获得四个角的坐标 函数作用:变换区域的形状 参数列表: Region(in):被变换的区域 RegionTrans(out ...
分类:
其他好文 时间:
2017-07-29 12:55:12
阅读次数:
1156
1 /*#include <iostream> 2 #include<cstdio> 3 #include<algorithm> 4 #include<cstring> 5 using namespace std; 6 7 int main() 8 { 9 long long n; 10 int a ...
分类:
其他好文 时间:
2017-07-29 11:27:27
阅读次数:
107
看到一个圆形好像微软ProgressRing 我们能够用自己定义控件 按ctrl+shift+a 用户控件 我们能够用Rectangle做圆形边 仅仅要Rectangle RadiusX>0圆角 由于每一个Rectangle 都一样,我们能够资源 <Grid.Resources> </Grid.Re ...