实验复现:绘制曼德勃罗集合 - Experiment Replication:sketch a Mandelbrot set
发表于 - Posted on
编辑于 - Edited on
字数 - Word count:
621
阅读时间 - Reading time ≈
2 mins.
曼德勃罗集合是一个在复平面上的分形。定义级数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.
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.
视频推荐:方脸说核污水排放 & 我的一些杂谈 - Video Recommendation:Big Face’s Discusses on Nuclear Wastewater Discharge & My Miscellaneous Talks
发表于 - Posted on
编辑于 - Edited on
字数 - Word count:
1.1k
阅读时间 - Reading time ≈
4 mins.
推荐一个视频:《方脸说:日本福岛核污水排放,会对我们的健康产生影响?会有富集作用吗?》
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?"
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?"
插件推荐:沉浸式翻译 - Tool recommendation:Immersive Translate
发表于 - Posted on
编辑于 - Edited on
字数 - Word count:
275
阅读时间 - Reading time ≈
1 mins.
视频推荐:键政圈三大主流意识形态的逻辑基础——神左兔人自述
发表于 - Posted on
编辑于 - Edited on
字数 - Word count:
241
阅读时间 - Reading time ≈
1 mins.
聊聊二次元文化的人生观和世界观的问题 - Discussing the Issues of Life Values and Worldviews in Otaku Culture
发表于 - Posted on
编辑于 - Edited on
字数 - Word count:
2.8k
阅读时间 - Reading time ≈
10 mins.
《凉宫春日》里的阿虚有一句名言:“在虚构的故事当中寻求真实感的人脑袋一定有问题”。不能对御宅文化要求太多,它的意义只是娱乐,不是要培养人的健全人格。但是如果一个人除了看番别的什么都不做,那他/她的思想一定缺很多东西。
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.
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.
参观大庆油田历史陈列馆和唐山大地震纪念馆有感 - Reflections on Visiting the Daqing Oilfield History Exhibition Hall and the Tangshan Earthquake Memorial Hall
发表于 - Posted on
编辑于 - Edited on
字数 - Word count:
558
阅读时间 - Reading time ≈
2 mins.
我相当讨厌两件事,一个是强制奉献,一个是丧事喜办。
There are two things I detest rather deeply:one is compulsory sacrifice, and the other is glossing over tragedies with celebrations.
There are two things I detest rather deeply:one is compulsory sacrifice, and the other is glossing over tragedies with celebrations.
冷夏
发表于 - Posted on
编辑于 - Edited on
字数 - Word count:
50
阅读时间 - Reading time ≈
1 mins.
使用自定义类捕获 Python 控制台输出 - Capturing Console Output in Python Using Custom Class
发表于 - Posted on
编辑于 - Edited on
字数 - Word count:
273
阅读时间 - Reading time ≈
1 mins.
在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.
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.
在Python中模拟程序重启 - Simulating Program Restart in Python
发表于 - Posted on
编辑于 - Edited on
字数 - Word count:
362
阅读时间 - Reading time ≈
1 mins.
在编写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.
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.