使用 Python 创建你自己的 Shell:Part I ========================================== [TOC] 原文链接与说明 1. https://hackercollider.com/articles/2016/07/05/create your o ...
分类:
编程语言 时间:
2018-05-12 16:47:02
阅读次数:
180
描述 You are playing one game called "Number Maze". The map of an example is shown in the following figure. In the map, there are N*N+2 cells. When the ...
分类:
其他好文 时间:
2018-05-10 14:20:57
阅读次数:
169
BZOJ_2212_[Poi2011]Tree Rotations_线段树合并 Description Byteasar the gardener is growing a rare tree called Rotatus Informatikus. It has some interesting ...
分类:
其他好文 时间:
2018-05-06 13:40:05
阅读次数:
188
1. handshake 1.1 概述 rtmp 连接从握手开始。它包含三个固定大小的块。客户端发送的三个块命名为 C0,C1,C2;服务端发送的三个块命名为 S0,S1,S2。 握手序列: 客户端通过发送 C0 和 C1 消息来启动握手过程。客户端必须接收到 S1 消息,然后发送 C2 消息。客户 ...
分类:
其他好文 时间:
2018-05-04 13:56:44
阅读次数:
241
线程与进程 线程 线程是操作系统能够进行运算调度的最小单位。它被包含在进程之中,是进程中的实际运作单位。一条线程指的是进程中一个单一顺序的控制流,一个进程中可以并发多个线程,每条线程并行执行不同的任务。 进程 An executing instance of a program is called ...
分类:
编程语言 时间:
2018-05-03 23:32:54
阅读次数:
205
没有实例化 通过反射创建新的类示例,有两种方式: Class.newInstance() Constructor.newInstance() 以下对两种调用方式给以比较说明: Class.newInstance() 只能够调用无参的构造函数,即默认的构造函数; Constructor.newInst ...
分类:
其他好文 时间:
2018-05-03 12:45:53
阅读次数:
115
2212: [Poi2011]Tree Rotations Description Byteasar the gardener is growing a rare tree called Rotatus Informatikus. It has some interesting features: ...
分类:
其他好文 时间:
2018-05-03 10:25:32
阅读次数:
154
题目描述:链接点此 这套题的github地址(里面包含了数据,题解,现场排名):点此 题目描述 A few days ago, WRD was playing a small game called Salty Fish Go. We can simplify the rules of the ga ...
分类:
其他好文 时间:
2018-04-30 14:33:05
阅读次数:
163
symmetric version: called Hopfield Net if y <-- minus y, energy won't change! the second last line's first "-" is not the minus sign https://zhuanlan. ...
分类:
Web程序 时间:
2018-04-29 17:41:21
阅读次数:
339
A sequence of $n$ integers $a_1, a_2, \dots, a_n$ is called a peak, if and only if there exists exactly one integer $k$ such that $1 a_i$ for all $k ...
分类:
其他好文 时间:
2018-04-29 14:26:00
阅读次数:
311