Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - INT 1
Search - INT 1 - List
H.264编码算法的完整源代码 文件:VideoEncoderX264.h class CVideoEncoderX264 : { public: CVideoEncoderX264(void); ~CVideoEncoderX264(void); virtual bool Connect(CVideoEnDecodeNotify* pNotify, const CVideoEnDecodeItem& Item); virtual void Release(void); virtual void Encode(BYTE* pInData, int nLen, BYTE* pOutBuf, int& nOutLen, int& nKeyFrame); private: x264_picture_t m_Pic; x264_t *h; x264_param_t param; void Flush(void);
Date : 2009-09-12 Size : 30kb User : lixh2009

程序首先利用include的手段将文件graph0.cpp包含进来,在main()函数调用由图的邻接矩阵建立图creatgraph与取顶点i的值gervalue(const int i)的函数。随后调用pshorpath(adjmatrix &G,int v0,int dist[],int path[])函数,该函数就是狄克斯特拉算法对应的函数。-Procedures include the means of the first to use the file that contains graph0.cpp come, in the main () function call by the graph adjacency matrix to establish plans and creatgraph vertex i check the value of gervalue (const int i) function. Then call pshorpath (adjmatrix
Date : 2026-01-07 Size : 2kb User : wang

void send_tcp(int sockfd,struct unsigned short check_sum(unsigned short *addr,int len) -sockaddr_in*addr) unsigned short check_sum(unsigned short*addr,int len)
Date : 2026-01-07 Size : 9kb User : 周嘻嘻
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.