文件名称:shuzu-zhizheng
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-05-20
- 文件大小:
- 195kb
- 下载次数:
- 0次
- 提 供 者:
- 汪**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
a=[][]
则a[i]+j,*(a+i)+j都表示第i行第j个元素的地址
a+j与&a[j]都为第j行首地址
数组指针
二级指针加1 指向下一行
一级指针加1 指向下一个数
若
int (*p)[j]
p=a
则p与a用法一样-a = [] [] is a [i]+j,* (a+i)+j address a+j have said i-th row and j-th element & a [j] j are the first line of the first address pointer array pointer plus a secondary point a pointer is incremented to the next line to the next number if int (* p) [j] p = a p is the same as with the use of a
则a[i]+j,*(a+i)+j都表示第i行第j个元素的地址
a+j与&a[j]都为第j行首地址
数组指针
二级指针加1 指向下一行
一级指针加1 指向下一个数
若
int (*p)[j]
p=a
则p与a用法一样-a = [] [] is a [i]+j,* (a+i)+j address a+j have said i-th row and j-th element & a [j] j are the first line of the first address pointer array pointer plus a secondary point a pointer is incremented to the next line to the next number if int (* p) [j] p = a p is the same as with the use of a
(系统自动生成,下载前可以参看下载内容)
下载文件列表
二维数组行指针
..............\wang
..............\....\Debug
..............\....\.....\vc60.idb
..............\....\.....\vc60.pdb
..............\....\.....\wang.exe
..............\....\.....\wang.ilk
..............\....\.....\wang.obj
..............\....\.....\wang.pch
..............\....\.....\wang.pdb
..............\....\wang.c
..............\....\wang.dsp
..............\....\wang.dsw
..............\....\wang.ncb
..............\....\wang.opt
..............\....\wang.plg