📄 changes
字号:
The following minor corrections have been made to the software:Dec 10, 1996: In line 43 of the file "rand.c" there used to be an absolute pathnamefor the file "randfile", which of course gave problems when the sourcewas moved to different machines. This has been fixed by using a "sed"script in the makefile, to substitute in the current "pwd" beforecompiling.In line 50 of the file "gp-map-1" in the call to "initTimer", thedefault maximum value of a week of computation time has been corrected(ie changed from 604800 to 604800000 milliseconds).In line 51 of the file "median.c", the (pseudo-) random index into the"a" array is no-longer calculated in integer arithimetic, in order toavoid possible integer overflow. --Carl Edward Rasmussen (carl@cs.toronto.edu)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -