代码搜索结果

找到约 10,000 项符合 H 的代码

binarytree_h.h

#ifndef BINARYTREE_H #define BINARYTREE_H #include"System.h" #include"TreeNode_cpp.h" template class BinaryTree_T { public: BinaryTree_T(void); BinaryTree_T(const T &element);

huffman_h.h

#ifndef HUFFMAN_H #define HUFFMAN_H #include"System.h" #include"TreeNode_cpp.h" #include"BinaryTree_cpp.h" int m_numbers=67;//总的字符个数 char m_char[]=" ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmno

treenode_h.h

#ifndef TREENODE_H #define TREENODE_H #include"System.h" template class TreeNode_T { private: T m_data; TreeNode_T *left_child; TreeNode_T *right_child; public:

h264.h

#include "avcodec.h" static int decode_init(AVCodecContext *avctx); static int decode_frame(AVCodecContext *avctx, void *data, int *data_size,

huffman_h.h

#ifndef _<mark>H</mark>UFFMAN_<mark>H</mark>_<mark>H</mark>EADER_001_ #define _<mark>H</mark>UFFMAN_<mark>H</mark>_<mark>H</mark>EADER_001_ #include "<mark>h</mark>uffman_base.<mark>h</mark>" // 在<mark>h</mark>uffman_f的基础上,增加限制码长的功能 // 限制码长的算法参考了zlib-1.1.4中构造限制码长的<mark>H</mark>uffman编码的源代码 // zlib的源代码见<mark>h</mark>ttp://www.gzip.org/zlib/ ...

h261.h

/* * H261 decoder * Copyright (c) 2002-2004 Michael Niedermayer * Copyright (c) 2004 Maarten Daniels * * This file is part of FFmpeg. * * FFmpeg is free software; you can red

h263.h

/* * H263/MPEG4 backend for ffmpeg encoder and decoder * copyright (c) 2007 Aurelien Jacobs * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute

h264.h

/* * H.26L/H.264/AVC/JVT/14496-10/... encoder/decoder * Copyright (c) 2003 Michael Niedermayer * * This file is part of FFmpeg. * * FFmpeg is free software; you can redi

main_h.h

////2006-02-20 //############################################################### static volatile unsigned char flag0 @ 0x7d; static volatile unsigned char GN_flag @ 0x7e; static volatile unsigned