[计算机类试卷]计算机三级数据库技术(上机操作)机试模拟试卷56及答案与解析.doc

上传人:sumcourage256 文档编号:505589 上传时间:2018-11-29 格式:DOC 页数:3 大小:26.50KB
下载 相关 举报
[计算机类试卷]计算机三级数据库技术(上机操作)机试模拟试卷56及答案与解析.doc_第1页
第1页 / 共3页
[计算机类试卷]计算机三级数据库技术(上机操作)机试模拟试卷56及答案与解析.doc_第2页
第2页 / 共3页
[计算机类试卷]计算机三级数据库技术(上机操作)机试模拟试卷56及答案与解析.doc_第3页
第3页 / 共3页
亲,该文档总共3页,全部预览完了,如果喜欢就下载吧!
资源描述

1、计算机三级数据库技术(上机操作)机试模拟试卷 56及答案与解析 一、程序设计题 1 在数据文件 in dat中存放有 200组数据,每组有 3个数,每个数均是三位数。函数 readDat()实现读取这 200组数据并存放到结构体数组 aa中。请编写函数jsSort(),其功能是:要求在 200组数据中找出每组数据中的第一个数大于第二个数与第三个数之和其中满足条件的个数作为函数 jsSort()的返回值,同时把满足条件的数据存入结构体数组 bb中,再对 bb中的数据按照每组数据的第一个数与第三个数之和的大小进行升序排列 (第 一个数与第三个数的和均不相等 )。排序后的结果仍重新存人结构体数组 b

2、b中,最后通过调用函数 writeDat(),把结果 bb输出到out dat文件中。 【试题程序】 #include #include void readDat(); void writeDat(int count); typedef struct int x1, x2, x3; Data; Data aa200, bb200; int jsSort() void main() int count; readDat(); count=jsSort(); *返回满足条件的个数 * writeDat(count); void readDat() FILE*in; int i; in=fopen(“in dat”, “r”); for(i=0;iaai x2+aai x3) *判断条件 R- bbEcnt+=aaEil for(i=0;ibbi x1十 bbj x3) temp=bbi; bbi=bbj; bbEj=temp; return cnt; *返回函数值 *

展开阅读全文
相关资源
猜你喜欢
  • ASHRAE 4752-2005 Improving Laboratory Building Energy Performance and Indoor Air Quality Using a Laboratory Air-Handling Unit System (LAHU)《一个实验室空气处理机组系统(LAHU) 可用于改善室内空气质量和实验室建筑节能.pdf ASHRAE 4752-2005 Improving Laboratory Building Energy Performance and Indoor Air Quality Using a Laboratory Air-Handling Unit System (LAHU)《一个实验室空气处理机组系统(LAHU) 可用于改善室内空气质量和实验室建筑节能.pdf
  • ASHRAE 4753-2005 Thermal Sensation of Local Airflows with Different Temperatures and Velocities Comparison between Summer and Winter《不同的温度和速度下的地方气流热感觉 比较夏季和冬季》.pdf ASHRAE 4753-2005 Thermal Sensation of Local Airflows with Different Temperatures and Velocities Comparison between Summer and Winter《不同的温度和速度下的地方气流热感觉 比较夏季和冬季》.pdf
  • ASHRAE 4754-2005 Dynamic Model of a Centrifugal Chiller System-Model Development Numerical Study and Validation《离心式冷水机组系统模型的发展的动态模型 数值研究和验证》.pdf ASHRAE 4754-2005 Dynamic Model of a Centrifugal Chiller System-Model Development Numerical Study and Validation《离心式冷水机组系统模型的发展的动态模型 数值研究和验证》.pdf
  • ASHRAE 4755-2005 A New Local Ventilation System Using a Vortex Flow Generated with a Finned Rotating Annular Disk《采用涡流产生与鳍片旋转环形磁盘的新的局部通风系统》.pdf ASHRAE 4755-2005 A New Local Ventilation System Using a Vortex Flow Generated with a Finned Rotating Annular Disk《采用涡流产生与鳍片旋转环形磁盘的新的局部通风系统》.pdf
  • ASHRAE 4756-2005 A Semi-Empirical Model for Residential Electric Hot Water Tanks《为住宅电气热水箱用的半经验模型》.pdf ASHRAE 4756-2005 A Semi-Empirical Model for Residential Electric Hot Water Tanks《为住宅电气热水箱用的半经验模型》.pdf
  • ASHRAE 4757-2005 An Experimental Evaluaton of Duct-Mounted Relative Humidity Sensors Part 1 Test and Evaluation Procedures《管道安装相对湿度传感器的实验评价 第1部分 测试和评估程序》.pdf ASHRAE 4757-2005 An Experimental Evaluaton of Duct-Mounted Relative Humidity Sensors Part 1 Test and Evaluation Procedures《管道安装相对湿度传感器的实验评价 第1部分 测试和评估程序》.pdf
  • ASHRAE 4758-2005 Comparison of Two Models for Particle Separation in a Vane-Induced Uniflow Cyclone《在叶片诱导直流气旋中颗粒分离的两种模式比较》.pdf ASHRAE 4758-2005 Comparison of Two Models for Particle Separation in a Vane-Induced Uniflow Cyclone《在叶片诱导直流气旋中颗粒分离的两种模式比较》.pdf
  • ASHRAE 4759-2005 Control Optimization for Chilled Water Thermal Storage System Under Complicated Time-of-Use Electricity Rate Schedule《复杂费时的电价附表的水蓄冷系统控制优化》.pdf ASHRAE 4759-2005 Control Optimization for Chilled Water Thermal Storage System Under Complicated Time-of-Use Electricity Rate Schedule《复杂费时的电价附表的水蓄冷系统控制优化》.pdf
  • ASHRAE 4760-2005 Coupling of Airflow and Pollutant Dispersion Models with Evacuation Planning Algorithms for Building System Controls《建设系统控制疏散规划算法 耦合气流及污染物扩散模式》.pdf ASHRAE 4760-2005 Coupling of Airflow and Pollutant Dispersion Models with Evacuation Planning Algorithms for Building System Controls《建设系统控制疏散规划算法 耦合气流及污染物扩散模式》.pdf
  • 相关搜索

    当前位置:首页 > 考试资料 > 职业资格

    copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
    备案/许可证编号:苏ICP备17064731号-1