Description You are working for Macrohard company in data structures department. After failing your previous task about key insertion you were asked t ...
分类:
其他好文 时间:
2017-08-09 16:54:02
阅读次数:
207
#include<iostream>#include<string.h>#include<ctime>#include<fstream>#defineMAX33227#include<string>usingnamespacestd;classdict_word{public: char*word;//英文单词指针 //char*chinese;//中文意思指针};//创建一个打开字典的函数intopen..
分类:
编程语言 时间:
2017-08-07 17:38:22
阅读次数:
211
1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 #include 11 #include 12 #include 13 #include 14 ... ...
分类:
其他好文 时间:
2017-08-04 19:38:01
阅读次数:
164
Python 3 软件开发规范 参考链接 http://www.cnblogs.com/linhaifeng/articles/6379069.html#_label14 对每个目录,文件介绍。 1 # >bin目录:存放执行脚本 2 3 #start.py 4 5 import sys,os 6 ...
分类:
编程语言 时间:
2017-08-04 19:35:41
阅读次数:
325
Problem 遗产 题目大意 罗马皇帝很喜欢玩杀人游戏。 他的军队里面有n个人,每个人都是一个独立的团。最近举行了一次平面几何测试,每个人都得到了一个分数。 皇帝很喜欢平面几何,他对那些得分很低的人嗤之以鼻。他决定玩这样一个游戏。 它可以发两种命令: 1. Merger(i, j)。把i所在的团和 ...
分类:
其他好文 时间:
2017-08-03 09:50:08
阅读次数:
264
每次期末考试成绩出来之前的一段时间大豪哥心里都是痛苦的,总感觉自己会在班上排名特别差。所以当成绩出来以后大豪哥想快点知道班上的总排名,以便知道自己的排名。(PS:大豪哥班上有个学霸名叫日天,又名泰迪,不要问我为什么,因为泰迪的行为决定的) 每次期末考试成绩出来之前的一段时间大豪哥心里都是痛苦的,总感 ...
分类:
编程语言 时间:
2017-08-02 15:36:16
阅读次数:
262
import threadingimport time#继承 class threading.Threadclass MyThread(threading.Thread): #类做初始化 def __init__(self,name): #调用hreading.Thread.__init__(sel ...
分类:
编程语言 时间:
2017-08-01 23:17:14
阅读次数:
287
1.安装s3express_setup.exe 2.设置s3express 设置服务器地址setopt -endpoint:s3.cn-north-1.amazonaws.com.cn 设置协议setopt -protocol:http 输入密钥 saveauth 3修改脚本 run.bat最后一句 ...
分类:
其他好文 时间:
2017-08-01 14:44:26
阅读次数:
169
1.1Linux中的时间分为三种1.mtime(modifytime)修改时间,文件/目录的修改时间,文件内容修改2.ctime(changetime)改变时间,文件/目录的属性的变化,修改时间,大小,硬链接数,权限,所有者,所属组,类型3.atime(accesstime)访问时间,文件/或目录的访问时间,查看文件..
分类:
系统相关 时间:
2017-07-30 23:28:49
阅读次数:
203
DESCRIPTION There are nn buildings lined up, and the height of the ii-th house is hihi. An inteval [l,r][l,r](l≤r)(l≤r) is harmonious if and only if m ...
分类:
其他好文 时间:
2017-07-30 13:50:54
阅读次数:
162