游戏王残局简化版

Check-in [45674e12c9]
Login

Check-in [45674e12c9]

Overview
Comment:0.0.1308
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 45674e12c967ce74d0e3a695c9808a231872f8a6e68f63ca3fceacbe9ae8e343
User & Date: 顽雨沉风 on 2023-07-15 05:15:15.452
Other Links: manifest | tags
Context
2023-07-15
10:04
0.0.1309 check-in: eeeff3c24b user: 顽雨沉风 tags: trunk
05:15
0.0.1308 check-in: 45674e12c9 user: 顽雨沉风 tags: trunk
05:15
0.0.1307 check-in: f0bbfc58b7 user: 顽雨沉风 tags: trunk
Changes
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
18
19
20
21
22
23
24























-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Debug.ShowHint
("尝试一下攻击表示与守备表示的区别\nM1:主要阶段1  BP:战斗阶段  M2:主要阶段2")
--~ Debug.ShowHint
--~ ("M1:主要阶段1  BP:战斗阶段  M2:主要阶段2")
aux.BeginPuzzle()
fun["开局说明"]()


local times = 100000000


local start_time=os.clock()
for i=1, times do
  a=10*0.1
end
Debug.Message("* 时间: \n", os.clock()-start_time .. " s")


local start_time=os.clock()
for i=1, times do
  a=10/10
  end
Debug.Message("/ 时间: \n", os.clock()-start_time .. " s")