• The desc field contains the line number and the value contains the code address for the start of that source line.

    desc字段包含,而value包含源代码行的起始部分代码地址

    youdao

  • To carry out a fetch, the processor places the binary-code address of the desired location onto the address lines of the external processor bus.

    为了便于获取指令处理器需要由二元数据构成地址存储外部处理机总线序列里面。

    youdao

  • Code snippet (1) creates an endpoint reference using the address extracted from the transient context.

    代码(1)使用瞬态上下文中提取地址创建了端点引用

    youdao

  • This makes it easier for a debugger to identify which compilation unit created the code at a particular memory address.

    使得调试器可以容易确定一个编译单元某个特定内存地址创建代码

    youdao

  • Most of these have been in response to requests from our users and they generally address some of the finer details of the code editor.

    其中大部分内容为了响应客户要求他们通常会代码编辑器提出很多细化的要求。

    youdao

  • Code snippet (1) simply sets the endpoint address to the desired value.

    代码(1)只是端点地址设置为所需的值。

    youdao

  • However, this new code now assumes that the starting address is 16-byte aligned, and also that it has enough padding on the end that the next data element in memory is also 16-byte aligned.

    然而代码假定起始地址按照16字节对齐并且末尾足够填充位,因此内存中下一个数据元素也是16字节对齐的。

    youdao

  • This is good for testing your code, but once you are ready to deploy your application, you should modify the address information.

    测试代码有用一旦着手部署应用程序应当修改地址信息。

    youdao

  • Little did I know 30 years later, as an embedded firmware engineer, I would still spend much of my time trying to squeeze more code and data into a smaller address space.

    没想到30年后作为嵌入式固件工程师一直花费大量时间试图更多代码数据挤入较小地址空间

    youdao

  • In a future article, we will address the need for stateful invocations of native code and deal with issues around lifecycle management of the native code.

    后续文章中我们解决本机代码状态调用需求并且处理本机代码的生命周期管理有关的问题

    youdao

  • In the code section, you define a function's address the same way you defined addresses for global variables abovejust put their name followed by a colon.

    代码部分定义函数地址方法上述定义全局变量的相同——只需在它们的名称之后跟上一个冒号

    youdao

  • The custom glue code is a simple tool that reduces the address trace to a graph specification.

    定制中间代码一个非常简单工具,它可以减少图形规范地址跟踪

    youdao

  • The first page of virtual memory in the kernel address space can be accessed by kernel code, but is marked as read-only.

    内核地址空间中的第一虚拟内存通过内核代码访问但是标记只读。

    youdao

  • That code would work, but you'd have to query for the member, each contact, and each contact's address.

    代码应该能够工作必须针对成员每个联系人以及每个联系人地址进行查询

    youdao

  • And in another blow to publishers, customers will have the option not to share their detailsname, E-mail address and ZIP code — with the publisher.

    出版商另一个打击就是客户可以选择自己个人信息,包括名字电子邮件地址邮编提供出版商。

    youdao

  • In Listing 9, the code that formatted the address is moved to interfaces, implementation classes, and a factory - building the "use interfaces" habit.

    清单9中,格式化地址代码接口实现工厂中—养成“使用接口”的习惯。

    youdao

  • Examine the WSDL file to ensure the address matches your server as shown in the code snippet below.

    检查WSDL文件确保地址服务器匹配如下面的代码片段

    youdao

  • For example, the port number in the code must match the port 2809 specified as the bootstrap address in the process server.

    例如代码中的口号必须匹配流程服务器引导地址指定端口2809。

    youdao

  • Initially, it will allow internationalized domain names (IDNs) using scripts such as Chinese, Korean or Arabic for the country code designators at the end of an address name.

    在最初阶段,该机构允许国际化域名地址结尾使用汉语韩语阿拉伯语表示国家域名。

    youdao

  • When a document is selected, the location, address, and zip code in this document are published.

    选中文档位置地址邮政编码就会发布出去。

    youdao

  • The distribution policy would have determined a slice Two for Address instance a because its ZIP code ends in an odd digit.

    根据分布策略Address实例a 本应该存储在 Two 内,因为实例的ZIP代码以奇数结尾

    youdao

  • We can also directly reference properties within child data object properties, such as the ZIP code from the first address.

    我们可以直接引用数据对象属性中的属性,例如第一地址中的zip代码

    youdao

  • A RideSynergy visitor USES the page shown in Figure 1 to offer or request a ride, specify a starting and ending ZIP code, and enter an E-mail address.

    访问RideSynergy的用户使用1页面提供请求车辆,需要指定旅行起点终点ZIP编码输入一个电子邮件地址。

    youdao

  • A related problem is caused by applications that try to load code at an absolute address by calling mmap with the flag MAP_FIXED.

    应用程序试图通过调用带有MAP_ FIXED标志的mmap绝对地址加载代码时会产生相关问题

    youdao

  • Listing 11 USES the value of col2 as a parameter to restrict DELETE operations based on the value of an XML element (the zip or zip code element of a client's address).

    清单11使用col2作为参数根据一个XML元素(zip客户端地址邮政编码元素)限制DELETE操作

    youdao

  • A Notes view containing records of the user's profile, including name, location, address, and zip code.

    包含用户信息记录Notes视图比如姓名、职位、地址邮政代码

    youdao

  • Type in a city, address, or zip code, and PadMapper takes you to the region and pinpoints available apartments.

    只要输入城市地址邮政编码PadMapper可以带到这个区域准确地列出符合条件的住房。

    youdao

  • To refine the query to identify all of those orders that have a shipment address zip code that starts with "10", we can use this XPath statement.

    细化查询标识配送地址邮政编码10开头所有订单我们可以使用以下xpath语句

    youdao

  • Switch back to the TestClient code and paste the address into the call to setEndpoint() and make the following modifications

    切换TestClient代码地址粘贴 setEndpoint()调用,然后如下修改

    youdao

  • So, throughout the code, anywhere you see number, it will refer to the address of the next value.

    因此贯穿该段代码,只要出现number引用下一个地址

    youdao

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

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

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