
词语导航
基本信息
词语:字符源
繁体:字符源
拼音:zì fú yuán
英语翻译
【计】 character source
分词翻译
字符的英语翻译:
【计】 C; CH; character
源的英语翻译:
fountainhead; source
【医】 source
翻译例句
1. 这基本上是一个嵌套结构,它只是给出了每个产品在源文本中匹配的字符偏移量。
Basically, this is a nested structure that simply gives the character offsets where every production was matched in the source text.
2. 如果指定了可选的起始位置,则表明它是源字符串中开始进行搜索的字符位置。
If the optional start is specified, it indicates the character position in the source-string at which the search is to begin.
3. 幸运的是,针对此问题有一个变通方法:我们将所有的特殊字符存储在引用源中,然后从那个源中装入,并在运行时使用它们。
Fortunately, there is a workaround to this problem: we store all the special characters in a reference source, load them from that source, and use them at run time.
4. 然后,其返回已匹配发生项的第一个字符或已匹配发生项后面的第一个字符在源字符串中的位置。
It then returns the position in the source string of either the first character of the matched occurrence, or the first character after the matched occurrence.
5. 如果转换导致了字符替代,就会根据数据源行为和包装器实现生成一条警告消息。
If conversion results in character substitution, a warning might be generated depending on the data source behavior and wrapper implementation.
6. 在执行这个操作时,要复制的字符的数目通常是基于源字符串的相关信息来计算的。
When doing that, the number of characters to be copied is usually computed based on information about the source string.
7. 实际上,在冒号字符之后可以指定任何有效的ODBC数据源连接字符串。
In fact, any valid ODBC data source connection string may be specified after the colon character.
8. 考虑指定字符串来匹配输入是否来自远程计算机源。
Consider specifying strings to match if input is from a remote machine source.
9. 安装源文档中使用的字体和字符集可以解决此问题。
Installing the fonts and character set used in the source document can solve the problem.
10. 举个补偿SQL限制的例子,考虑联邦服务器可能允许使用大于其他远程数据源所允许的长度的字符串。
As an example of compensating for SQL limits, consider that the federated server might allow the use of larger character strings than other remote data sources allow.
11. 在源字符串中,位置0是第一个字符。
Position 0 is the first character in the source string.
12. JDBC 4.0允许通过字符串、读取程序和写入程序流或者jaxp源和结果而访问XML数据。
JDBC 4.0 allows the XML data to be accessed through strings, reader and writer streams, or JAXP sources and results.
13. 首先,它调用提要源输入组件以获得字符串格式的XML结构,有关rss提要源的细节在该结构中指定。wwW.wENtiyI.com
At first, it calls the feed sources input component to get the string-formatted XML structure, in which details about the RSS feed sources are specified.
14. 提取转换与对应的参数映射稍有不同,因为它的源属性必须是字符串。
An extract transform is a bit different than its parameter mapping counterpart because its source attribute must be a string.
15. 位置1是源字符串中的第一个字符。
Position 1 is the first character in the source string.
16. 根据指定的分隔符,源字符串被划分为几个部分。
Based on the specified delimiter, the source string is divided into sections.
17. 此函数试图匹配并返回正则表达式针对源字符串定义的模式的特定发生项。
This function attempts to match and return a specific occurrence of a pattern that is defined by the regular expression against the source string.
18. 对源应用程序进行标记处理后,所有新的字符串被添加到词汇表数据库中。
After the source application is tagged, all new strings are added to the glossary database.
19. 系统中源XML的另外一种类型是纯 XML 字符串。
The other type of XML source in the system is a plain XML string.
20. 此函数试图匹配正则表达式针对源字符串的模式的特定发生项。
This function attempts to match a specific occurrence of the pattern that is defined by the regular expression against the source string.
21. 这种情形下,解决该问题的一种方法就是通过仅将源c CSID中的字符映射到目标CCSID中的相应字符。
In such cases, one way to get past this problem is to convert the character by mapping only those characters from the source CCSID to those that have a corresponding character in the target CCSID.
22. 例如,如果某个源文档包含带土耳其字符集的Arial字体,则OutsideIn转换器将搜索相同的字体和字符集组合。
For example, if a source document contains an Arial font with Turkish character set, then the OutsideIn convertor searches for the same font and character set combination.
23. 单击Next,然后指定与在前面小节中创建的ODBC数据源名称和连接字符串相同的名称。
Click on Next, and specify the same ODBC data source name and connection string as you created in the previous section.
24. 如果没有发现匹配则返回0,或者如果源字符串是null或空则返回- 1。
It returns 0 if the match cannot be found or -1 if source string is null or empty.
25. 如果源字符串至少和目标一样长,那么函数strncpy(3)还不会使用NUL 来结束字符串;这可能会在以后导致严重破坏。
The function strncpy(3) also doesn"t NUL-terminate its destination if the source string is at least as long as the destination; this can cause havoc later.
26. Substring函数使用一个分隔符和索引来判断要从进入的源字符串提取哪些文本。
The Substring function uses a delimiter and index to determine what text to extract from the incoming source string.
27. 从理论上讲,strncpy(3)是strcpy(3)的安全替代者,但是strncpy(3)还会在源字符串结束时使用nul来填充整个目标空间。
In theory, strncpy (3) is the safe replacement for strcpy (3), but strncpy (3) also fills the entire destination with NULs once the end of the source string has been met.
28. 清单1的2 -8行示例代码展示了如何使用字符串url连接到外部安全数据源。
Lines 2-8 in listing 1 show a sample of code to connect to the external secure data source using string url.
29. 清单1的2 -8行示例代码展示了如何使用字符串url连接到外部安全数据源。
Lines 2-8 in listing 1 show a sample of code to connect to the external secure data source using string url.
版权声明:问题易所有作品(图文、音视频)均来源网络,版权归原创作者所有,与本站立场无关,如不慎侵犯了你的权益,请联系我们告知,我们将做删除处理!
