Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2012/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Filter 为什么我们在编译器中应用管道和过滤器而不是分层体系结构?_Filter_Pipe_Layer - Fatal编程技术网

Filter 为什么我们在编译器中应用管道和过滤器而不是分层体系结构?

Filter 为什么我们在编译器中应用管道和过滤器而不是分层体系结构?,filter,pipe,layer,Filter,Pipe,Layer,为什么我们在编译器中应用管道和过滤器而不是分层体系结构 我们是谁?什么编译器?是的,我的意思是说为什么编译器使用管道和过滤器体系结构而不是分层体系结构?你能详细说明一下吗?因为管道和过滤器样式是流处理的体系结构模式。它由任意数量的组件(过滤器)组成,在通过连接器(管道)将数据传递给其他组件之前,这些组件(过滤器)会转换或过滤数据。编译器是管道和过滤器样式的典型应用程序。层也是另一种架构模式。所以我的问题是为什么编译器使用管道和过滤器体系结构而不是分层体系结构。因为编译器架构看起来更像分层架构,而

为什么我们在编译器中应用管道和过滤器而不是分层体系结构

我们是谁?什么编译器?是的,我的意思是说为什么编译器使用管道和过滤器体系结构而不是分层体系结构?你能详细说明一下吗?因为管道和过滤器样式是流处理的体系结构模式。它由任意数量的组件(过滤器)组成,在通过连接器(管道)将数据传递给其他组件之前,这些组件(过滤器)会转换或过滤数据。编译器是管道和过滤器样式的典型应用程序。层也是另一种架构模式。所以我的问题是为什么编译器使用管道和过滤器体系结构而不是分层体系结构。因为编译器架构看起来更像分层架构,而不是管道和过滤器。