COM+ Programming A Practical Guide Using Visual C++ and ATL [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

COM+ Programming A Practical Guide Using Visual C++ and ATL [Electronic resources] - نسخه متنی

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید




Hardware Component Model


The video output jack of the VCR sends out video signals according to a predefined video specification. The video service provided by the VCR is represented in Figure 1.2.



Figure 1.2. VCR providing video service.

graphics/01fig02.gif

The TV was designed for this video specification. Once you hook up the VCR to the TV on the video connection, all the TV has to do is start receiving video signals from the VCR. Any brand of VCR that adheres to the specification will be compatible with the TV.

By separating interface specifications from implementation, and guaranteeing that the specifications will not be altered, we have started to form the basis of the Component Model.

Can we apply this model to software? Lets get back to our simulation program.


/ 125