vcl_numeric.h

来自「DTMK软件开发包,此为开源软件,是一款很好的医学图像开发资源.」· C头文件 代码 · 共 24 行

H
24
字号
#ifndef vcl_generic_numeric_h_
#define vcl_generic_numeric_h_

// THIS IS A GENERATED FILE. DO NOT EDIT! -- Instead, edit vcl_numeric.hhh and run make

// accumulate
#ifndef vcl_accumulate
#define vcl_accumulate vcl_generic_numeric_STD :: accumulate
#endif
// inner_product
#ifndef vcl_inner_product
#define vcl_inner_product vcl_generic_numeric_STD :: inner_product
#endif
// partial_sum
#ifndef vcl_partial_sum
#define vcl_partial_sum vcl_generic_numeric_STD :: partial_sum
#endif
// adjacent_difference
#ifndef vcl_adjacent_difference
#define vcl_adjacent_difference vcl_generic_numeric_STD :: adjacent_difference
#endif

#endif // vcl_generic_numeric_h_

⌨️ 快捷键说明

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