代码搜索结果

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

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/ ...

h7.h

#ifndef h7_h #define h7_h #include using namespace std; class String { private: char* s; public: String(); String(const char* sx); String(char sx); String(int sx); String(const String

h7.h~

#ifndef h7_h #define h7_h #include using namespace std; class String { private: char* s; public: String(); String(const char* sx); String(char sx); String(int sx); String(const String

h8.h

#ifndef h8_h_ #define h8_h_ #include #include using namespace std; class Vector { private: double x; //坐标x,y double y; double direction; //方向 double length; //大小 public: V

h8.h~

#ifndef h8_h_ #define h8_h_ #include #include using namespace std; class Vector { private: double x; double y; double direction; double length; public: Vector(double x_ = 0,dou

h10.h~

#ifndef h10_h #define h10_h #include #include using namespace std; class Student { private: int number; char* name; double math,C_Object,english; public: St

h10.h

#ifndef h10_h #define h10_h #include #include using namespace std; class Student { private: int number; //学号 char* name; //姓名 double math,C_Object,english;

h9.h~

#ifndef h9_h_ #define h9_h_ #include using namespace std; typedef struct LNode { struct LNode* next; struct LNode* prev; int data; }*LinkList,LNode; class List { private: LinkList

h9.h

#ifndef h9_h_ #define h9_h_ #include using namespace std; typedef struct LNode { struct LNode* next; struct LNode* prev; int data; }*LinkList,LNode; class List { private: LinkList

h11.h

#ifndef h11_h_ #define h11_h_ #include #include using namespace std; class Calcuator { private: double x; //操作数 double y; char ch; //操作符 public: Calcuator(double x_=0,do