语言是共通的,想要用不同语言实现单例模式,首先要清楚什么是单例模式,单例模式即一个类有且仅有一个实例,那么通过python怎么实现一个类只能有一个实例呢。 首先先创建一个类,比如宇宙只有一个地球 class Earth: pass a = Earth()print(id(a))b = Earth() ...
分类:
其他好文 时间:
2019-03-10 20:42:53
阅读次数:
206
1027 Colors in Mars (20 分) People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represente ...
分类:
其他好文 时间:
2019-02-24 10:33:24
阅读次数:
161
1100 Mars Numbers (20 分) People on Mars count their numbers with base 13: Zero on Earth is called "tret" on Mars. The numbers 1 to 12 on Earch is call ...
分类:
其他好文 时间:
2019-01-29 21:18:55
阅读次数:
146
https://www.cnblogs.com/chidou-yin/p/4306224.html ...
分类:
其他好文 时间:
2019-01-26 23:45:43
阅读次数:
1113
1027 Colors in Mars (20 分) People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represente ...
分类:
其他好文 时间:
2019-01-20 20:54:53
阅读次数:
224
简评:可能你喜欢打雪仗,可能你从来没见过雪,只幻想过玩雪球的样子,以下这些关于雪的冷知识都可以来了解一下。 ▎雪并不是白色的 没想到吧! 你当然可以认为冰天雪地是白茫茫的一片景象,但严格意义上这种想法并不准确。 任何研究雪花的人都会告诉你,所谓的「白色」并不是真正的白色,而是半透明的 —— 是阳光的 ...
分类:
其他好文 时间:
2019-01-15 12:02:09
阅读次数:
255
可以查看整个地球的全貌 ,还能定位你的位置,特别是动画挺有意思 网址:https://earth.nullschool.net/#current/wind/surface/level/orthographic=-240.00,0.00,320 ...
People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represented by a 6-digit number, wher ...
分类:
其他好文 时间:
2019-01-06 12:49:51
阅读次数:
147
算法需求: 传入【0~1】的时间time,返回【0~1】的路程。 整个路程distance【0~1】分为三段路径: 第一段:在0.25time的时间里,速度从0,位置从distance:0加速移动到距离distance:K 第二段:在0.25time时间里,位置从distance:k减速移动到某距离 ...
分类:
编程语言 时间:
2019-01-02 17:33:02
阅读次数:
242
shader 试运行在可编程gpu内的小程序 使用shader开始要使用两个着色器 从vertex到fragment vertex 输入的是顶点信息,在中间传递最后在fragment输出color 在新的version中,也可以使用两者中间的 geometry shader. The geometr ...
分类:
移动开发 时间:
2018-12-24 10:24:35
阅读次数:
138