• You'll also find some simplifications from C, which include string concatenation, associative array elements, and aggregation operators.

    看到C 语言带来的简化,其中包括字符串连接关联数组元素合并操作符。

    youdao

  • So, if a string with an embedded NUL character is passed to a library using a C convention, the string will suddenly be "chopped off" at that first NUL.

    因此如果一个内嵌NUL字符字符串被传递使用C约定,那么这个字符串就会突然第一个 NUL 处截断了。

    youdao

  • Using the standard C string functions or your favorite string library, compare the common name and the host name.

    使用标准C字符串函数习惯使用的字符串通用主机进行比较

    youdao

  • Enumerations and numeric ranges: For example, the value of a particular string attribute must be a, c, or D. Another example: the value of a particular numeric must be between 1 and 500.

    枚举数字范围例如某个特定字符串属性必须Ac或者d。比如,某个特定数字必须在1至500之间

    youdao

  • If you know you're not gonna output a full string %C but a single character, percent C will get that job done.

    如果不想输出完整字符串,而是输出一个字母就要用到

    youdao

  • Serializing XML to a string or file is where lxml excels because it relies on libxml2 C code directly.

    XML序列化一个字符串文件lxml长项因为依赖libxml2C代码库。

    youdao

  • And in this context, the length of that array is stored in Arg C. Well, let's take a look at a slight variance of this that reveals further what we can do and reveals what a string really is.

    关于这点那个数组长度存储ArgC中,好的让我们看看这个轻微的变化,那个揭示了我们可以的,字符串实际上什么

    youdao

  • The printk function relies on a feature of the C language called string literal concatenation.

    printk 是基于C语言一个名为字符串逐字连接 的特性

    youdao

  • Now we just need a program to convert our macro into standard C. For this simple example, Perl is used because it can evaluate user code in a string, and its syntax is largely C-like.

    现在我们需要一个程序这个转换标准C 语言就可以了。对于这个简单例子来说,我们将使用Perl 来实现这个程序,因为可以对字符串中的用户代码进行评测,语法也 C 语言非常类似。

    youdao

  • This view, will manage the data instead (it does not know where the data arrived), but it must convert the text string (JSON-like formatted) into an Objective-C data object.

    虽然此视图代替管理数据(知道数据会哪里),但是必须文本字符串(类json格式)转换为Objective - c数据对象

    youdao

  • For paths with a single element such as c, this routine returns an empty string.

    对于包含单个元素路径c此例将返回空字符串。

    youdao

  • For example, the expression a*\|b*c will match a string consisting of any number of as or any number of bs (but not both) terminated by a single c.

    例如表达式 a*\|b*c匹配任何数量ab 组成(不是同时一个 c 结尾的字符串

    youdao

  • In c, a common mistake is to pass attacker data into format string parameters (such as the first parameter of printf (3)).

    c语言中一个常见错误攻击者数据传递格式化字符串参数中(例如printf(3)的第一参数)。

    youdao

  • Then, we'll discuss two examples of the static approach (standard C strncpy/strncat and OpenBSD's strlcpy/strlcat), followed by two examples of the dynamic approach (SafeStr and C++'s std::string).

    然后我们讨论静态方法例子标准Cstrncpy/strncatOpenBSDstrlcpy/strlcat ),接着讨论动态方法的两个例子(SafeStrC++std::string )。

    youdao

  • String literals a, b, c...

    字符串面值,比如a、bc等等。

    youdao

  • Now we're not dealing with C and C arrays but also want to use string offsets so we need a function to calculate a numeric value, a hash, for each key.

    现在我们处理不是C语言它的数组,我们字符串偏移量所以我们需要哈希函数每个计算出一个数值

    youdao

  • Returns a C-style character string that is a printable version of the type name. Type names are generated in a system-dependent way.

    返回c风格字符串类型名字可显示版本。类型名字系统相关的方法产生

    youdao

  • Third-party Python modules, including some fast ones written in c, are available for specialized tasks, but portability and familiarity still suggest sticking with string whenever possible.

    第三方python模块包括某些c编写快速模块,适用专门的任务可移植性熟悉性建议只要可能就使用string

    youdao

  • With Jython's built in dictionary based String formatting which is as powerful as printf in c, we can associate a dictionary using the % operator.

    基于Jython内置字典字符串格式化cprintf的一样强大我们可以使用%运算符来关联字典。

    youdao

  • If the string-pooling option, [/GF], is enabled in Visual C++, then a single copy of the string is kept in the program image during execution and string1 equals string2.

    如果Visual C++启用了字符串选项 [/GF],那么执行期间,将在程序映像中仅保存字符串单个副本,且string1string2 相等。

    youdao

  • Figure 4 shows you how to open the File c: \ Expected.txt and write the content in a String.

    4显示如何打开文件c: \Expected . txtString书写内容

    youdao

  • If you then interpret it as a C string again, you'll have only 0.4% odds that you'll see the actual string, zero odds when you use a debug allocator.

    如果解释字符串,你只有0.4%的赔率,你看到实际的字符串,几率使用一个调试分配器。

    youdao

  • We feel it is a lack of uniformity that makes many existing C runtime string-handling functions susceptible to security errors, and the extra consistency in strsafe should help remedy the problem.

    我们觉得缺乏统一性导致现有许多C 语言字符串处理函数容易产生安全漏洞的根本原因,strsafe 系列函数所带来高度统一性恰恰是解决问题的一剂良药。

    youdao

  • C expression whose value is a string, including spacing, containing the assembler operation to identify the following data as read-only initialized data.

    一个包括空格字符串C表达式,代表定义包含初始只读数据段的汇编程序操作符。

    youdao

  • C + + comparing the index of a string to another string?

    比较字符串一个字符串索引

    youdao

  • Except for the string evaluate method, everything could be statically compiled into c, and analysis could be done to remove most if not all stack use.

    除了字符串方法评价一切静态编译c分析可以去除大多数如果不是所有堆栈使用。

    youdao

  • C - Static array of structs with string member not properly initialised?

    C-静态结构体数组字符串正确初始化的成员吗?

    youdao

  • The following example is provided for those very rare situations in which you may want to modify a string in-place by using unsafe code in a manner similar to C-style char arrays.

    下面示例针对一种非常罕见情况可能希望使用不安全代码类似C 样式字符数组的方式就地修改字符串。

    youdao

  • First string through the shoulder plate as shown in Figure c, then string through chest plates shoulder plate hole, tighten the knot below the armpit as shown in Figure d.

    把绳如图c穿过穿过肩部在腋下收紧打结。如图d所示。

    youdao

  • First string through the shoulder plate as shown in Figure c, then string through chest plates shoulder plate hole, tighten the knot below the armpit as shown in Figure d.

    把绳如图c穿过穿过肩部在腋下收紧打结。如图d所示。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定