• <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>
            蝸牛的家
            男兒當自強
            posts - 48,  comments - 21,  trackbacks - 0
            意圖:
            運用共享技術有效地支持大量細粒度的對象
            適用:
            一個應用程序使用了大量的對象
            完全由于使用大量的對象,造成很大的存儲開銷
            對象的大多數狀態都可變為外部狀態
            如果刪除對象的外部狀態,那么可以用相對較少的共享對象取代很多組對象
            UML

            解析:
            Flywweight模式大量使用在當一些可以被共享的對象經常使用的情況下
            //test.h

            #include 
            <string>
            #include 
            <list>
            //////////////////////////////////////////////////////////////////////////
            using namespace std;

            class Flyweight
            {
            public:
                
            virtual ~Flyweight(){}
                
                
            string GetIntrinsicState();
                
            virtual void Operation(string& ExtrinsicState) = 0;
            protected:
                Flyweight(
            const string& state) : m_state(state){}
            private:
                
            string m_state;
            }
            ;

            class FlyweightFactory
            {
            public:
                FlyweightFactory()
            {}
                
            ~FlyweightFactory();
                
                Flyweight
            * GetFlyweight(const string& key);
            private:
                list
            <Flyweight*> m_listFlyweight;
            }
            ;

            class ConCreateFlyweight : public Flyweight
            {
            public:
                ConCreateFlyweight(
            const string& state) : Flyweight(state){}
                
            virtual ~ConCreateFlyweight(){}
                
                
            virtual void Operation(string& ExtrinsicState);
            }
            ;
            // test.cpp : Defines the entry point for the console application.
            //

            #include 
            "stdafx.h"
            #include 
            <iostream>
            #include 
            "test.h"

            using namespace std;
            //////////////////////////////////////////////////////////////////////////
            inline string Flyweight::GetIntrinsicState()
            {
                
            return m_state;
            }


            FlyweightFactory::
            ~FlyweightFactory()
            {
                list
            <Flyweight*>::iterator iter1,iter2,temp;
                
            for (iter1 = m_listFlyweight.begin(),iter2 = m_listFlyweight.end(); iter1 != iter2;)
                
            {
                    temp 
            = iter1;
                    
            ++iter1;
                    delete(
            *temp);
                }

                m_listFlyweight.clear();
            }


            Flyweight
            * FlyweightFactory::GetFlyweight(const string& key)
            {
                list
            <Flyweight*>::iterator iter1,iter2;
                
            //查看列表中是否有存在的對象
                for (iter1 = m_listFlyweight.begin(),iter2 = m_listFlyweight.end(); iter1 != iter2; ++iter1)
                
            {
                    
            if ((*iter1)->GetIntrinsicState() == key)
                    
            {
                        cout 
            <<"The Flyweight:"<<key<<"already exits"<<endl;
                        
            return (*iter1);
                    }

                }

                cout 
            << "Creating a new Flyweight:"<<key<<endl;
                Flyweight
            * pFlyweight = new ConCreateFlyweight(key);
                m_listFlyweight.push_back(pFlyweight);
            }


            void ConCreateFlyweight::Operation(string& ExtrinsicState)
            {
            }

            //////////////////////////////////////////////////////////////////////////
            int main(int argc, char* argv[])
            {
                
                FlyweightFactory flyweightFactory;
                flyweightFactory.GetFlyweight(
            "hello");
                flyweightFactory.GetFlyweight(
            "world");
                flyweightFactory.GetFlyweight(
            "hello");
                
                system(
            "pause");
                
            return 0;
            }


            posted on 2008-08-20 22:54 黑色天使 閱讀(486) 評論(0)  編輯 收藏 引用 所屬分類: 設計模式

            <2008年8月>
            272829303112
            3456789
            10111213141516
            17181920212223
            24252627282930
            31123456

            常用鏈接

            留言簿(2)

            隨筆分類

            隨筆檔案

            文章檔案

            搜索

            •  

            最新評論

            閱讀排行榜

            評論排行榜

            久久只有这里有精品4| 囯产精品久久久久久久久蜜桃 | 少妇久久久久久久久久| 热久久视久久精品18| 久久精品国产亚洲精品2020| 9999国产精品欧美久久久久久| 久久播电影网| 久久久亚洲欧洲日产国码aⅴ| 日本一区精品久久久久影院| 久久精品国产男包| 国产婷婷成人久久Av免费高清| 人人狠狠综合久久亚洲高清| 久久久久人妻精品一区| 久久精品国产亚洲5555| 久久婷婷五月综合色高清| 久久精品成人欧美大片| 久久综合九色综合精品| 狠狠色婷婷久久综合频道日韩 | 999久久久免费国产精品播放| 欧美日韩精品久久免费| 狠狠综合久久综合中文88| 国内精品久久久久久99| 亚洲AV日韩精品久久久久久| 亚洲а∨天堂久久精品9966| 国内精品久久久久久中文字幕| 国内精品久久久久久久97牛牛| 99久久精品国产一区二区| 伊人久久成人成综合网222| 99久久精品国产一区二区蜜芽| 精品少妇人妻av无码久久| 无码伊人66久久大杳蕉网站谷歌| 亚洲精品无码专区久久同性男 | 久久精品无码专区免费青青| 久久99久久99精品免视看动漫| 青青草原综合久久大伊人导航| 国产精品免费久久久久影院| 蜜桃麻豆www久久| 91秦先生久久久久久久| 91精品国产91久久久久久| 久久综合久久综合久久| 精品久久久久久无码人妻热|