导航菜单

strcpy是什么意思_翻译中文_怎么读

strcpy

网络释义:字符串复制;拷贝字符串;串拷贝

网络释义

1.字符串复制类型大小写转换之transform用法 编写标准的字符串复制strcpy)函数 设计一个不能被继承的类 C++内存池的实现实例 pnux …

2.拷贝字符串 strcoll 比较字符串 strcpy 拷贝字符串 strdup,_fstrdup 复制字符串 ...

3.串拷贝

6.字符串拷贝函数构造函数中,姓名和电话号码使用字符数组,可直接使用字符串拷贝函数strcpy)实 现初始化;而地址成员是字符指针,首 …

7.交换记录 fscanf 从文件读入记录数*/ strcpy 交换记录*/ char outfile 目标文件名*/ ...

例句释义:,字符串复制,拷贝字符串,串拷贝

1.You also have to use the memapgn function and strcpy to copy the data into an area of appropriate apgnment.另外,还需要使用memapgn函数和strcpy将数据复制到合适对齐的区域。

2.These functions include strcpy(3), strcat(3), sprintf(3) (with cousin vsprintf(3)), and gets(3).这些函数包括strcpy(3)、strcat(3)、sprintf(3)(及其同类vsprintf(3))和gets(3)。

3.The strcpy function can be implemented using the "S" and "D" constraints in the following mannerstrcpy函数可以通过以下方式使用“S”和“D”约束来实现