quickfun.h
来自「C++编写的机器学习算法 Lemga is a C++ package whi」· C头文件 代码 · 共 25 行
H
25 行
#ifndef __QUICKFUN_H__#define __QUICKFUN_H__#define __COMMON_TYPES_QUICKFUN_H__#include "object.h"#ifdef __cplusplusextern "C" {#endifvoid quick_tanh_setup (void);REAL quick_tanh (REAL x);#ifdef __cplusplus}#endif#else /* def __QUICKFUN_H__ */#ifndef __COMMON_TYPES_QUICKFUN_H__ #error This header file conflicts with another "quickfun.h" file.#endif#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?