• In this code, you start by declaring a file pointer to standard input so that you can get interactive information from the keyboard during the spell-check process.

    段代码中,首先要为标准输入声明一个文件指针以便能够拼写检查过程中键盘获得交互式信息

    youdao

  • This pointer must be an absolute directory path, so you may need to tweak this value in your own code.

    这个指针必须一个绝对目录路径因此可能需要自己代码调整

    youdao

  • The code in Listing 1 allocates two 512-byte blocks of memory, and then the pointer to the first block is set to the second block.

    清单1中的代码将分配两个 512字节内存然后指向第一个内存指针设定为指向第二个内存块。

    youdao

  • Furthermore, it says nothing about where in the code the null pointer was actually assigned.

    此外并不指出代码的何处这个指针值。

    youdao

  • The code shown in Listing 1 shows both a memory leak and a dangling pointer.

    显示列表1中的代码展示内存渗漏一个不断摆动的指针。

    youdao

  • All indirect function pointer calls in a key-aware kernel extension go through special kernel-resident glue code that performs the automatic AMR manipulations described above.

    可识别键内核扩展中所有间接函数指针调用都将执行特殊的、常驻内核的粘合代码,该代码用于执行上述自动amr操作。

    youdao

  • On Solaris, this sample code allows you to get the stack pointer.

    Solaris,下面段示例代码可以获取堆栈指针

    youdao

  • In Part 2, I'll show how to overwrite a function pointer and cover assembly components and some juicy shell, network, socket code samples.

    第2部分中,介绍如何重写函数指针介绍组件组装一些有趣shell网络套接字代码示例

    youdao

  • So, the code loops back, points to the proper top pointer (which was changed because of Thread b), invokes CAS, and is done with pushing 20 into the stack.

    因此代码回到循环开头,指向正确top指针(线程b修改后的),调用CAS,把20堆栈后结束

    youdao

  • Listing 1. Code with memory leak and dangling pointer (mem_errors.c).

    列表1 .带有一个内存渗漏一个不断摆动的指针的代码(mem_errors. c)。

    youdao

  • Listing 8 shows the code for filling in the score and pointer for an individual cell in the table.

    清单8显示了向表格中的初始单元充值指针代码

    youdao

  • The code passes the target as the first argument and a pointer to the code function as the second. The syntax for this is.

    代码目标作为第一参数,将一个代码函数指针作为第二个参数进行传递

    youdao

  • Listing 8 lists the code that was modified in the source of the jfs_mount.c file to create a segmentation fault at line 109 by creating a null pointer exception.

    清单8列出jfs_mount . c文件源代码修改过代码,我们代码中创建一个指针异常,从而使代码在第109产生段错误

    youdao

  • The first word usually contains a pointer to the classblock. However, this header is not visible to Java code.

    第一包含了一个指针指向类块

    youdao

  • It looks for cases where a code path will or could cause a null pointer exception, and it also looks for cases in which there is a redundant comparison to null.

    查找代码路径将会或者可能造成null指针异常情况,它查找对null的冗余比较的情况。

    youdao

  • C + + code developed in Win32 systems is based on the ILP32 model, where int, long, and pointer types are 32 bits.

    Win32系统开发的C++代码基于ILP32模型的,该模型中,intlong指针类型32位的。

    youdao

  • The code converts data into a pointer to GtkLabel.

    代码data转换GtkLabel的指针

    youdao

  • Listing 6 contains a code example of declaring a state information structure and then allocating storage for the stateInfo pointer based on the size of the structure.

    清单6包含代码示例展示了如何声明一个状态信息结构然后根据结构的大小stateinfo指针分配存储空间。

    youdao

  • After obtaining the pointer to the label, the code USES the g_assert macro to determine if the label is equal to NULL.

    得到标签指针后,代码使用g_assert确定标签是否等于NULL

    youdao

  • The only thing we have to do to free memory is to take the pointer we're given, back up sizeof (struct mem_control_block) bytes, and mark it as available. Here is the code for that.

    为了释放内存我们必须惟一一件事情就是获得我们给出指针退size of (struct mem_control_block)个字节标记可用的。

    youdao

  • When legacy code is called, either directly by calling an exported function or indirectly by using a function pointer, the kernel must

    调用遗留代码时候可以通过调用导出函数进行直接调用,也可以通过使用函数指针进行间接地调用,但是内核必须完成以下工作

    youdao

  • This code is included in the code which handles the click event for the Invoke Service button and its purpose is to avoid a null pointer exception when the web service is invoked with an empty string.

    目的避免使用空子符调用Web服务出现指针异常

    youdao

  • Because null-pointer exceptions are more difficult to diagnose, this "fix" would actually decrease the quality of the code.

    因为空指针异常更难诊断这种修正实际上降低代码质量

    youdao

  • The code at BE allocates the memory from the heap for the Singleton object and stores a pointer to that memory in eax.

    be代码Singleton对象分配内存一个指向该块内存的指针存储到eax中。

    youdao

  • Additionally, any code that traverses our lists and forgets to check for the empty case will get a NoSuchElementException, as opposed to the much-less-helpful null-pointer exception.

    另外任何阻断我们的链以及忽略检查代码返回一个NoSuchElementException不是那些没什么用的空指针异常。

    youdao

  • If the function is virtual and the call is through a reference or pointer, then the compiler generates code to determine which version to run based on the dynamic type of the object.

    如果函数函数,并且调用通过引用或者指针编译器基于动态类型生成代码确定调用哪个版本

    youdao

  • Write code to change the value of a pointer. Write code to change the value to which the pointer points.

    编写代码修改指针;然后再编写代码修改指针所指对象值。

    youdao

  • The current block is the code containing the current location, instruction pointer address.

    当前包含当前位置(指令指针地址)代码

    youdao

  • The current block is the code containing the current location, instruction pointer address.

    当前包含当前位置(指令指针地址)代码

    youdao

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

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

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