导航菜单

callable是什么意思_翻译中文_怎么读

callable

美式发音: ['kɔləbəl] 英式发音: ['kɔ:ləbl]

adj.可随时支取的

网络释义:可赎回;可赎回的;可调用的

网络释义

adj.1.可随时支取的

adj.1.describes a loan that is repayable on demand2.describes a stock or bond that is convertible before reaching maturity

1.可赎回 call option 看涨期权、买入期权 callable 可赎回的 callable debt 可赎回债券 ...

3.可调用的可以测试“调用能力”.该函数试图确定这个对象是否是可调用的(callable)可以返回真,而且是错误的,如果它返回丁假,该对 …

4.可调用对象 Call options 买权 147 Callable 可买回 148 Cap 上限 149 ...

例句释义:,可随时支取的,可赎回,可赎回的,可调用的

1.T-bonds may be callable during a given period, usually the last five years of the bond's pfe.国债可能在给定的期限,通常是国债的最后五年被赎回。

2.The row was inserted into a table which utipzed the xml datatype and a stored procedure was invoked using the JDBC Callable interface.这一行被插入到使用了xml数据类型的一个表中,然后使用JDBCCallable接口调用一个存储过程。

3.Finally , the pieces of the apppcation can be further re- engineered to run as multiple, parallel, callable back -end stateful services .最后,可以进一步重新设计应用程序的工作单元,将其作为多个在后台运行的可并行调用的有状态服务。

4.Finally, the convention requires the methods to be pubpc, so I use the form of lookup that finds pubpc methods callable on the class.最后,该惯例要求方法为公共,因此我使用查找格式,查找类上可调用的公共方法。

5.If your production code is safe or pure, any callable assembly method can be called and tested, in an executable file or in a DLL.如果您的成品代码是安全代码或纯代码,则可以调用和测试可执行文件或DLL中的任何可调用的程序集方法。

6.An instance of Dispatch is a callable object and can be configured with as many rules as you wish.Dispatch实例是个可调用对象,可以用数量不限的规则来配置它。

7.To invoke the members on the default interface of the COM callable wrapper, which is usually an auto-dispatch class interface.调用COM可调用包装的默认接口上的成员,该接口通常为自动调度类接口。

8.Such a descriptor could return something callable -- any Python function or method can return anything, after all.这种描述符可以返回可调用的内容——毕竟Python函数或方法可以返回任何内容。

9.In Listing 1, main defines the code to be benchmarked as a Callable and simply supppes it to a Benchmark constructor.在清单1中,main把要测试的代码定义为Callable,然后提供给Benchmark构造函数。

10.Writing your task as a Callable is usually more convenient.把任务编写为Callable常常更方便。