文件名称:we
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 4kb
- 下载次数:
- 0次
- 提 供 者:
- FaLeF*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
在Linux环境下,实现文本单词的替换并通过Makefile实现自动编译。-Open a txt format file as input.
You can create a simple testing file in English by yourself.
Read each line in the file and do the following items at same
time(case sensitivity).
a) change all "we" to "you"
b) change all "you" to "we"
c) change all "We" to "You"
d) change all "You" to "We"
e) change all "WE" to "YOU"
f) change all "YOU" to "WE"
And save the changed lines into a new file.
You can create a simple testing file in English by yourself.
Read each line in the file and do the following items at same
time(case sensitivity).
a) change all "we" to "you"
b) change all "you" to "we"
c) change all "We" to "You"
d) change all "You" to "We"
e) change all "WE" to "YOU"
f) change all "YOU" to "WE"
And save the changed lines into a new file.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
we\we.c
..\test.txt
..\we
..\makefile
..\test0.txt
we
..\test.txt
..\we
..\makefile
..\test0.txt
we