1、计算机三级数据库技术(上机操作)机试模拟试卷 52及答案与解析 一、程序设计题 1 函数 readDat()实现从数据文件 in dat中读取 20行数据存放到字符串数组 XX中(每行字符串长度均小于 80)。请编写函数 jsSort()。其功能是:以行为单位对字符串按下面给定的条件进行排序,排序后的结果仍按行重新存入字符串数组 XX中。最后调用函数 writeDat()把结果 XX输 m到文件 out dat中。条件:从中间位置开始,将字符串分成两部分,左边部分按字符的 ASCII码值降序排序,右边部分按字符的 ASCII码值 升序排序。如果原字符串长度为奇数,则最中间的字符不参加排序,字符
2、仍存放在原位置上。 例如:位置 0 1 2 3 4 5 6 7 8 原字符串 a b C d h g f e 1 2 3 4 9 8 7 6 5 处理后字符串 d C b a e f g h 4 3 2 1 9 5 6 7 8 【试题程序】 #include #include char xxE2080; void readDat(); void writeDat(); void jsSort() jsSort(); writeDat(); void readDat() FILE*in; int i=0; char*P; in=fopen(“in dat”, “r”)1 while(ixxik) temp=xxii; xxij=xxiik; xxikJ=tempt