⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 strangeopt.h

📁 快速傅立叶变换程序代码,学信号的同学,可要注意了
💻 H
字号:
void strangeopt  (double *,            /* starting vector                                */   int    ,             /* number of dimensions                           */   double  (*dfunc)(double *,double *, void *),                          /* evaluates the gradient of the optimized function,			   and returns the value */   void   *_arg,    /* arguments that get passed to dfunc             */   macopt_args *        /* structure in which optimizer arguments stored  */   )             ;    void creepopt  (double *,            /* starting vector                                */   int    ,             /* number of dimensions                           */   double  (*dfunc)(double *,double *, void *),                          /* evaluates the gradient of the optimized function,			   and returns the value */   void   *_arg,    /* arguments that get passed to dfunc             */   macopt_args *        /* structure in which optimizer arguments stored  */   )             ;    void ddcheckgrad /* Examines objective function and d_objective function to see if    they agree for a step of size epsilon */  (double *,   int    ,   double ,   double (*dfunc)(double *,double *, void *),   void   * ,   int              /* stop at this component. If 0, do the lot. */) ;/*<!-- hhmts start -->Last modified: Sat Apr 15 14:01:39 1995<!-- hhmts end -->*/

⌨️ 快捷键说明

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