Now the Nike Kyrie 4 "Confetti" the colorful pair was released today . and the Christmas holiday is coming , a lot of people would like to buy this on ...
分类:
其他好文 时间:
2018-01-16 12:23:08
阅读次数:
256
For success, attitude is equally as important as ability. 为取得成功,态度与能力一样重要。 Today I read a news about the world's first photovolatic highway which is c ...
分类:
其他好文 时间:
2018-01-15 16:36:17
阅读次数:
202
Perseverance is not a long race; it is many short races one after another. 坚持不是一个长跑,她是很多一个接一个的短跑。 Today I want to compile the tangram-es library for m ...
分类:
其他好文 时间:
2018-01-14 21:26:59
阅读次数:
165
题目 liympanda, one of Ikki’s friend, likes playing games with Ikki. Today after minesweeping with Ikki and winning so many times, he is tired of such e ...
分类:
其他好文 时间:
2018-01-14 14:29:01
阅读次数:
179
浅谈RMQ Today,我get到了一个新算法,开心....RMQ。 RMQ(Range Minimum/Maximum Query),意思是对于一段区间,查询最大值或最小值的一种数据结构。首先,我们很容易想到线段树,时空复杂度均为O(nlogn),但是RMQ的优越之处就在于它查询是O(1)的。 首 ...
分类:
其他好文 时间:
2018-01-13 12:59:43
阅读次数:
138
1、简介 扩展(Extension)是iOS 8中引入的一个新特性。扩展让app之间的数据交互成为可能。在iOS 8系统之前,每一个app在物理上都是彼此独立的,app之间不能互访彼此的私有数据。而在引入扩展之后,其他app可以与扩展进行数据交换。iOS 8系统有6个支持扩展的系统区域,分别是Tod ...
分类:
移动开发 时间:
2018-01-11 17:31:27
阅读次数:
339
python写一个通讯录step by step V3.0 参考: http://blog.51cto.com/lovelace/1631831 更新功能: 数据库进行数据存入和读取操作 字典配合函数调用实现switch功能 其他:函数、字典、模块调用 注意问题: 1、更优美的格式化输出 2、把日期 ...
分类:
编程语言 时间:
2018-01-06 19:58:26
阅读次数:
207
from PyQt5.QtCore import QDate, QTime, QDateTime, Qtnow = QDate.currentDate()print(now.toString(Qt.ISODate))print(now.toString(Qt.DefaultLocaleLongDat ...
分类:
其他好文 时间:
2018-01-05 01:23:09
阅读次数:
244
A卷(改错) 1. 数组排序(50分) 输入10个整数,存入数组,将最大的数与第一个数交换,最小的数与最后一个数交换,交换后存储并输出。 输入:10个整数。 输出:交换后的10个数。 样例: 评分标准: (1)正确定义数组,给出输入语句,正确实现10个整数的输入,20分; (2)正确交换,20分; ... ...
分类:
编程语言 时间:
2017-12-25 22:11:45
阅读次数:
297
https://www.codechef.com/DEC17/problems/CHEFHAM Read problems statements in Vietnamese . Chef likes to work with arrays a lot. Today he has an array A ...
分类:
其他好文 时间:
2017-12-19 01:45:32
阅读次数:
307