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

📄 rcall.c

📁 NIST Handwriting OCR Testbed
💻 C
字号:
/*# proc: rcall_- wrapper for call to ratqr_().# proc:*//* rcall.f -- translated by f2c (version of 15 October 1990  19:58:17).   You must link the resulting object file with the libraries:	-lF77 -lI77 -lm -lc   (in that order)*/#include <f2c.h>/* Subroutine */ int rcall_(n, eps1, d, e, e2, m, w, ind, bd, idef, ierr)integer *n;real *eps1, *d, *e, *e2;integer *m;real *w;integer *ind;real *bd;integer *idef, *ierr;{    static logical type;    extern /* Subroutine */ int ratqr_();    /* Parameter adjustments */    --bd;    --ind;    --w;    --e2;    --e;    --d;    /* Function Body */    type = FALSE_;    ratqr_(n, eps1, &d[1], &e[1], &e2[1], m, &w[1], &ind[1], &bd[1], &type, 	    idef, ierr);    return 0;} /* rcall_ */

⌨️ 快捷键说明

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