instruction.txt

来自「用VC++编写的若干个机器学习中的核函数」· 文本 代码 · 共 7 行

TXT
7
字号
/*------------------------------data_instruction-------------------------------------
   excute the mode as:     svkernel(u,v,'P',p,Width,Height);
   u and v are kernel arguments;
   'L' or 'P' or 'R' is the different kernel;
   p is the parameter of kernel;
   Width and Height are the Width and the Height of the u or v;
*----------------------------------------------------------------------------------*/ 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?