曼德勃罗集合是一个在复平面上的分形。定义级数z,z(0)=0,z(n+1)=z^2+c。使得级数z收敛的所有c(复数)的集合即为曼德勃罗集。
The Mandelbrot set is a fractal on the complex plane. It is defined by the series z where z(0)=0 and z(n+1)=z^2+c. The collection of all c (complex numbers) that make the series z converge is the Mandelbrot set.
阅读全文 - Read more »

推荐一个视频:《方脸说:日本福岛核污水排放,会对我们的健康产生影响?会有富集作用吗?》
Here's a video recommendation:"Big Face's talks about The impact of Japan's Fukushima's nuclear wastewater discharge on our health. Is there any enrichment effect?"
阅读全文 - Read more »

《凉宫春日》里的阿虚有一句名言:“在虚构的故事当中寻求真实感的人脑袋一定有问题”。不能对御宅文化要求太多,它的意义只是娱乐,不是要培养人的健全人格。但是如果一个人除了看番别的什么都不做,那他/她的思想一定缺很多东西。
The character Kyon from "The Melancholy of Haruhi Suzumiya" famously said, "Anyone who seeks reality in a fabricated story must have something wrong with their head." We should not expect too much from otaku culture, as its purpose is only to entertain, not to develop a mature personality. But if one does nothing but watch anime, his/her thinking will lack diversity.
阅读全文 - Read more »

我相当讨厌两件事,一个是强制奉献,一个是丧事喜办。
There are two things I detest rather deeply:one is compulsory sacrifice, and the other is glossing over tragedies with celebrations.
阅读全文 - Read more »

在python中,当执行一段代码时,如果想要获取这段代码输出到控制台的信息的话,可以使用重定向stdout的方法。
In Python, if you want to capture the information output to the console when executing a piece of code, you can use the method of redirecting stdout.
阅读全文 - Read more »

在编写Tennisbot的主程序时,总是需要使其重启。Python中,可以使用以下命令模拟重启效果。
When writing the main program for Tennisbot, it always needs to be restarted. The following command can be used in Python to simulate a restart effect.
阅读全文 - Read more »