文件名称:s6
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 822kb
- 下载次数:
- 0次
- 提 供 者:
- 周
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
6. 编写一个函数find_replace_str,其原型如下:
int find_replace_str(char str[],
const char find_str[],
const char replace_str[])
要求:该函数能够完成把字符串str中的所有子串find_str都替换成字符串replace_str,返回值为替换的次数。
-Six. Write a function find_replace_str, whose prototype is as follows: int find_replace_str (char str [], const char find_str [], const char replace_str []) requirements: This function is able to complete all of the string str substring find_str all replacement a string replace_str, the return value is replaced more frequently.
int find_replace_str(char str[],
const char find_str[],
const char replace_str[])
要求:该函数能够完成把字符串str中的所有子串find_str都替换成字符串replace_str,返回值为替换的次数。
-Six. Write a function find_replace_str, whose prototype is as follows: int find_replace_str (char str [], const char find_str [], const char replace_str []) requirements: This function is able to complete all of the string str substring find_str all replacement a string replace_str, the return value is replaced more frequently.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
s6\Debug\s6.exe
..\.....\s6.ilk
..\.....\s6.pch
..\.....\s6.pdb
..\.....\s6a.obj
..\.....\vc60.idb
..\.....\vc60.pdb
..\s6.dsp
..\s6.dsw
..\s6.ncb
..\s6.opt
..\s6.plg
..\s6a.cpp
..\Debug
s6
..\.....\s6.ilk
..\.....\s6.pch
..\.....\s6.pdb
..\.....\s6a.obj
..\.....\vc60.idb
..\.....\vc60.pdb
..\s6.dsp
..\s6.dsw
..\s6.ncb
..\s6.opt
..\s6.plg
..\s6a.cpp
..\Debug
s6