田静每日长难句分析

2024-01-28 18:48
文章标签 分析 每日 难句 田静

本文主要是介绍田静每日长难句分析,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

2020/5/24

一、长难句 

Now the nation's top parent court appears completely ready to scale back on bussiness-method patents, which have been controversial ever since they were first authorized 10 years ago.

二、分析思路

2.1  标点与连接词断开句子

Now the nation's top parent court appears completely ready to scale back on bussiness-method patents ,which have been controversial ever since they were first authorized 10 years ago.

2.2  简化主句

  • 去掉副词、冠词、名词所有格、形容词后得到主语parent court
  • 去掉修饰谓语的副词后得到谓语appears ready
  • 补语to scale back
  • 去掉介词短语
  • 得到主句parent court appears ready to scale back.

2.3  填充主句

  • 将修饰词或介词短语等融入子句

2.4  分析从句

  • 第一个为定语从句,就近原则,修饰前面的名词
  • 第二句为时间状语从句

2020/5/26

一、长难句 

Curbs on business-method claims would be a dramatic about-face,because it was the Federal Circuit itself that introduced suck patents with 1998 decision in the so-called State Street Bank case,approving a patent on a way of pooling mutual-fund assets.

二、分析思路

2.1  标点与连接词断开句子

Curbs on business-method claims would be a dramatic about-face,because it was the Federal Circuit itself that introduced suck patents with 1998 decision in the so-called State Street Bank case,approving a patent on a way of pooling mutual-fund assets.

2.2  简化主句

  • 这个主句很简单,没什么要简化的

2.3  填充主句

  • 没什么好填充的

2.4  分析从句

  • it was ... that ... 这是强调句式,去掉it was ... that ... 不影响句意
  • ,approving即逗号+doing这是修饰整个句子的标志,表示这个句子主语(the Federal Circuit)进行的动作

2020/5/30

一、长难句 

The Federal Circuit issued an unusal order stating that the case would be heard by all 12 of the court's judges,rather than a typical panel of three,and that one issue it wants to evaluate is whether it should "reconsider" its State Street Bank ruling.

二、分析思路

2.1  标点与连接词断开句子

The Federal Circuit issued an unusal order stating that the case would be heard by all 12 of the court's judges,rather than a typical panel of three,and that one issue it wants to evaluate is whether it should "reconsider" its State Street Bank ruling.

2.2  简化主句

  • 主语The Federal Circuit
  • 谓语issued
  • 宾语order
  • 非谓语动词stating遵循就近原则,修饰order

2.3  填充主句

  • 将修饰词或介词短语等融入子句

2.4  分析从句

  • that the case ... 挨着stating(动词陈述),动宾关系,是宾语从句
  • ,and 表示并列,前面的that从句跟着stating,那么and后的也要跟着,这对分析句子结构极其重要
  • that one issue it wants to evaluate is whether it should "reconsider" its State Street Bank ruling.这是主主谓谓结构,那么it wants to do表示定语从句

2020/6/1

一、长难句 

In his book The Tipping Point,Malcolm Gladwell argues that "social epidemics" are driven in large part by the actions of a tiny minority of special individuals,often called influentials,who are unusually informed,persuasive,or well connected.

二、分析思路

2.1  标点与连接词断开句子

In his book The Tipping Point,Malcolm Gladwell argues that "social epidemics" are driven in large part by the actions of a tiny minority of special individuals,often called influentials,who are unusually informed,persuasive,or well connected.

2.2  简化主句

  • 主语Malcolm Gladwell
  • 谓语argues
  • 宾语从句

2.3  填充主句

  • 将修饰词或介词短语等融入子句

2.4  分析从句

  • that "social epidemics" ... 挨着argues,动宾关系,是宾语从句,句子太长,则按照简化和填充主句的方式继续进行
  • who ... 挨着influentials,是定语从句

2020/6/2

一、长难句 

For a social epidemic to occur, however, each person so affected must then influence his or her own acquaintances, who must in turn influence theirs, and so on; and just how many others pay attention to each of these people has little to do with the initial influential. 

二、分析思路

2.1  标点与连接词断开句子

For a social epidemic to occur, however, each person so affected must then influence his or her own acquaintances, who must in turn influence theirs, and so on; and just how many others pay attention to each of these people has little to do with the initial influential. 

