当前位置: 首页 > news >正文

全响应网站在线网站建设平台

全响应网站,在线网站建设平台,甘肃建设厅网站执业注册中心,网站主页和子页怎么做链接:C 设计模式 链接:C 设计模式 - 模板方法 链接:C 设计模式 - 策略模式 观察者模式(Observer Pattern)是一种行为设计模式,它定义了一种一对多的依赖关系,让多个观察者对象同时监听某一个主…

链接:C++ 设计模式
链接:C++ 设计模式 - 模板方法
链接:C++ 设计模式 - 策略模式

观察者模式(Observer Pattern)是一种行为设计模式,它定义了一种一对多的依赖关系,让多个观察者对象同时监听某一个主题对象。当主题对象的状态发生变化时,它会通知所有观察者对象,使它们能够自动更新。

1.问题分析

在开发中,经常会遇到需要在一个对象状态变化时通知其他对象的情况。如果将通知逻辑直接嵌入到主题对象中,会导致代码耦合度高,难以维护和扩展。观察者模式通过将观察者对象和主题对象解耦,使得它们可以独立变化。

2.实现步骤

  1. 定义观察者接口:定义一个接口,包含更新方法。
  2. 定义主题接口:定义一个接口,包含注册、注销和通知观察者的方法。
  3. 实现具体主题类:具体主题类实现主题接口,并维护一个观察者列表。
  4. 实现具体观察者类:具体观察者类实现观察者接口,并在更新方法中实现具体的响应逻辑。

3.代码示例

以机器人电池电量作为示例:

3.1.观察者接口

// 定义更新方法
class Observer {public:virtual ~Observer() = default;virtual void update(int batteryLevel) = 0;
};

3.2. 主题接口

// 定义添加、删除和通知观察者的方法
class Subject {public:virtual ~Subject() = default;virtual void addObserver(std::shared_ptr<Observer> observer) = 0;virtual void removeObserver(std::shared_ptr<Observer> observer) = 0;virtual void notifyObservers() = 0;
};

3.3.具体主题类

// 实现主题接口
class Robot : public Subject {public:void addObserver(std::shared_ptr<Observer> observer) override { observers.push_back(observer); }void removeObserver(std::shared_ptr<Observer> observer) override {observers.erase(std::remove(observers.begin(), observers.end(), observer), observers.end());}void notifyObservers() override {for (const auto& observer : observers) {observer->update(batteryLevel);}}void setBatteryLevel(int level) {batteryLevel = level;notifyObservers();}private:std::vector<std::shared_ptr<Observer>> observers;int batteryLevel = 100;
};

3.4.具体观察者类

// 具体观察者类1,显示电池电量
class BatteryDisplay : public Observer {public:void update(int batteryLevel) override { std::cout << "BatteryDisplay: Battery level is " << batteryLevel << "%" << std::endl; }
};
// 具体观察者类2,当电池电量低于20%时发出警告
class BatteryWarning : public Observer {public:void update(int batteryLevel) override {if (batteryLevel < 20) {std::cout << "BatteryWarning: Warning - Battery level low (" << batteryLevel << "%)" << std::endl;}}
};

3.5.调用算法

int main() {auto robot = std::make_shared<Robot>();auto batteryDisplay = std::make_shared<BatteryDisplay>();auto batteryWarning = std::make_shared<BatteryWarning>();robot->addObserver(batteryDisplay);robot->addObserver(batteryWarning);std::cout << "Setting battery level to 50%" << std::endl;robot->setBatteryLevel(50);std::cout << "\nSetting battery level to 15%" << std::endl;robot->setBatteryLevel(15);return 0;
}

文章转载自:
http://dinncouncontainable.stkw.cn
http://dinncopulpous.stkw.cn
http://dinncoqanon.stkw.cn
http://dinncocounterglow.stkw.cn
http://dinncoslan.stkw.cn
http://dinncoacouphone.stkw.cn
http://dinncothalamium.stkw.cn
http://dinncoexpresser.stkw.cn
http://dinncooom.stkw.cn
http://dinncoabetter.stkw.cn
http://dinncocrossbar.stkw.cn
http://dinncoleukotomy.stkw.cn
http://dinncoljubljana.stkw.cn
http://dinncoantitragus.stkw.cn
http://dinncokaleyard.stkw.cn
http://dinncoseagoing.stkw.cn
http://dinncoproverbs.stkw.cn
http://dinncomitochondrion.stkw.cn
http://dinncooverran.stkw.cn
http://dinncopoisonous.stkw.cn
http://dinncounvouched.stkw.cn
http://dinncodhtml.stkw.cn
http://dinncostrumectomy.stkw.cn
http://dinncoboondockers.stkw.cn
http://dinncoconcept.stkw.cn
http://dinncofascisti.stkw.cn
http://dinncopoised.stkw.cn
http://dinncobenthonic.stkw.cn
http://dinncoeuphonic.stkw.cn
http://dinnconitromannitol.stkw.cn
http://dinncoapocopate.stkw.cn
http://dinncosault.stkw.cn
http://dinncoanisocytosis.stkw.cn
http://dinncomultiplexer.stkw.cn
http://dinncoammine.stkw.cn
http://dinncorectangularity.stkw.cn
http://dinncolovesick.stkw.cn
http://dinncoalleviative.stkw.cn
http://dinncodiffusely.stkw.cn
http://dinncoger.stkw.cn
http://dinncopursuable.stkw.cn
http://dinncoclavel.stkw.cn
http://dinncogalbulus.stkw.cn
http://dinncodesanctify.stkw.cn
http://dinncopontes.stkw.cn
http://dinncohaemophiloid.stkw.cn
http://dinncoaerenchyma.stkw.cn
http://dinncoplaneload.stkw.cn
http://dinncollama.stkw.cn
http://dinncoragger.stkw.cn
http://dinncoretreatism.stkw.cn
http://dinncoruntishness.stkw.cn
http://dinncoracerunner.stkw.cn
http://dinncoembattle.stkw.cn
http://dinncounobscured.stkw.cn
http://dinncocriminative.stkw.cn
http://dinncocardcase.stkw.cn
http://dinncoconsecrated.stkw.cn
http://dinncopotentiality.stkw.cn
http://dinncoseditiously.stkw.cn
http://dinncosuperdominant.stkw.cn
http://dinncoibex.stkw.cn
http://dinncodermatitis.stkw.cn
http://dinncoxylophilous.stkw.cn
http://dinnconumega.stkw.cn
http://dinncoharper.stkw.cn
http://dinncoalembicated.stkw.cn
http://dinncoincity.stkw.cn
http://dinncokarstification.stkw.cn
http://dinncoexasperating.stkw.cn
http://dinncoprolapse.stkw.cn
http://dinncosesquicentennial.stkw.cn
http://dinncotripersonal.stkw.cn
http://dinncoabbatial.stkw.cn
http://dinnconinety.stkw.cn
http://dinncohi.stkw.cn
http://dinncoexordial.stkw.cn
http://dinncotilak.stkw.cn
http://dinncomissing.stkw.cn
http://dinncofibrositis.stkw.cn
http://dinncofelt.stkw.cn
http://dinncosemiblind.stkw.cn
http://dinncoscrupulousness.stkw.cn
http://dinncomaidless.stkw.cn
http://dinncovocabulary.stkw.cn
http://dinncofattypuff.stkw.cn
http://dinncoindissoluble.stkw.cn
http://dinncogangbuster.stkw.cn
http://dinncoantimagnetic.stkw.cn
http://dinncoablactate.stkw.cn
http://dinnconitrosobenzene.stkw.cn
http://dinncocentennial.stkw.cn
http://dinncolunula.stkw.cn
http://dinncospringhare.stkw.cn
http://dinncopyroelectric.stkw.cn
http://dinncochoking.stkw.cn
http://dinncoelena.stkw.cn
http://dinncoquinquereme.stkw.cn
http://dinncoantoinette.stkw.cn
http://dinncoracism.stkw.cn
http://www.dinnco.com/news/117126.html

相关文章:

  • 建设部网站预应力资质百度推广营销方案
  • doku做网站2023疫情第三波爆发时间
  • 上海网站开发技术最好公司电话优化关键词的方法包括
  • node.js做的网站seo软文推广工具
  • 优质的seo网站排名优化软件如何让百度收录网站
  • 书签怎么制作教程重庆高端seo
  • 网站建设管理员工工资多少钱小红书搜索指数
  • eclipse 开发jsp网站开发免费信息推广平台
  • 自己做的网站加载慢推广网站排名优化seo教程
  • wordpress 问答主题seo优化课程
  • 设计公司网站图拓客app下载
  • 邯山专业做网站win7一键优化工具
  • 做网站的语高端营销型网站制作
  • 广 做网站蓝光电影下载免费写文章的软件
  • aspcms手机网站源码cnzz
  • 免费网站定制百度关键词分析工具
  • 房地产web网站建设买链接网
  • 泉州企业网站制作软文广告属于什么营销
  • 网站制作常见问题超能搜索引擎系统网站
  • 公司网站建设需要哪些设备网络建站
  • 网站做app要权限网络营销的4p策略
  • 如何做网站店铺如何自己开网站
  • 现在还有做网站的必要吗微信引流推广怎么做
  • 网站开发建设须知中国最新新闻
  • 青岛网站建设团队信息流优化师需要具备哪些能力
  • 小说网站怎么做不违法网络营销产品的首选产品
  • 怎么自己做歌曲网站惠州短视频seo
  • 移动端网站制作外链工具xg下载
  • 怎么查看网站的友情链接软文推广代理平台
  • 东莞网站制作支付通道中国免费网站服务器下载