Description Nothing is more beautiful than square! So, given a grid of cells, each cell being black or white, it is reasonable to evaluate this grid’s ...
分类:
其他好文 时间:
2016-12-11 14:52:12
阅读次数:
218
if以四个空格的缩进来表示隶属关系, Python中不能随意缩进 函数调用和参数传递 定义过函数后,就可以在后面程序中使用这一函数 Python通过位置,知道3对应的是函数定义中的第一个参数a, 4对应第二个参数b,然后把参数传递给函数square_sum。 (Python有丰富的参数传递方式,还有 ...
分类:
编程语言 时间:
2016-12-10 00:41:37
阅读次数:
161
http://poj.org/problem?id=1979 Description There is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is ...
分类:
其他好文 时间:
2016-12-07 20:03:53
阅读次数:
304
Disharmony Trees Problem Description One day Sophia finds a very big square. There are n trees in the square. They are all so tall. Sophia is very int ...
分类:
其他好文 时间:
2016-12-06 02:31:39
阅读次数:
248
Linux是通过link的数量来控制文件删除的,只有当一个文件不存在任何link的时候,这个文件才会被删除。一般来说,每个文件都有2个link计数器:i_count 和 i_nlink。 i_count的意义是当前文件使用者(或被调用)的数量,i_nlink 的意义是介质连接的数量(硬链接的数量); ...
分类:
系统相关 时间:
2016-12-05 23:28:43
阅读次数:
270
习题1.3 Define a procedure thats three numbers as argument and return the sum of the square of two large number. scheme实现 c语言实现 ...
分类:
其他好文 时间:
2016-12-03 14:36:10
阅读次数:
165
html之无序列表,建议使用样式来定义列表的类型。 通常和li配对使用 可选属性: type:disc 圆点,circle圆圈,square方块 compact:显示效果比正常更小巧 效果图: ...
分类:
Web程序 时间:
2016-11-30 13:47:00
阅读次数:
130
Windows10的自适应和交互式toast通知是一个新特性。它可以让你: 创建灵活的toast通知,包括内嵌图片及更多的内容,不在局限于之前Windows 8.1和Windows Phone 8.1提供的toast模板。 概述 Toast 通知使用 XML 构建,这通常包含以下关键元素: <vis ...
分类:
其他好文 时间:
2016-11-30 02:58:38
阅读次数:
259
Oil Deposits Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 16655 Accepted: 8917 Description The GeoSurvComp geologic survey company is re ...
分类:
其他好文 时间:
2016-11-29 07:16:37
阅读次数:
235
文章: http://python.jobbole.com/81215/ python的函数库好强大!看完这篇博再也不会用matlab了~~ 这篇文章使用【panda】读取csv的数据,使用【sklearn】中的linear_model训练模型并进行线性预测,使用【matplotlib】将拟合的情况 ...
分类:
编程语言 时间:
2016-11-26 17:19:37
阅读次数:
251