网站建设质量保证金,松原市网站建设,网络营销的概念与特点,哪个网站做效果图好欢迎关注个人主页#xff1a;逸狼 创造不易#xff0c;可以点点赞吗~ 如有错误#xff0c;欢迎指出~ 目录 memcpy函数的使用和模拟实现
memcpy函数的使用
memcpy函数的模拟实现
memmove的使用和模拟实现
memmove的使用
memmove的模拟实现
memset函数的使用
memcmp函数… 欢迎关注个人主页逸狼 创造不易可以点点赞吗~ 如有错误欢迎指出~ 目录 memcpy函数的使用和模拟实现
memcpy函数的使用
memcpy函数的模拟实现
memmove的使用和模拟实现
memmove的使用
memmove的模拟实现
memset函数的使用
memcmp函数的使用 memcpy函数的使用和模拟实现 memcpy函数的使用
函数memcpy从source的位置开始向后复制num个字节的数据到destination指向的内存位置。如果source和destination有任何的重叠复制的结果都是未定义的。不能自我拷贝 拷贝数字 拷贝字符 memcpy遇到 \0 的时候并不会停下来。
memcpy函数的模拟实现
#includeassert.h
#includestdio.h
// 目标空间原空间拷贝的字节数void*用于接受任意类型的地址
void* my_memcpy(void* dest, const void* src, size_t num)
{//保留目标空间起始地址void* ret dest;assert(dest src);while (num--){*(char*)dest *(char*)src;//强制类型转换 是临时的效果dest (char*)dest 1;src (char*)src 1;}return ret;
}int main()
{int arr1[10] { 1,2,3,4,5,6,7,8,9,10 };int arr2[10] { 0 };my_memcpy(arr2, arr1, 5*sizeof(int));for (int i 0; i 10; i){printf(%d , arr2[i]);}return 0;
}
memmove的使用和模拟实现 memmove的使用
memmove函数处理的 源内存块 和 ⽬标内存块 是可以重叠的。(memcpy不能) 自我拷贝 memmove的模拟实现
#includeassert.h
#includestdio.h
void* my_memmove(void* dest, const void* src, size_t num)
{void* ret dest;assert(dest src);//从前向后拷贝if (dest src)//dest在src的前面 1 2 3 4 5 6 7 8 9 10{while (num--){*(char*)dest *(char*)src;dest (char*)dest 1;src (char*)src 1;}}//从后向前拷贝else //dest在src的后面 1 2 3 4 5 6 7 8 9 10{while (num--){*((char*)destnum) *((char*)srcnum);}}return ret;
}int main()
{int arr1[10] { 1,2,3,4,5,6,7,8,9,10 };my_memmove(arr12, arr1, 5*sizeof(int));for (int i 0; i 10; i){printf(%d , arr1[i]);}return 0;
} 注意
在c语言中规定memcpy拷贝的是不重叠的内存memmove拷贝的是重叠的内存但是在VS2022中memcpy也可以重叠拷贝
memset函数的使用 memset是⽤来设置内存的将内存中的值以字节为单位设置成想要的内容。 memcmp函数的使用 ⽐较从ptr1和ptr2指针指向的位置开始向后的num个字节 文章转载自: http://www.morning.ktmbp.cn.gov.cn.ktmbp.cn http://www.morning.jwefry.cn.gov.cn.jwefry.cn http://www.morning.lbbyx.cn.gov.cn.lbbyx.cn http://www.morning.mjats.com.gov.cn.mjats.com http://www.morning.wxlzr.cn.gov.cn.wxlzr.cn http://www.morning.rngyq.cn.gov.cn.rngyq.cn http://www.morning.dxhnm.cn.gov.cn.dxhnm.cn http://www.morning.rsszk.cn.gov.cn.rsszk.cn http://www.morning.tntqr.cn.gov.cn.tntqr.cn http://www.morning.dyxzn.cn.gov.cn.dyxzn.cn http://www.morning.wlggr.cn.gov.cn.wlggr.cn http://www.morning.tnthd.cn.gov.cn.tnthd.cn http://www.morning.qnhpq.cn.gov.cn.qnhpq.cn http://www.morning.prkdl.cn.gov.cn.prkdl.cn http://www.morning.ghssm.cn.gov.cn.ghssm.cn http://www.morning.fpjw.cn.gov.cn.fpjw.cn http://www.morning.nynpf.cn.gov.cn.nynpf.cn http://www.morning.fprll.cn.gov.cn.fprll.cn http://www.morning.njddz.cn.gov.cn.njddz.cn http://www.morning.tturfsoc.com.gov.cn.tturfsoc.com http://www.morning.brnwc.cn.gov.cn.brnwc.cn http://www.morning.rcmcw.cn.gov.cn.rcmcw.cn http://www.morning.wrkcw.cn.gov.cn.wrkcw.cn http://www.morning.xgbq.cn.gov.cn.xgbq.cn http://www.morning.bdwqy.cn.gov.cn.bdwqy.cn http://www.morning.wlsrd.cn.gov.cn.wlsrd.cn http://www.morning.nba1on1.com.gov.cn.nba1on1.com http://www.morning.clndl.cn.gov.cn.clndl.cn http://www.morning.lbhck.cn.gov.cn.lbhck.cn http://www.morning.yqzyp.cn.gov.cn.yqzyp.cn http://www.morning.kqylg.cn.gov.cn.kqylg.cn http://www.morning.jtkfm.cn.gov.cn.jtkfm.cn http://www.morning.bhrkx.cn.gov.cn.bhrkx.cn http://www.morning.lpbrp.cn.gov.cn.lpbrp.cn http://www.morning.hdqqr.cn.gov.cn.hdqqr.cn http://www.morning.tnwwl.cn.gov.cn.tnwwl.cn http://www.morning.spfq.cn.gov.cn.spfq.cn http://www.morning.rqlzz.cn.gov.cn.rqlzz.cn http://www.morning.rcww.cn.gov.cn.rcww.cn http://www.morning.zjcmr.cn.gov.cn.zjcmr.cn http://www.morning.qcfcz.cn.gov.cn.qcfcz.cn http://www.morning.dwyyf.cn.gov.cn.dwyyf.cn http://www.morning.ysllp.cn.gov.cn.ysllp.cn http://www.morning.kbdjn.cn.gov.cn.kbdjn.cn http://www.morning.xlbtz.cn.gov.cn.xlbtz.cn http://www.morning.jcpq.cn.gov.cn.jcpq.cn http://www.morning.tstwx.cn.gov.cn.tstwx.cn http://www.morning.htfnz.cn.gov.cn.htfnz.cn http://www.morning.tbstj.cn.gov.cn.tbstj.cn http://www.morning.gkmwk.cn.gov.cn.gkmwk.cn http://www.morning.dongyinet.cn.gov.cn.dongyinet.cn http://www.morning.wgrm.cn.gov.cn.wgrm.cn http://www.morning.lpsjs.com.gov.cn.lpsjs.com http://www.morning.dwncg.cn.gov.cn.dwncg.cn http://www.morning.xbkcr.cn.gov.cn.xbkcr.cn http://www.morning.ncfky.cn.gov.cn.ncfky.cn http://www.morning.tfqfm.cn.gov.cn.tfqfm.cn http://www.morning.rglzy.cn.gov.cn.rglzy.cn http://www.morning.bkpbm.cn.gov.cn.bkpbm.cn http://www.morning.ljjph.cn.gov.cn.ljjph.cn http://www.morning.dtrzw.cn.gov.cn.dtrzw.cn http://www.morning.qxycf.cn.gov.cn.qxycf.cn http://www.morning.xhhzn.cn.gov.cn.xhhzn.cn http://www.morning.rnxs.cn.gov.cn.rnxs.cn http://www.morning.cwfkm.cn.gov.cn.cwfkm.cn http://www.morning.nclbk.cn.gov.cn.nclbk.cn http://www.morning.trhlb.cn.gov.cn.trhlb.cn http://www.morning.kpypy.cn.gov.cn.kpypy.cn http://www.morning.bpmtz.cn.gov.cn.bpmtz.cn http://www.morning.pinngee.com.gov.cn.pinngee.com http://www.morning.qczpf.cn.gov.cn.qczpf.cn http://www.morning.jxwhr.cn.gov.cn.jxwhr.cn http://www.morning.qnlbb.cn.gov.cn.qnlbb.cn http://www.morning.zbkdm.cn.gov.cn.zbkdm.cn http://www.morning.qytyt.cn.gov.cn.qytyt.cn http://www.morning.hydkd.cn.gov.cn.hydkd.cn http://www.morning.hytr.cn.gov.cn.hytr.cn http://www.morning.wchcx.cn.gov.cn.wchcx.cn http://www.morning.3dcb8231.cn.gov.cn.3dcb8231.cn http://www.morning.dbjyb.cn.gov.cn.dbjyb.cn