tail-to-tail的意思|示意
tail-to-tail的网络常见释义
尾尾 这种服务可以在市场运力十分紧张的情况下提供更高的舱位优先权,同时还能提供可以减少过渡时间的迅速的尾尾(tail-to-tail)相接。在一些国际航班上,所减少的时间可以多达1天。
tail-to-tail相关短语
1、 tail-to-tail polymer 尾 ; 尾聚合物 ; 尾尾聚合物
2、 tail-to-tail structure 尾接尾结构 ; 尾接结构 ; 尾尾结构
3、 tail-to-tail linking 尾尾连接 ; 详细翻译
tail-to-tail相关例句
When executed as tail filename, the tail command exits after displaying the last lines from the specified file, which isn't all that helpful when you want to monitor updates to a log file.
在执行tail filename时,tail命令显示指定的文件中最新的几行,然后退出。这对于监视日志文件更新帮助不大。
In practice, I don't use such graphs to compute tail probabilities because I can implement mathematical functions to return the tail probability for a given Chi Square value.
实际上,我不使用这些图来计算尾数概率,因为我可以实现数学函数来返回给定x平方分布值的尾数概率。
As long tail bloggers become disillusioned with their revenue potential, the businesses that bet on the long tail of the blogosphere are likely to pay the price.
而一旦具长尾效应的博客作者创收梦想破灭了,这种带有博客世界的长尾效应色彩的商业就会付出代价。
Prior to this, scientists detected pain in mice from reflex reactions, like heat to the tail makes the tail flick.
在此之前,科学家们在对老鼠进行反射实验时也察觉到了它们的疼痛反应,比如高温会让老鼠的尾巴上下拍动。
There are only discussions about arithmetic creation of simply linked list from tail to head without that from head to tail.
许多《数据结构》教材只讨论了从表尾到表头逆向生成单链表的算法,而没有讨论从表头到表尾正向生成单链表的算法。
As you can see in order for the call to be a true tail-call, no other operation can be performed on the result of the tail-called function before it is passed back.
可见,要使调用成为真正的尾部调用,在尾部调用函数返回之前,对其结果不能执行任何其他操作。