52古典>英语词典>currying翻译和用法

currying

英 [ˈkʌriɪŋ]

美 [ˈkɜːriɪŋ]

v.  以(肉或蔬菜)烹制咖喱烧菜
curry的现在分词

机械

柯林斯词典

  • N-VAR 咖喱菜(印度主要菜肴,常与米饭一起食用)
    Curryis a dish composed of meat and vegetables, or just vegetables, in a sauce containing hot spices. It is usually eaten with rice and is one of the main dishes of India.
    1. ...vegetable curry...
      咖喱蔬菜
    2. I went for a curry last night.
      昨晚我去吃了咖喱菜。
  • PHRASE 讨好;奉承;拍…的马屁
    If one person tries tocurry favour withanother, they do things in order to try to gain their support or co-operation.
    1. Politicians are eager to promote their 'happy family' image to curry favour with voters.
      政客们极力宣传他们的“幸福家庭”形象以讨好选民。

双语例句

  • While that is true in some ways, you can and should go very far with the basic building blocks of FP; lambdas, HOFs, currying, partial application, and so on.
    尽管从某些方面来说这是对的,但是用FP基础构建块,你能走得更远;如lambdas、HOFs、currying、partialapplication等等。
  • Whew! By currying the first two closure parameters you can effectively deliver a new closure that is the combination of the effects of these two.
    哦,只对前两个闭包参数进行了curry处理,就有效地形成了一个组合了这两个闭包的效果的新闭包。
  • To use volume as a building block for a code block that returns the length of a line segment, I can perform either partial application or currying.
    要使用volume作为代码块的构建块并返回线段的长度,可以执行部分应用或局部套用。
  • Currying refers to taking multiple arguments into a function that takes many arguments, resulting in a new function that takes the remaining arguments and returns a result.
    Currying指的是把多个参数放进一个接受许多参数的函数,形成一个新的函数接受余下的参数,并返回结果。
  • In order to realize the goal, firstly we must introduce advanced compost technology, shorten currying time and increase currying grade.
    而要实现这一目标,首先必须引进先进的堆肥翻堆技术,缩短腐熟时间,提高腐熟度;
  • Put forward the elasticity price system, items of currying out elasticity price system and measures of withdraw currency from circulation.
    价格策略中研究提出了弹性价格制概念、实施弹性价格制的注意事项和加强货款回笼管理的措施。
  • Scala provides a lightweight syntax for defining anonymous functions, it supports higher-order functions, it allows functions to be nested, and supports currying.
    Scala为定义匿名函数提供了一种轻量级的语法,它支持高阶(higher-order)函数、允许函数嵌套、支持局部套用(currying)。
  • The difference is subtle, and the end result is the same, but if you use the terms currying and partial application interchangeably within earshot of a functional programmer, count on being corrected.
    这两者之间的差别非常微小,最终结果也是相同的,但是如果您在一名函数编程人员的面前混用局部套用和部分应用,那么他一定会纠正您的说法。
  • Grandmother spent a lot of time with the big shot and his family. She considered them the most important members of her social circle and worked hard at currying their favor.
    祖母殷勤地伺候着那个大款和他的家人,她把他们看作是她的社交圈里最重要的人物,因此她不遗余力地逢迎他们。
  • Another way to achieve code reuse is via currying.
    另一种实现代码重用的方式是通过局部套用(currying)。