home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD1.bin
/
new
/
game
/
think
/
chaos
/
src
/
dwztabs.c
< prev
next >
Wrap
Text File
|
1994-10-14
|
19KB
|
1,779 lines
/* Chaos: The Chess HAppening Organisation System V5.3
Copyright (C) 1993 Jochen Wiedmann
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$RCSfile: DWZtabs.c,v $
$Revision: 3.1 $
$Date: 1994/03/23 15:45:41 $
This file holds the tables that are needed to compute the DWZ-ratings.
Computer: Amiga 1200 Compiler: Aztec-C V5.0a
Author: Jochen Wiedmann
Am Eisteich 9
72555 Metzingen
Tel. 07123 / 14881
Internet: wiedmann@mailserv.zdv.uni-tuebingen.de
*/
const int PercentToDWZTab[] =
{ 874, /* 99.9 % */
814, /* 99.8 % */
777, /* 99.7 % */
750,
728,
710,
695,
681,
669,
657,
647,
638,
629,
621,
613,
606,
599,
593,
586,
580,
575,
569,
564,
559,
554,
549,
544,
540,
536,
531,
527,
523,
519,
516,
512,
508,
505,
501,
498,
495,
491,
488,
485,
482,
479,
476,
473,
470,
467,
465,
462,
459,
457,
454,
452,
449,
447,
444,
442,
439,
437,
435,
432,
430,
428,
426,
423,
421,
419,
417,
415,
413,
411,
409,
407,
405,
403,
401,
399,
397,
395,
393,
391,
389,
388,
386,
384,
382,
380,
379,
377,
375,
374,
372,
370,
369,
367,
365,
364,
362,
360,
359,
357,
356,
354,
353,
351,
349,
348,
346,
345,
343,
342,
340,
339,
338,
336,
335,
333,
332,
330,
329,
328,
326,
325,
323,
322,
321,
319,
318,
317,
315,
314,
313,
311,
310,
309,
308,
306,
305,
304,
303,
301,
300,
299,
298,
296,
295,
294,
293,
291,
290,
289,
288,
287,
285,
284,
283,
282,
281,
280,
278,
277,
276,
275,
274,
273,
272,
270,
269,
268,
267,
266,
265,
264,
263,
262,
261,
259,
258,
257,
256,
255,
254,
253,
252,
251,
250,
249,
248,
247,
246,
245,
244,
243,
242,
241,
240,
239,
238,
237,
236,
235,
234,
233,
232,
231,
230,
229,
228,
227,
226,
225,
224,
223,
222,
221,
220,
219,
218,
217,
216,
215,
214,
213,
212,
211,
210,
209,
208,
208,
207,
206,
205,
204,
203,
202,
201,
200,
199,
198,
197,
197,
196,
195,
194,
193,
192,
191,
190,
189,
188,
188,
187,
186,
185,
184,
183,
182,
181,
181,
180,
179,
178,
177,
176,
175,
175,
174,
173,
172,
171,
170,
169,
169,
168,
167,
166,
165,
164,
164,
163,
162,
161,
160,
159,
159,
158,
157,
156,
155,
154,
154,
153,
152,
151,
150,
149,
149,
148,
147,
146,
145,
145,
144,
143,
142,
141,
141,
140,
139,
138,
137,
137,
136,
135,
134,
133,
133,
132,
131,
130,
129,
129,
128,
127,
126,
125,
125,
124,
123,
122,
122,
121,
120,
119,
118,
118,
117,
116,
115,
115,
114,
113,
112,
112,
111,
110,
109,
108,
108,
107,
106,
105,
105,
104,
103,
102,
102,
101,
100,
99,
99,
98,
97,
96,
96,
95,
94,
93,
93,
92,
91,
90,
90,
89,
88,
87,
87,
86,
85,
84,
84,
83,
82,
81,
81,
80,
79,
79,
78,
77,
76,
76,
75,
74,
73,
73,
72,
71,
70,
70,
69,
68,
68,
67,
66,
65,
65,
64,
63,
62,
62,
61,
60,
60,
59,
58,
57,
57,
56,
55,
54,
54,
53,
52,
52,
51,
50,
49,
49,
48,
47,
47,
46,
45,
44,
44,
43,
42,
41,
41,
40,
39,
39,
38,
37,
36,
36,
35,
34,
34,
33,
32,
31,
31,
30,
29,
29,
28,
27,
26,
26,
25,
24,
24,
23,
22,
22,
21,
20,
19,
19,
18,
17,
17,
16,
15,
14,
14,
13,
12,
12,
11,
10,
9,
9,
8,
7,
7,
6,
5,
4,
4,
3,
2,
2,
1,
0,
0,
-1,
-2,
-3,
-3,
-4,
-5,
-5,
-6,
-7,
-8,
-8,
-9,
-10,
-10,
-11,
-12,
-13,
-13,
-14,
-15,
-15,
-16,
-17,
-18,
-18,
-19,
-20,
-20,
-21,
-22,
-23,
-23,
-24,
-25,
-25,
-26,
-27,
-27,
-28,
-29,
-30,
-30,
-31,
-32,
-32,
-33,
-34,
-35,
-35,
-36,
-37,
-37,
-38,
-39,
-40,
-40,
-41,
-42,
-42,
-43,
-44,
-45,
-45,
-46,
-47,
-48,
-48,
-49,
-50,
-50,
-51,
-52,
-53,
-53,
-54,
-55,
-55,
-56,
-57,
-58,
-58,
-59,
-60,
-61,
-61,
-62,
-63,
-63,
-64,
-65,
-66,
-66,
-67,
-68,
-69,
-69,
-70,
-71,
-71,
-72,
-73,
-74,
-74,
-75,
-76,
-77,
-77,
-78,
-79,
-80,
-80,
-81,
-82,
-82,
-83,
-84,
-85,
-85,
-86,
-87,
-88,
-88,
-89,
-90,
-91,
-91,
-92,
-93,
-94,
-94,
-95,
-96,
-97,
-97,
-98,
-99,
-100,
-100,
-101,
-102,
-103,
-103,
-104,
-105,
-106,
-106,
-107,
-108,
-109,
-109,
-110,
-111,
-112,
-113,
-113,
-114,
-115,
-116,
-116,
-117,
-118,
-119,
-119,
-120,
-121,
-122,
-123,
-123,
-124,
-125,
-126,
-126,
-127,
-128,
-129,
-130,
-130,
-131,
-132,
-133,
-134,
-134,
-135,
-136,
-137,
-138,
-138,
-139,
-140,
-141,
-142,
-142,
-143,
-144,
-145,
-146,
-146,
-147,
-148,
-149,
-150,
-150,
-151,
-152,
-153,
-154,
-155,
-155,
-156,
-157,
-158,
-159,
-160,
-160,
-161,
-162,
-163,
-164,
-165,
-165,
-166,
-167,
-168,
-169,
-170,
-170,
-171,
-172,
-173,
-174,
-175,
-176,
-176,
-177,
-178,
-179,
-180,
-181,
-182,
-182,
-183,
-184,
-185,
-186,
-187,
-188,
-189,
-189,
-190,
-191,
-192,
-193,
-194,
-195,
-196,
-197,
-198,
-198,
-199,
-200,
-201,
-202,
-203,
-204,
-205,
-206,
-207,
-208,
-209,
-209,
-210,
-211,
-212,
-213,
-2