代码搜索结果
找到约 10,000 项符合
H 的代码
lpr_h.h
/*
* Copyright (c) 2003, try2it.com
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as publi
ircmd_h.h
//==================================================================================
// include header file
//==================================================================================
#inc
h1.h
#if!defined __lqq__
#define __lqq__
class LinkList //定义基类 LinkList
{
typedef struct node//定义链表节点类型
{
int data;
struct node *next;//next指向下一个数据
} ListDataNode;
//定义链表类型
typedef Lis
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/ ...
machdevice_h.h
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00.0361 */
/* at Thu Jul 06 16:14:31 2006
*/
/* Compiler settings
rtsp_h.h
/*
* RTSP definitions
* Copyright (c) 2002 Fabrice Bellard.
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of th
des_h.h
#define DEBUG
int IP[]={
58,50,42,34,26,18,10,2,
60,52,44,36,28,20,12,4,
62,54,46,38,30,22,14,6,
64,56,48,40,32,24,16,8,
57,49,41,33,25,17,9,1,
59,51,43,35,27,19,11,3,
61,53,45,3
h8300.h
/* Definitions of target machine for GNU compiler.
Hitachi H8/300 version generating coff
Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
Contributed by Steve Chamberlai