nr_util.p

来自「本资源主要是MPEG-4压缩编码算法的C源码实现」· P 代码 · 共 52 行

P
52
字号
/*
 * This file was automatically generated by 'Makefile'.
 *
 * DO NOT EDIT BY HAND : your modifications will be lost.
 *
 */

#ifndef _nr_util_P
#define _nr_util_P

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */


/* vm_common/src/nr_util.c */
Void  	nrerror _P_((	Char *error_text
	));
Double * 	dvector _P_((	Int nl,
			Int nh
	));
Int * 	ivector _P_((	Int nl,
			Int nh
	));
Void  	lubksb _P_((	Double **a,
			Int n,
			Int *indx,
			Double b[]
	));
Void  	free_dvector _P_((	Double *v,
			Int nl,
			Int nh
	));
Void  	free_ivector _P_((	Int *v,
			Int nl,
			Int nh
	));
Void  	ludcmp _P_((	Double **a,
			Int n,
			Int *indx,
			Double *d
	));
Void  	invert_mat _P_((	Double **m,
			Double **m_inv,
			Int n
	));

#ifdef __cplusplus
}
#endif /* __cplusplus  */ 
#endif /* _nr_util_P  */ 

⌨️ 快捷键说明

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