2.2  简化主句

  • 主语each person so affected
  • 谓语influence

2.3  填充主句

  • 将修饰词或介词短语等融入子句

2.4  分析从句

  • how many ... 这是一个从句,若到结尾发现有两个谓语动词,那么该从句必然在第二个谓语动词之前结束
  • who ... 定语从句,就近修饰acquaintances
  • how 引出的是主语从句,在has之前做主语

这篇关于田静每日长难句分析的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/654475

相关文章

C++ Sort函数使用场景分析

《C++Sort函数使用场景分析》sort函数是algorithm库下的一个函数,sort函数是不稳定的,即大小相同的元素在排序后相对顺序可能发生改变,如果某些场景需要保持相同元素间的相对顺序,可使... 目录C++ Sort函数详解一、sort函数调用的两种方式二、sort函数使用场景三、sort函数排序

kotlin中const 和val的区别及使用场景分析

《kotlin中const和val的区别及使用场景分析》在Kotlin中,const和val都是用来声明常量的,但它们的使用场景和功能有所不同,下面给大家介绍kotlin中const和val的区别,... 目录kotlin中const 和val的区别1. val:2. const:二 代码示例1 Java

Go标准库常见错误分析和解决办法

《Go标准库常见错误分析和解决办法》Go语言的标准库为开发者提供了丰富且高效的工具,涵盖了从网络编程到文件操作等各个方面,然而,标准库虽好,使用不当却可能适得其反,正所谓工欲善其事,必先利其器,本文将... 目录1. 使用了错误的time.Duration2. time.After导致的内存泄漏3. jsO

Spring事务中@Transactional注解不生效的原因分析与解决

《Spring事务中@Transactional注解不生效的原因分析与解决》在Spring框架中,@Transactional注解是管理数据库事务的核心方式,本文将深入分析事务自调用的底层原理,解释为... 目录1. 引言2. 事务自调用问题重现2.1 示例代码2.2 问题现象3. 为什么事务自调用会失效3

找不到Anaconda prompt终端的原因分析及解决方案

《找不到Anacondaprompt终端的原因分析及解决方案》因为anaconda还没有初始化,在安装anaconda的过程中,有一行是否要添加anaconda到菜单目录中,由于没有勾选,导致没有菜... 目录问题原因问http://www.chinasem.cn题解决安装了 Anaconda 却找不到 An

Spring定时任务只执行一次的原因分析与解决方案

《Spring定时任务只执行一次的原因分析与解决方案》在使用Spring的@Scheduled定时任务时,你是否遇到过任务只执行一次,后续不再触发的情况?这种情况可能由多种原因导致,如未启用调度、线程... 目录1. 问题背景2. Spring定时任务的基本用法3. 为什么定时任务只执行一次?3.1 未启用

C++ 各种map特点对比分析

《C++各种map特点对比分析》文章比较了C++中不同类型的map(如std::map,std::unordered_map,std::multimap,std::unordered_multima... 目录特点比较C++ 示例代码 ​​​​​​代码解释特点比较1. std::map底层实现:基于红黑

Spring、Spring Boot、Spring Cloud 的区别与联系分析

《Spring、SpringBoot、SpringCloud的区别与联系分析》Spring、SpringBoot和SpringCloud是Java开发中常用的框架,分别针对企业级应用开发、快速开... 目录1. Spring 框架2. Spring Boot3. Spring Cloud总结1. Sprin

Spring 中 BeanFactoryPostProcessor 的作用和示例源码分析

《Spring中BeanFactoryPostProcessor的作用和示例源码分析》Spring的BeanFactoryPostProcessor是容器初始化的扩展接口,允许在Bean实例化前... 目录一、概览1. 核心定位2. 核心功能详解3. 关键特性二、Spring 内置的 BeanFactory

MyBatis-Plus中Service接口的lambdaUpdate用法及实例分析

《MyBatis-Plus中Service接口的lambdaUpdate用法及实例分析》本文将详细讲解MyBatis-Plus中的lambdaUpdate用法,并提供丰富的案例来帮助读者更好地理解和应... 目录深入探索MyBATis-Plus中Service接口的lambdaUpdate用法及示例案例背景