英语-中文正在建设中 例子: Chinese back-sloping comma 、 (punct. used separate items in a list)— 顿号 也可见: comma— 逗点 · 读 comma名— 顿号名 separated形— 失散形 a list— 列举 查看更多用例•查看其他译文 查看其他译文 © Linguee 词典, 2025 ▾
待解决 悬赏分:1 - 离问题结束还有 comma-separated list of logins问题补充:匿名 2013-05-23 12:21:38 登录以逗号分隔的列表 匿名 2013-05-23 12:23:18 注册逗号被分离的名单 匿名 2013-05-23 12:24:58 注册逗号被分离的名单 匿名 2013-05-23 12:26:38 以逗号分隔的列表中的登录名 匿...
aMunicipio 自治市[translate] aイリノイ Illinois[translate] aFlexible LED Lamp 灵活的LED灯[translate] aComma-separated list of terms you'll use to select this picture. 逗号被分离的术语目录您将使用选择这张图片。[translate]
[translate] aA comma-separated list of interfaces implemented by the class, if any, preceded by the keyword implements. A class can implement more than one interface. 类实施的接口一张逗号被分离的名单,若有的话,在之前由主题词贯彻。 类可能实施超过一个接口。 [translate] ...
a4.2.1 同批次爆破片抽样爆破试验的数量按表2规定。试验抽样应在表面质量合格的同批次爆破片中. 正在翻译,请等待... [translate] aPlease provide a comma-separated list of the strongest keywords in the article 请提供最强的主题词一张逗号被分离的名单在文章上 [translate] ...
What Is a Comma-Separated List? When you type in a series of numbers separated by commas, MATLAB® creates a comma-separated list and returns each value individually. 1,2,3 ans = 1 ans = 2 ans = 3 When used with large and more complex data structures like MATLAB structures and ...
'key ' may also be a comma-separated list of keys 印出给定文件里对应于“ 键” 的值 。“键” 可以是由逗号分隔的一串键列表 KDE40.1 CSV is a delimited text file that uses a comma to separate values (many implementations of CSV import/export tools allow other separators to be used)....
When I use END to access the last element of an array, and if the first two dimensions are specified using a comma-separated list returned from a cell array, I receive an error. A = rand(3,3,3); Asub = {2 3}; A(Asub{1:2},1:end) ...
I would have hoped that data(:) would generate a comma-separated list of structs so that I could do the following, just as I could if data was a cell array, but it doesn't seem to work: テーマコピー struct_as_cell = {data(:)}; Cheers...