代码搜索:structural
找到约 526 项符合「structural」的源代码
代码结果 526
www.eeworm.com/read/249355/12509257
vhd gf_multiplier_tb.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
-- synopsys synthesis on
library STD;
use STD.TEXTIO.all;
-- synopsys synthesis off
entity gf_multiplier_tb is end gf_multipl
www.eeworm.com/read/350133/10763872
cs class1.cs
// Iterator pattern -- Structural example
using System;
using System.Collections;
namespace DoFactory.GangOfFour.Iterator.Structural
{
// MainApp test application
class MainA
www.eeworm.com/read/350133/10763928
cs class1.cs
// Mediator pattern -- Structural example
using System;
using System.Collections;
namespace DoFactory.GangOfFour.Mediator.Structural
{
// Mainapp test application
class MainA
www.eeworm.com/read/350133/10763935
cs class1.cs
// Flyweight pattern -- Structural example
using System;
using System.Collections;
namespace DoFactory.GangOfFour.Flyweight.Structural
{
// MainApp test application
class MainA
www.eeworm.com/read/350133/10763945
cs class1.cs
// Visitor pattern -- Structural example
using System;
using System.Collections;
namespace DoFactory.GangOfFour.Visitor.Structural
{
// MainApp test application
class MainApp
www.eeworm.com/read/350133/10764059
cs class1.cs
// Observer pattern -- Structural example
using System;
using System.Collections;
namespace DoFactory.GangOfFour.Observer.Structural
{
// MainApp test application
class MainA
www.eeworm.com/read/350133/10764238
cs class1.cs
// Composite pattern -- Structural example
using System;
using System.Collections;
namespace DoFactory.GangOfFour.Composite.Structural
{
// MainApp test application
class Mai
www.eeworm.com/read/350133/10764262
cs class1.cs
// Factory Method pattern -- Structural example
using System;
using System.Collections;
namespace DoFactory.GangOfFour.Factory.Structural
{
// MainApp test application
class
www.eeworm.com/read/350133/10764167
cs class1.cs
// Builder pattern -- Structural example
using System;
using System.Collections;
namespace DoFactory.GangOfFour.Builder.Structural
{
// MainApp test application
public class Ma
www.eeworm.com/read/403957/11493772
htm chap4-0.htm
Structural Patterns
Structural patterns are concerned with how classes and objects are
composed to form larg