callable
adj. (公债)可提前兑付的;(债券)可先期偿还的;(计算机)可调用的
2026-04-12 18:05 浏览次数 18
adj. (公债)可提前兑付的;(债券)可先期偿还的;(计算机)可调用的
"callable bonds"
Callable bond[会计] 通知偿还债券;可提前兑付债券
callable object于指定一个可执行对象
callable stock可通知赎回的股票
callable IDL可调用IDL
callable capital请求即付资金
Callable Objects可调用对象
Callable Shares通知缴付型股票
callable option回望期权
you do not need to fully understand them to realize that they create callable commands as actions from the users.
您不必完全理解它们就能意识到,它们针对来自用户的操作创建可调用的命令。
in listing 1, main defines the code to be benchmarked as a callable and simply supplies it to a benchmark constructor.
在清单1 中,main 把要测试的代码定义为callable,然后提供给benchmark构造函数。
the maximum sharpe ratio for the given set of assets is the return value of the callable task.
给定资产集的最大sharpe比率是callable任务的返回值。
finally, the convention requires the methods to be public, so i use the form of lookup that finds public methods callable on the class.
最后,该惯例要求方法为公共,因此我使用查找格式,查找类上可调用的公共方法。
ids provides sql callable functions to read, receive, send, subscribe, and publish.
ids提供了用于读取、接收、发送、订阅和发布的sql可调用函数。
the first item in each tuple is a callable object (in this case a method pointer) and the second is a http request type that the method should be called for.
每个元组的第一项是可调用对象(在这里是一个方法指针),第二项是http请求类型,这种请求类型可以调用该方法。
the pms provides a callable management interface.
pms提供了可调用的管理接口。
the extension implementation is the actual service, packaged in a way that makes it callable through an extension point.
扩展实现就是真正的服务,通过特殊的打包方式以便能够在扩展点调用。
early initiatives were to break monolithic applications into callable sub-routines but the advance of remote object invocation and messaging processing changed that.
早期的活动是为了将独立应用程序拆分为可调用的子例程,但远程对象调用和消息传递处理的发展改变了这一点。
to have the functions callable from the client side, a proxy must be defined.
要让函数可从客户端调用,必须定义代理。
the non-data descriptor is likely to be used to return a callable object.
非数据描述符最常用于返回一个可调用对象。
in order to reuse the logic in different tools, easily callable and loosely-coupled information services need to be in place.
为了重用不同工具的逻辑,需要有易于调用且松耦合的信息服务。
callable bonds give the firm the option to repurchase the bond from the holder at a stipulated call price.
—可赎回债券赋予公司一项权利,可以从持有者手中以特定的赎回价格回购债券。
t-bonds may be callable during a given period, usually the last five years of the bond’s life.
国债可能在给定的期限,通常是国债的最后五年被赎回。
eventually, you create more and more of these callable routines to support the tests.
最终,你将创建越来越多的可调用的例行程序来支持测试。
the framework is easy to use for most benchmarking needs: just package the target code into some type of task object (either a callable or runnable) and then make a single call to the benchmark class.
这个框架很容易满足大多数基準测试需求:只要把目标代码打包成特定类型的任务对象(callable或runnable),然后调用benchmark类。
when creating a prepared statement (including a callable statement), the sql string argument is captured at creation time.
在创建预备语句(包括可调用语句)时,在创建时捕捉到sql字符串参数。
「besides etfs, [we] may seek further co-operation in products such as securitised assets, warrants, callable bull/bear contracts and options,」 they added.
双方表示:「除etf外,两所也可以在资产证券化产品、权证、牛熊证、期权等交易产品方面寻求进一步合作。」
instead, they deal with the abstract login interface that the callable routine provides.
相反,他们处理可调用例行程序提供的抽象注册界面。
functions are callable from the command line, too, and fill the gap between an alias and a full-blown script.
函数也可以从命令行调用,它们填补了别名与完全成熟的脚本之间的空缺。
at this level a program becomes multiple instances of a service subroutine callable in parallel by a client through some grid middleware.
这个级别上的应用程序已经变成服务子例程的多个实例,可由客户机通过某种网格中间件并行调用。
basically, this means that they create a c# callable layer between your code and the underlying operating system. you still call into the native apis on the platform, just in a c# callable way.
简单的说,它们只是为底层操作系统提供了一个c#调用层,最终执行的还是平台上的原生api,只不过使用c#而已。
you could copy the code to handle the login into every test program, or you can make it into a single, callable routine.
你可以在每一个测试程序中通过复制代码来为注册用户编号,或者你可以使它成为一个单一的,可调用的例行程序。
decorators are methods that modify other methods and return either a method or another callable object.
修饰符是一些方法,这些方法可以修改其他方法并返回一个方法或另外一个可调用对象。