param.h

来自「This site include optimized H.264 baseli」· C头文件 代码 · 共 27 行

H
27
字号
/***************************************************************************************	
*	Directshow Filter Integrateion source code is developped by Mr. Xie Haijun.
*
*	DHCODEC is authorized to use this code for free.
*
*	Date: 2007-April-02.
*
*****************************************************************************************/
#ifndef PARAM_ARIB
#define PARAM_ARIB

const int AngleSet = 30;

const int Speed_Rotation = 500;
const int Speed_Forward = 600;


const int DownXMin = 100;
const int DownXMax = 220;

#define BLUE_DOOR   0
#define YELLOW_DOOR 1

#define ATTACKER_DOOR  BLUE_DOOR

#endif

⌨️ 快捷键说明

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