system.dec
来自「没有说明」· DEC 代码 · 共 13 行
DEC
13 行
/*
** system.dec - Used by 32-bit version only.
** (C) Copyright 1988-1996 by Aptech Systems, Inc.
** All Rights Reserved.
**
** Modify this number to reflect the largest number of elements allowed
** in any one matrix. This is the value returned by MAXVEC().
*/
/* ************************ NEVER use 8190 ************************** */
declare matrix __maxvec = 20000;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?