52单词网 > 英语词典 > string out

string out

小编 分享 时间:
string out是什么意思
英式音标:[striŋ aut]英式读音
美式音标:[strɪŋ aʊt]美式读音
词汇分类:猴哥托福词组1200,考研英语词汇突破,《成人大学外语学习指南》吉林
词义:

释义

排列成行,拖延时间;

英英释义

string out

v.set out or stretch in a line, succession, or series

同义词:spread out

用法:

双语例句

They don't want to stretch the meeting out.
他们不想把会议延长。

This process has been spun out to sixty hours.
这一过程被延长到六十个小时。

权威例句

УДАРНО-ИМПУЛЬСНЫЙ ГИДРОРАЗРЫВ ПЛАСТА

Hearing aid with pull-out-string, pull-out string, and method of making a hearing aid

t-Out-of-n String/Bit Oblivious Transfers Revisited

t-Out-of-n String/Bit Oblivious Transfers Revisited

Chapter 5–Non-steady-state out-of-plane string-based tyre models

‘But How Can We Make Something Useful Out of Black String?’ The Development of Carbon Fibre Composites Manufacturing (1965–2015)

Chapter 5 – Non-Steady-State Out-of-Plane String-Based Tire Models

Methods and systems for numerically simulating physical behaviors of a string drawn out of a yarn feeder

Design and Application of Swabbing Out - Flow String for Preventing Pollution Against Low Permeable Reservoir

Use of outpurse string suture around the vesicular neck in suprapubic (ransvesical pros(atectomy(Report of 60 cases)
造句:

1. He held out a small bag tied with string.

他递出一个用细绳系着的小包。

《柯林斯英汉双解大词典》

2. The Doberman let out a string of roaring barks.

那条杜宾犬发出一连串的吼叫声。

《柯林斯英汉双解大词典》

3. I can print out a string.

我可以打印出一个字符串。

youdao

4. They seem determined to string the talks out for an indefinite period.

他们好像一心要把谈判无限期地拖下去。

《牛津词典》

5. After he killed the monster, he followed the string and got out of the maze.

杀死怪物后,他顺着绳子走出了迷宫。

youdao

6. Once you have the ordered map, you can simply extract the limited set of terms, eventually writing them out as a single string (done by the glue integration code).

在获得排序的映射后,您可以只提取有限的术语集,最后将它们写出为单个字符串(通过粘合集成代码完成)。

youdao

7. When the user is done with all the vehicles, you can simply form a JSON string out of that object and send it to the server by storing it in some hidden field.

当用户输完所有车辆数据后,您只需构建一个源于该对象的JSON字符串,并通过存储到某个隐藏字段中的方式将该字符串发送至服务器。

youdao

8. And because I'm writing out a string that's the same length — — my strings aren't getting shorter — it's creating this illusion of some animation.

因为我写了一个长度相同的字符串-,我的字符串不会变的更短-,它生成一个动画幻觉。

youdao

9. S We saw percent s which is a placeholder for a string, turns out as you'll see over time there are other placeholders.

我们知道字符串占位符,输出来就是另一番场景了,还有一些其他类型的占位符。

youdao

10. Think of yourself as a puppet with a string coming out of the top of your head.

把自己想象成是一个牵线木偶,头上有一根线牵着。

youdao

11. Second, if you need to repeat a small string to create a bigger string, you can use the * operator, which multiplies a string out a set number of times.

第二,如果需要重复短字符串来创建长字符串,可以使用 *运算符,将字符串重复一定的次数。

youdao

12. Figure 4 takes String out of the equation and rescales the chart to show more clearly how Rope and StringBuffer performance compare.

图4从比较中撤出 String的结果,调整了图表的比例,更清楚地显示了Rope和StringBuffer性能的对比。

youdao

13. The mode parameter that each of the four regex functions accepts should be a string of up to three characters, out of four possible modes.

四个regex函数中的每个函数可以接受的模式参数都应该是一个最多三个字符的字符串,且不属于四种可能的模式。

youdao

14. You could take the time to split out this string by comma and then again by colon to grab the value of remaining_hits.

花些时间用逗号将这个字符串分开,然后再用冒号获取remaining_hits的值。

youdao

15. The current year was then worked out by constructing a Date object, formatted as a string, and then a regular expression was used to parse out the year.

当前年度通过构建一个Date对象(格式为一个字符串)计算,然后使用一个正则表达式来解析年份。

youdao

16. String.translate (out, in [, pad]) Translates the string using the in and out tables 12345.translate (" qwertyuiop ", "1234567890") returns "qwerty".

translate (out,in [,pad])用输入输出表转换字符串12345 .translate (“qwertyuiop ”,“ 1234567890 ”)返回“qwerty ”。

youdao

17. The biggest problem is figuring out exactly what should be legal in the string.

最大的问题是如何明确地指出在字符串中哪些是合法的。

youdao

18. It will invoke the service and print out the echoed string on the console.

它将调用服务并在控制台上打印出回显字符串。

youdao

19. It is best to avoid generic string type interfaces, as I pointed out earlier.

正如我在前面指出的,最好避免使用泛型字符串类型的接口。

youdao

20. So the old sailors threw the ship's log-a chunk of wood-overboard and watched as the string played out.

也就是说,古时候的水手把船的测速仪——也就是一截木头——扔到水里,看着绳子滑出船尾。

youdao

21. Elements not matching the text string will be filtered out.

不匹配文本字符串的元素将会被过滤掉。

youdao

22. Before going out shooting, cut a string that equals your height and keep it in your pocket or camera bag.

在外出拍摄前,剪一段和你身高差不多的绳子,装在口袋里或摄影包中。

youdao

23. Some of the typical string-related checks would validate whether an empty string has 0 length, accessing out-of-index results in an error message or exception, and so on.

与字符串相关的一些典型的检查,会验证空字符串的长度是否为 0,访问范围超出索引是否导致错误消息或异常,等等。

youdao

24. But when she opened the last box, she froze. The color drained from her face, and she reached inside the box with both hands, pulling out a string of pearls.

但当她打开最后一个盒子的时候,她愣住了,脸色一下子变白了,她两只手都伸进了盒子里,捧出一串珍珠。

youdao

25. On the other hand, many services are built with a somewhat generic interface: one string goes in and one string comes out, or plain binary objects are exchanged.

另一方面,很多服务均使用通用接口构建:一个字符串传入,另一个字符串传出,或者交换纯二进制对象。

youdao

26. Some of the typical string-related checks include verifying that an empty string has 0 size and accessing out of index from the string results in an error message/exception.

与字符串相关的典型检查包括检查空字符串的长度是否为 0以及访问范围超出索引是否导致错误消息/异常。

youdao

27. It sends out the string payload, as shown in listing 10.

它发送字符串负载,如清单10所示。

youdao

28. He had campaigned to keep string theorists out of the Harvard physics department and when it embraced string theory, he left.

他曾经组织运动阻止哈佛研究超弦论,但是最后当哈佛开始搞超弦论的时候,他就义无反顾的走人了。

youdao

29. Shortly after Mr Ouattara's departure, a bedraggled string of them are led out across the hall to the lavatories. Many are women.

在奥阿塔拉离开后不久,一大群满身污泥的人从会堂被赶到了厕所,其中大部分是妇女。

youdao

30. Shortly after Mr Ouattara's departure, a bedraggled string of them are led out across the hall to the lavatories. Many are women.

在奥阿塔拉离开后不久,一大群满身污泥的人从会堂被赶到了厕所,其中大部分是妇女。

youdao

string out

将本文的Word文档下载到电脑,方便收藏和打印
推荐度:
点击下载文档文档为doc格式