📄 libfann.i.rej
字号:
****************** 74,81 **** } // create_array is used instead- %ignore fann_create;- %ignore fann_create_shortcut; %rename(fann_run_old) fann_run; %rename(fann_run) fann_run2;--- 74,84 ---- } // create_array is used instead+ // FIXME: ?new swig bug? %ignore creates unneeded python statements that fail+ //%ignore fann_create;+ //%ignore fann_create_shortcut;+ %rename(fann_create_neverused) fann_create;+ %rename(fann_create_shortcut_neverused) fann_create_shortcut; %rename(fann_run_old) fann_run; %rename(fann_run) fann_run2;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -