?? mem_loc.h
字號:
#ifndef __MEM_LOC_H__
#define __MEM_LOC_H__
#include "define_t.h"
extern void IVectorAllocate(IVECTOR *ivector, int nCols);
extern void IMatrixFree(IMATRIX imatrix, int nRows);
extern void IMatrixAllocate(IMATRIX *ipmatrix, int nRows, int nCols);
extern void IAllocateCols(P_INT imatrix[], int nRows, int nCols);
extern void FVectorAllocate(FVECTOR *fvector, int nCols);
extern void FMatrixFree(FMATRIX fmatrix, int nRows);
extern void FMatrixAllocate(FMATRIX *fpmatrix, int nRows, int nCols);
extern void FAllocateCols(P_FLOAT fmatrix[], int nRows, int nCols);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -