「ctfZeroPoint(API)」の版間の差分

提供: Eospedia
移動: 案内検索
(ページの作成:「DataManip/ctfInfo/src/'''ctfZeroPoint'''はctfZeroPointのためのAPI です。 == 定数 == == 構造体 == typedef struct ctfInfoZeroPoint { float RMax; ...」)
 
 
行1: 行1:
DataManip/ctfInfo/src/'''ctfZeroPoint'''は[[ctfZeroPoint]]のためのAPI です。
+
DataManip/ctfInfo/src/'''ctfZeroPoint'''は[[CTF]]における零点を取得するための[[API]]です。[[ctfZeroPoint]]で使用しています。
  
 
== 定数 ==
 
== 定数 ==
行12: 行12:
  
 
== API ==
 
== API ==
 +
infoのCTF情報を元に作成した[[CTF]]について、infoZeroPoint->N 番目の零点の取得します。
 
  extern float ctfZeroPoint(ctfInfo* info, ctfInfoZeroPoint* infoZeroPoint, long mode);
 
  extern float ctfZeroPoint(ctfInfo* info, ctfInfoZeroPoint* infoZeroPoint, long mode);

2014年9月30日 (火) 04:10時点における最新版

DataManip/ctfInfo/src/ctfZeroPointCTFにおける零点を取得するためのAPIです。ctfZeroPointで使用しています。

定数

構造体

typedef struct ctfInfoZeroPoint {
	float RMax;      /* RMax */
	float dR;        /* delta R */
	int   N;         /* Zero Point Number */
	long mode;
} ctfInfoZeroPoint;

API

infoのCTF情報を元に作成したCTFについて、infoZeroPoint->N 番目の零点の取得します。

extern float ctfZeroPoint(ctfInfo* info, ctfInfoZeroPoint* infoZeroPoint, long mode);