• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            C小加

            厚德 博學 求真 至善 The bright moon and breeze
            posts - 145, comments - 195, trackbacks - 0, articles - 0
              C++博客 :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理

            哈希模板

            Posted on 2012-09-12 20:06 C小加 閱讀(2173) 評論(0)  編輯 收藏 引用 所屬分類: 模板

            const int  MAX=1000003;
            template <class T>
            class hash
            {
            private:
                int pos;
                int next[MAX];
                int head[MAX];
                T key[MAX];
            public:
                hash();
                bool search(T x);
                void push(T x);


            };
            template <class T>
            hash<T>::hash()
            {
                pos=0;
                memset(next,-1,sizeof(next));
                memset(head,-1,sizeof(head));
                //memset(key,-1,sizeof(key));
            }
            template <class T>
            inline bool hash<T>::search(const T x)
            {
                int temp=x%MAX;
                int t=head[temp];
                while(t!=-1)
                {
                    if (key[t]==x)
                    {
                        return 1;
                    }
                    t=next[t];
                }
                return 0;
            }
            template <class T>
            inline void hash<T>::push(const T x)
            {
                int temp=x%MAX;
                if (head[temp]!=-1)
                {
                    next[pos]=head[temp];
                }
                head[temp]=pos;
                key[pos]=x;
                pos++;
            }
            综合人妻久久一区二区精品| 国产亚洲精品自在久久| 久久久久无码精品| 久久福利资源国产精品999| 99久久无色码中文字幕人妻| 中文字幕热久久久久久久| 99久久免费国产精品热| 91久久精品电影| 久久精品国产乱子伦| 久久亚洲国产午夜精品理论片| 久久99精品久久久久久9蜜桃| 久久人人爽人人爽人人片AV高清| 国产成人综合久久综合| 一本久久a久久精品综合香蕉 | 18岁日韩内射颜射午夜久久成人| 99久久无色码中文字幕| 亚洲人成无码网站久久99热国产| 久久无码人妻一区二区三区| 久久国产精品波多野结衣AV| 国产精品久久久久…| 久久久久久综合网天天| 久久久不卡国产精品一区二区| 77777亚洲午夜久久多喷| 亚洲精品成人网久久久久久| 精品久久久久久国产| 少妇精品久久久一区二区三区| 天天爽天天爽天天片a久久网| 亚洲欧美精品一区久久中文字幕| 久久久久久免费一区二区三区| 精品久久久久久久国产潘金莲 | 93精91精品国产综合久久香蕉| 久久久久久国产a免费观看黄色大片 | 中文字幕无码av激情不卡久久| 国产精品成人精品久久久| 精品久久久久久亚洲精品| 色综合久久久久综合体桃花网 | 91精品免费久久久久久久久| 久久99国产精品久久久| 久久99国产精品久久| 大香网伊人久久综合网2020| 国产精品日韩深夜福利久久 |