文件名称:c_project_linux_text_processing
-
所属分类:
- 标签属性:
- 上传时间:2014-12-27
-
文件大小:11.12kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Write and test a C-language program to do text file processing as follows:
Preprocessing:
A. Make sure there is ONLY one single blank space after a full stop (.) and the character
that comes right after it.
B. Same behavior as in [A] for commas (,), semicolons ( ) and question marks (?).
C. Remove extra blank spaces between words.
D. Capitalize every word that comes right after a full stop or a semicolon. Capitalize
means make the first character of a word capital letter.
E. Make lower case all the remaining letters that do not satisfy condition [D].
F. Insert a blank line between paragraphs.
G. Insert a dot at the end of each paragraph.
Preprocessing:
A. Make sure there is ONLY one single blank space after a full stop (.) and the character
that comes right after it.
B. Same behavior as in [A] for commas (,), semicolons ( ) and question marks (?).
C. Remove extra blank spaces between words.
D. Capitalize every word that comes right after a full stop or a semicolon. Capitalize
means make the first character of a word capital letter.
E. Make lower case all the remaining letters that do not satisfy condition [D].
F. Insert a blank line between paragraphs.
G. Insert a dot at the end of each paragraph.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Read_me
include/
include/HashTableHandler.h
include/HashTableHandler.h~
include/file_preproccessor.h
include/file_preproccessor.h~
makefile
src/
src/HashTableHandler.c
src/HashTableHandler.c~
src/file_parser.c~
src/file_preproccessor.c
src/file_preproccessor.c~
src/file_preproccessor.o
src/main.c
src/main.c~
src/tricks.txt
src/y
src/y~
include/
include/HashTableHandler.h
include/HashTableHandler.h~
include/file_preproccessor.h
include/file_preproccessor.h~
makefile
src/
src/HashTableHandler.c
src/HashTableHandler.c~
src/file_parser.c~
src/file_preproccessor.c
src/file_preproccessor.c~
src/file_preproccessor.o
src/main.c
src/main.c~
src/tricks.txt
src/y
src/y~
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.