input string
常見例句
- It will return each match detected within the input string as requested.
它將按需返回在輸入字符串中檢測到的各個(gè)匹配項(xiàng)。
blog.sina.com.cn - This function, as mentioned in SQL standard, returns the length of the input string in octets or bytes.
如 SQL 標(biāo)準(zhǔn)中所述,此函數(shù)返回輸入字符串的八位字節(jié)長度或字節(jié)長度。 - In this case, it is important not to apply the filter to the original input string, but only to the output version.
在這種情況下,重要的是不向原始的輸入字符串應(yīng)用過濾,而只向輸出版本應(yīng)用過濾。 - Even though my statement said enter a number, in particular, raw input here simply takes in a set of characters and treats it as a string.
即使我的陳述說的是應(yīng)該輸入一個(gè)數(shù)字,實(shí)際上,這里的原始輸入會(huì)被當(dāng)做一個(gè)字符,的集合來提取并被當(dāng)做一個(gè)字符串來對(duì)待。
麻省理工公開課 - 計(jì)算機(jī)科學(xué)及編程導(dǎo)論課程節(jié)選 - So STR, which I just typed up there, takes in parens, some input, and it converts it into a string, so that now I can use that John where I was expecting a string. John.
因此STR,也就是,我剛剛輸入的,然后把這個(gè)輸入變更為一個(gè)字符串,因此現(xiàn)在我就能,在需要用字符串的地方使用這個(gè)對(duì)象了。
麻省理工公開課 - 計(jì)算機(jī)科學(xué)及編程導(dǎo)論課程節(jié)選 - I'm going to use the CS50 Library instead for user input I'm saying say something then I'd get a string from the user and I call time s1 and then I say, say something, s2 and then I get another string from the user and call it s2 and apparently this program's purpose in life is to tell me yes or no the user said the same thing both times.
然而我使用的是CS50庫來獲得用戶輸入,我說點(diǎn)什么,然后從用戶那里獲得一個(gè)字符串,并把它叫做s1,然后我說點(diǎn)什么,然后從用戶那里獲得一個(gè)字符串,并把它叫做2,這個(gè)程序的最終目的是,告訴我兩次用戶輸入的是不是同樣的東西。
哈佛公開課 - 計(jì)算機(jī)科學(xué)課程節(jié)選 返回 input string