Array and pointer的意思|示意

美 / / 英 / /

数组和指针


Array and pointer的网络常见释义

数组和指针 ...all 返回值return value 函数function 声明declare 参数parameter 静态的static 外部的extern 5 数组和指针 (array and pointer)数组array 引用reference 元素element 地址address 排序sort 字符character 字符串string 应用application 指针pointer 参数argu...

Array and pointer相关短语

1、 Pointer and Array 阵列 ; 数组

Array and pointer相关例句

The call to execv first takes a pointer to the name of the binary to be run, and then a pointer to the array of parameters that you declared earlier.

execv 调用首先取得一个指向要运行的二进制文件名称的指针,然后取得一个指向您前面声明的参数数组的指针。

Especially we have offered some detailed and typical sample codes to compare pointer with array.

其中指针与数组的比较给出了详尽、典型的代码。

The next() function moves the internal pointer to, and outputs, the next element in the array.

函数的作用是:将数组内部的指针移向当前元素的下一个元素,并输出它。

Each chunk is a direct index to the pointer array of the corresponding level: the first left-hand-side chunk to the first-level nodes, the second chunk to the nodes of the second level, and so on.

每个小块便是相应层的指针数组的直接索引:最左边的小块指向第一层节点,第二个小块指向第二层的节点,依此类推。

An array variable holds a pointer to the data constituting the array elements and the rank and length information, and an assignment copies only this pointer.

数组变量持有一个指针,它指向构成数组元素的数据及秩和长度信息,赋值语句仅复制此指针。

C plus plus language has the powerful function in pointer and array and object-oriented programming (OOP) technology which are in favor of programming.

语言在指针和数组方面的强大功能,以及面向对象技术,极大地方便了程序的编写。