来自专业的译者、企业、网页和免费的翻译库。
khelpcenter man: / strcpy
khelpcenter man: / strcpy
最后更新: 2011-10-23
使用频率: 1
质量:
strcpy(msg, buffer);
strcpy(msg, buffer);
最后更新: 2018-02-21
使用频率: 1
质量:
strcpy(filename,"ttpt");
strcpy(filename,"ttpt");
最后更新: 2018-02-21
使用频率: 1
质量:
警告:包含不可见的HTML格式
strcpy(m.abbreviation, "jan");
strcpy(m.abbreviation, "jan");
最后更新: 2018-02-21
使用频率: 1
质量:
警告:包含不可见的HTML格式
strcpy ( mem.product_name_1, "Ð Ñ Ð¾Ð´Ñ ÐºÑ " );
strcpy ( mem.product_name_1, "Продукт" );
最后更新: 2018-02-21
使用频率: 1
质量:
警告:包含不可见的HTML格式
int idx = (b[0]&0xf)\*2; op->size = 2; if (idx>=(ops*2)) { strcpy (op->buf_asm, "invalid"); return -1; } strcpy (op->buf_asm, ops[idx]); if (ops[idx+1]) { const char \*p = ops[idx+1]; arg[0] = 0; if (!strcmp (p, "rr")) { sprintf (arg, "r%d, r%d", b[1]>>4, b[1]&0xf); } else if (!strcmp (p, "i")) { sprintf (arg, "%d", (char)b[1]); } else if (!strcmp (p, "r")) { sprintf (arg, "r%d, r%d", b[1]>>4, b[1]&0xf); } else if (!strcmp (p, "ri")) { sprintf (arg, "r%d, %d", b[1]>>4, (char)b[1]&0xf); } if (*arg) { strcat (op->buf_asm, " "); strcat (op->buf_asm, arg); } } return op->size; } /* structure of exported functions and data */ rasmplugin r_asm_plugin_mycpu = {
int idx = (b[0]&0xf)\*2; op->size = 2; if (idx>=(ops*2)) { strcpy (op->buf_asm, "invalid"); return -1; } strcpy (op->buf_asm, ops[idx]); if (ops[idx+1]) { const char \*p = ops[idx+1]; arg[0] = 0; if (!strcmp (p, "rr")) { sprintf (arg, "r%d, r%d", b[1]>>4, b[1]&0xf); } else if (!strcmp (p, "i")) { sprintf (arg, "%d", (char)b[1]); } else if (!strcmp (p, "r")) { sprintf (arg, "r%d, r%d", b[1]>>4, b[1]&0xf); } else if (!strcmp (p, "ri")) { sprintf (arg, "r%d, %d", b[1]>>4, (char)b[1]&0xf); } if (*arg) { strcat (op->buf_asm, " "); strcat (op->buf_asm, arg); } } return op->size; } /* structure of exported functions and data */ rasmplugin r_asm_plugin_mycpu = {
最后更新: 2022-02-17
使用频率: 1
质量:
警告:包含不可见的HTML格式