• 派生重写计算字节序列指定字节指针开始)进行解码所产生字符

    When overridden in a derived class, calculates the number of characters produced by decoding a sequence of bytes from the specified byte array.

    youdao

  • 派生重写,将字符(指定字符指针开始)编码一个字节序列从指定字节指针开始存储字节序列。

    When overridden in a derived class, encodes a set of characters starting at the specified character pointer into a sequence of bytes that are stored starting at the specified byte pointer.

    youdao

  • 作为良好实践每当指针写入时,都要确保可用字节写入字节进行交叉核对

    As a good practice, whenever writing values to Pointers make sure to cross check the number of bytes available and number of bytes being written.

    youdao

  • pte条目使用4字节存储指向表条目的指针,用另外4个字节来存储指向链的一个条目的指针

    Each entry in the PTE chain USES 4 bytes to store a pointer to the page-table entry and an additional 4 bytes to store the pointer to the next entry on the chain.

    youdao

  • 每个GC中分配对象一个8字节的头(同步+方法指针)。

    Each object allocated on the GC heap has an 8-byte overhead (sync block + method table pointer).

    youdao

  • 如果参数为NULL则openssl会字符串写入一个长度256字节静态缓冲区返回指向缓冲区的指针

    If this parameter is NULL, OpenSSL writes the string to a static buffer that is 256 bytes in length, and returns a pointer to that buffer.

    youdao

  • dxferp指向数据传输长度至少dxfer_len字节用户内存指针

    Dxferp: a pointer to user memory of at least dxfer_len bytes in length for data transfer.

    youdao

  • 假设指针memoryArea,它指向一个10字节内存位置

    Suppose there is a pointer memoryArea pointing to a memory location of 10 bytes.

    youdao

  • 我们假设s1一个指针就像箭头所表示指向这个字节

    Let's just assume that s1 is a pointer and as an arrow suggests it's pointing at this byte here.

    youdao

  • 程序持续不断的收到系统发送内存警告;当你不得不低级语言字节级精度的指针C结构打交道时候,你怎么嗨的起来

    It's hard to get worked up about still dealing with low-level, per-byte-precise entities like pointers and C structs when your application is constantly receiving low-memory warnings from the OS.

    youdao

  • 我们可以认为userdata就是一个字节数组——字节可以表示指针结构宿主应用程序中的文件

    You can think of userdata as an array of bytes — bytes that might represent a pointer, a structure, or a file in the host application.

    youdao

  • 内存开销大约为(M +B)字节(每个内存开头指针忽略不计)。

    The overhead averages about (m + b) bytes (ignoring the Pointers at the beginning of each memory block).

    youdao

  • 所以如果字节序列可以一个指向被分配内存指针,那么收集器标记正在引用。

    So, if a sequence of bytes could be a pointer to a piece of allocated memory, it marks it as being referenced.

    youdao

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

    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.

    youdao

  • 函数可以自由使用288字节的内存,对于调用其他函数的函数来说,段内存物理上堆栈指针之下

    Functions are free to use the 288 bytes that are physically below the stack pointer for functions that do not call other functions.

    youdao

  • 函数接受指向用户空间缓冲区指针、一个指向内存缓冲区的指针以及一个字节定义长度

    This function accepts a pointer to a user space buffer, a pointer to a kernel buffer, and a length defined in bytes.

    youdao

  • 例如一个指针为4字节系统可能分配包含两个指针节点,也就是说需要8字节

    For example, a linked list on a system with 4-byte Pointers might allocate nodes holding only, say, two Pointers, requiring only 8 bytes.

    youdao

  • 字符指针字符字节声明符号类型的,这样可以防止8位字符符号扩展问题

    Declare character Pointers and character bytes as unsigned to avoid sign extension problems with 8-bit characters.

    youdao

  • 这个示例中指针数据中占用了4个字节但是指针所指向的字符串则不在数据段中。

    In that case, the contents of pointer gonzo - a 4-byte memory address - live in the data segment. The actual string it points to does not, however.

    youdao

  • 然后通过free指针传递回来时,我们只需要倒退几个内存字节可以再次找到这个结构

    Then, when they pass the pointer back via free , we simply back up a few memory bytes to find this structure again.

    youdao

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

    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.

    youdao

  • 由于向量指针所指向16字节长的,因此会按照16字节单位来移动char指针则是按照1个字节的单位移动的。

    Vector Pointers, since the value they point to is 16-bytes long, move forward in increments of 16 bytes, while char Pointers move forward in single-byte increments.

    youdao

  • 每个对象都有一些附加字节通用语言运行库用来管理对象,对象指针同步锁定引用

    Every object has some additional bytes that the common language runtime USES to manage the object, such as the object's virtual table pointer and a reference to a sync block.

    youdao

  • 一个指针配合工作,栈指针随时指示要存取每个字节信息栈中的位置。

    The stack is coordinated with a stack pointer that keeps track of storage and retrieval of each byte or word of information in the stack.

    youdao

  • 指向一个包含文件名缓冲区指针这个文件名被用来初始化对话编辑控件的文件名。这个缓冲区至少要260字节

    Pointer to the buffer that contains the filename used to initialize the filename edit control on the dialog box. The buffer should be at least 260 bytes long.

    youdao

  • 两个数据指针之间,4字节的间隔。

    The two load Pointers are separated by 4 bytes.

    youdao

  • 获取指向当前目标指针大小(字节为单位)。

    Gets the size, in bytes, of a pointer to the current target.

    youdao

  • 获取指向当前目标指针大小(字节为单位)。

    Gets the size, in bytes, of a pointer to the current target.

    youdao

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

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

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