📄 codeeig_var
字号:
# codeeig variables## file to be read by commander.p# each line is turned into a structure entry (str)# a default-setting entry (def)# a usage-printing entry (usg)# and a command line reading entry (clr)# of these, the S, U and C can be disabled by >No S, etc.# and the D can be disabled by -.## variable type deflt flag short_name extra_action long_name#>PU NLNE; printf(" This program inspects alist matrices, finding") ;>PU NLNE; printf(" the second eigenvalue of the graph \n") ;>PU NLNE;c->verbose d 1 -v verbose - verbosec->afile s - -ai afile - file containing a matrixc->L d 10 -l L - number of loopsc->zss d 1 -zss zss - zero sum startc->rzs d 1 -rzs rzs - every loop, re-zero the sumc->period d 1 -period p - period for printing out eigenvalue infoc->seed ld 123 -seed s c->zss=0; seed (overrides my defaultstart: +/-/+/-/+/-
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -