搜索结果: 系统搜索到约有65482项符合H的查询结果

  • h.264

    /*! ************************************************************************************** * \file * parsetcommon.h * \brief * Picture and Sequence Parameter Sets, structures common to enc

    http://www.codebf.com/read/17289/730386

  • h.264

    /*! *************************************************************************** * * \file fmo.h * * \brief * Support for Flexible Macroblock Ordering * * \date * 16 June 2002 * * \au

    http://www.codebf.com/read/17289/730387

  • h.264

    /*! ************************************************************************ * \file * sei.h * \brief * definitions for Supplemental Enhanced Information * \author(s) * - Dong

    http://www.codebf.com/read/17289/730388

  • h.264

    /*! ************************************************************************************** * \file * annexb.h * \brief * Byte stream operations support * This code reflects JVT version

    http://www.codebf.com/read/17289/730389

  • h.264

    /*! *************************************************************************** * * \file rtp.h * * \brief * Definition of structures and functions to handle RTP headers. For a * descri

    http://www.codebf.com/read/17289/730390

  • h.264

    /*! ************************************************************************ * \file * minmax.h * \brief * defines min and max macros for non WIN32 environments **********************

    http://www.codebf.com/read/17289/730391

  • h.264

    /*! *********************************************************************** * \file * configfile.h * \brief * Prototypes for configfile.c and definitions of used structures. *********

    http://www.codebf.com/read/17289/730392

  • h.264

    /*! ************************************************************************ * \file * global.h * \brief * global definitions for for H.26L encoder. * \author * Copyright (C) 19

    http://www.codebf.com/read/17289/730393

  • function.h

    /****h函数声明部分***********/ extern bit ack; //起动总线函数 extern void Start_I2c(); //结束总线函数 extern void Stop_I2c(); //应答子函数 extern void Ack_I2c(bit a); //字节数据发送函数 extern void SendByte(

    http://www.codebf.com/read/17293/731403

  • input.h

    //*.h file #ifndef __SHURU_H__ #define __SHURU_H__ bit pkey(); //判断有没有键按下 unsigned char kbscan(void); //键盘扫描 void input(void); //号码输入 void delay(void); //消抖动 extern unsigned char ke

    http://www.codebf.com/read/19250/829693