查询
1 词典释义:
accept argument
时间: 2025-10-25 08:04:18
英 [əkˈsept ˈɑːɡjʊm(ə)nt]
美 [əkˈsept ˈɑrɡjəmənt]

接受论点

双语例句
  • The author have persuaded readers to accept his argument.

    那位作者已经说服读者接受他的观点。

  • To persuade those who do not accept the libertarian argument for legalisation, supporters have emphasised two other lines of reasoning.

    为了说服这些不接受对合法化进行自由辩论的人,支持者们强调了其它两条原因。

  • Until we understand what he meant, we have no reason to either accept or reject his argument.

    除非我们明了他的意思,我们无法,接受或拒绝他的论点。

  • You reply, "I won't accept your argument, because you used to smoke when you were my age."

    但你却回答说,我不能接受你们的观点,因为你在我的年龄也吸过烟。

  • Of course, if you accept that quote as the basis for any argument, it's just as hard to map the progress of and towards the singularity as it is to deny that it will happen.

    当然了,如果你把这句话作为任何论证的基础的话,指出奇点或向奇点演进的进程其困难程度就跟否认奇点会发生一样的困难。

  • Still, accept for the sake of argument that the Republican front-runner is correct when he says that God did not create America to be just “one of several equally balanced global powers”.

    但是,为了彻底讨论问题,当这位共和党的领跑者说,上帝没把美国创造成全球几个差不多的列强国家之一时,我们承认他是正确的。

  • And then take you through the argument but off course if you still don't accept the premise then really you'll never accept the conclusion of my argument are you?

    然后你看过论点,但是当然,如果你仍然不能接受前提,那么你永远不会接受我论点的结论,对吗?

  • It is highly likely that you will need to pass arguments to the server-side functions you create, so let's see how you would adapt one of the functions to accept and use an argument.

    将参数传递到您创建的服务器端函数,这是很有可能的,所以,让我们来看看,如何改写一个函数来接受和使用参数。

  • So that's a valid argument. Accept it?

    这是个有效论点,对吗?

  • Static methods that merely accept an argument or two, perform a calculation, and return a value based on nothing but those arguments are ideal.

    仅接受一两个实参、执行计算,并仅依据那些实参返回值的静态方法是理想的。

  • They will also accept his scientific argument that looking at the geological record can shed light on the likely consequences of a rapid rise in CO2.

    他们还接受他的科学论据,即核查地质记录有助于揭示快速增加的二氧化碳所可能造成的后果。

  • In other words, in this case - -however you feel about "A Slumber Did My Spirit Seal"- in this case you would accept Knapp and Michaels's argument.

    换句话说,在这个情况下,不管你对“睡意席卷了我的心神“有什么感受-,这种情况下你会接受Knapp和Michaels的观点。

  • To avoid this problem, you can create an interface (for example, Vehicle) and have your FrogMan class accept the Vehicle as a constructor argument, as in Listing 3.

    为了避免这个问题,您可以创建一个接口(例如vehicle),使frogman类接受Vehicle作为一个构造函数参数,如清单3所示。

  • As well, the dispatched functions themselves should accept a dispatch argument.

    分派函数自身最好还是应当接受dispatch参数。

  • For those methods to accept no argument would require a null where point was specified.

    对于不接受参数的方法,在指定point的地方需要一个null。

  • As a second argument, it can also accept an optional pthread_mutexattr_t pointer.

    第二个参数,可以接受一个可选的pthread _ mutexattr_t指针。

  • I'd like the ebuild script to accept a second command-line argument, which will be "compile", "unpack", or "all".

    我希望ebuild脚本再接受一个命令行自变量:“ compile ”、“ unpack ”或“ all ”。

  • The case in this article deals with service-type operations for actions, but only in the case where they accept a single argument.

    在本文的示例中,使用动作处理服务型的操作,但是这些服务只能接收一个参数。

  • Do you accept this argument?

    你接受这个论点吗?

  • “It’s an acute problem for food manufacturers who have to try to explain this, ” he said. “Consumers don’t accept any argument for higher prices.”

    “食品生产商试图这样解释是个严重的问题”,他说,“消费者不接受任何关于涨价的说法”。

  • Our script will accept a single file as an argument, and will print out whether it appears to be a tarball.

    我们的脚本将接受一个文件作为自变量,然后打印:该文件是否是一个tar文件。

  • Traits don't support auxiliary constructors, nor do they accept an argument list for the primary constructor, the body of a trait.

    Traits不支持辅助构造函数,它们也不支持在主构造函数,trait的主体里的参数列表。

  • If the Boolean field is false or visit returns PROCESS_CONTINUE, accept calls the accept method of each of its children and passes the visitor as its argument.

    如果Boolean字段为false或visit返回PROCESS_CONTINUE, accept调用每个子节点的accept方法并将访问程序当作其参数。

  • Accepted_args is an optional integer argument defining how many arguments your function can accept (default 1), useful because some hooks can pass more than one argument to your function.

    accepted_args参数是一个可选的整型参数,他定义了你的函数中可以接收多少个参数(默认为1)。该参数是非常有用的,因为某些Hook可以向你的函数中传入多个参数。