搜索资源列表
BigNumberAdd
- C+++ string大数相加,文件很简单,上传做备份-C+++ string adding large numbers
copy-strings
- 运用visual c++ 语言编写程序 实现字符串的复制和反序输出-Use visual c++ language programming to achieve replication and reverse order output string
xuexi
- 将一个长度不超过100的字符串加密和解密。密码规则如下:用原来的字母后面第4个字母代替原来的字母。例如,字母“A”后面第4个字母是“E”,用“E”代替“A”,用“c”代替“y”,以此类推……,非字母字符则不作任何转换 例如“China*12”加密后的结果为“Glmre*12”,“Glmre*12”解密后的结果为“China*12”。-A length of not more than 100 string encryption and decryption. Password rules a
stringChange
- C++实现任意字符串替换程序,输入为原始字符串,替换字符串及替换位置,输出为替换后字符串。-C++ arbitrary string replacement program, enter the original string, the replacement string and the replacement position, the output after the replacement string.