﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>2022-2023-1-课程资源分享 &#8211; 学术创新中心</title>
	<atom:link href="https://www.leexinghai.com/aic/category/gcc/1stls/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.leexinghai.com/aic</link>
	<description>Academic Innovation Center</description>
	<lastBuildDate>Tue, 27 Dec 2022 01:49:51 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.leexinghai.com/aic/wp-content/uploads/2025/08/cropped-徽标名称-32x32.jpg</url>
	<title>2022-2023-1-课程资源分享 &#8211; 学术创新中心</title>
	<link>https://www.leexinghai.com/aic</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>R21227-《程序设计基础综合实践》考察内容及参考案例</title>
		<link>https://www.leexinghai.com/aic/cfinal/</link>
					<comments>https://www.leexinghai.com/aic/cfinal/#respond</comments>
		
		<dc:creator><![CDATA[李星海]]></dc:creator>
		<pubDate>Tue, 27 Dec 2022 01:49:51 +0000</pubDate>
				<category><![CDATA[程序设计基础课程综合实验]]></category>
		<guid isPermaLink="false">https://aic.leexinghai.com/?p=1718</guid>

					<description><![CDATA[一、考查内容 用下表中学生信息，以C语言为编程语言，设计一“学生信息管理系统”。 表一 学生信息表 姓名 学号 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong>一、考查内容</strong></p>



<p>用下表中学生信息，以C语言为编程语言，设计一“学生信息管理系统”。</p>



<p>表一 学生信息表</p>



<figure class="wp-block-table"><table><tbody><tr><td>姓名</td><td>学号</td><td>性别</td><td>籍贯</td><td>数学</td><td>语文</td><td>英语</td></tr><tr><td>陈小寅</td><td>20220065</td><td>男</td><td>广州</td><td>78</td><td>64</td><td>50</td></tr><tr><td>王静</td><td>20220051</td><td>女</td><td>深圳</td><td>45</td><td>88</td><td>44</td></tr><tr><td>庞树</td><td>20220041</td><td>男</td><td>北京</td><td>85</td><td>96</td><td>99</td></tr><tr><td>邵东</td><td>20220055</td><td>女</td><td>天津</td><td>25</td><td>49</td><td>52</td></tr><tr><td>何基</td><td>20220006</td><td>男</td><td>成都</td><td>87</td><td>85</td><td>91</td></tr><tr><td>田大梅</td><td>20220035</td><td>女</td><td>长沙</td><td>76</td><td>68</td><td>77</td></tr><tr><td>张贵发</td><td>20220028</td><td>男</td><td>广州</td><td>85</td><td>74</td><td>69</td></tr><tr><td>杨斌</td><td>20220011</td><td>男</td><td>济南</td><td>82</td><td>84</td><td>86</td></tr><tr><td>习佳佳</td><td>20220036</td><td>男</td><td>南京</td><td>98</td><td>87</td><td>89</td></tr><tr><td>毕志升</td><td>20220043</td><td>男</td><td>合肥</td><td>58</td><td>78</td><td>96</td></tr></tbody></table></figure>



<p><strong>二、实验步骤</strong></p>



<p>利用C语言实现以下操作和功能：</p>



<ul class="wp-block-list">
<li>学生管理系统设计功能结构图</li>



<li>学生管理系统的主界面设计</li>



<li>菜单操作界面具有：录入学生信息；插入学生信息；查找学生信息；删除学生信息；修改学生信息；学生信息排序；统计学生总数；显示所有学生信息；退出系统等菜单选项</li>



<li>录入学生信息能对学生信息进行录入操作</li>



<li>插入学生信息能对学生信息进行插入操作</li>



<li>查找学生信息能对学生信息进行查找操作</li>



<li>删除学生信息能对学生信息进行删除操作</li>



<li>修改学生信息能对学生信息进行修改操作</li>



<li>学生信息排序能分别根据学生学号、成绩、总成绩进行排序操作</li>



<li>统计学生总数能统计学生总数量</li>



<li>显示所有学生信息能将学生信息进行显示</li>



<li>退出整个程序系统</li>
</ul>



<p><strong>三、实验过程报告要求</strong></p>



<p>要求代码编写规范，功能使用流畅，并按以下顺序呈现：</p>



<ul class="wp-block-list">
<li>问题：</li>



<li>程序代码</li>



<li>运行过程截图</li>
</ul>



<h2 class="wp-block-heading">参考案例（代码）：</h2>



<div class="wp-block-file"><a id="wp-block-file--media-28f1d4b4-1bab-40a9-bf29-1061ebc0e551" href="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/期末考察.7z">期末考察</a><a href="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/期末考察.7z" class="wp-block-file__button wp-element-button" download aria-describedby="wp-block-file--media-28f1d4b4-1bab-40a9-bf29-1061ebc0e551">下载</a></div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.leexinghai.com/aic/cfinal/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>R21227-《移动软件开发》考察内容及参考案例</title>
		<link>https://www.leexinghai.com/aic/andfinal/</link>
					<comments>https://www.leexinghai.com/aic/andfinal/#respond</comments>
		
		<dc:creator><![CDATA[李星海]]></dc:creator>
		<pubDate>Tue, 27 Dec 2022 01:46:31 +0000</pubDate>
				<category><![CDATA[移动软件开发]]></category>
		<guid isPermaLink="false">https://aic.leexinghai.com/?p=1503</guid>

					<description><![CDATA[要求：从下列试题3个中任选一个完成，5名以内同学合作完成，12月28日前交。 考查备选题目及要求： 在以下题目 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>要求：从下列试题3个中任选一个完成，5名以内同学合作完成，12月28日前交。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img fetchpriority="high" decoding="async" width="1024" height="709" src="https://www.leexinghai.com/aic/wp-content/uploads/2022/11/《Android移动应用开发》大作业试题A-1024x709.jpg" alt="" class="wp-image-1505" srcset="https://www.leexinghai.com/aic/wp-content/uploads/2022/11/《Android移动应用开发》大作业试题A-1024x709.jpg 1024w, https://www.leexinghai.com/aic/wp-content/uploads/2022/11/《Android移动应用开发》大作业试题A-300x208.jpg 300w, https://www.leexinghai.com/aic/wp-content/uploads/2022/11/《Android移动应用开发》大作业试题A-768x532.jpg 768w, https://www.leexinghai.com/aic/wp-content/uploads/2022/11/《Android移动应用开发》大作业试题A-1536x1064.jpg 1536w, https://www.leexinghai.com/aic/wp-content/uploads/2022/11/《Android移动应用开发》大作业试题A-2048x1418.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">试题1</figcaption></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" width="1024" height="709" src="https://www.leexinghai.com/aic/wp-content/uploads/2022/11/《Android移动应用开发》大作业试题B-1024x709.jpg" alt="" class="wp-image-1506" srcset="https://www.leexinghai.com/aic/wp-content/uploads/2022/11/《Android移动应用开发》大作业试题B-1024x709.jpg 1024w, https://www.leexinghai.com/aic/wp-content/uploads/2022/11/《Android移动应用开发》大作业试题B-300x208.jpg 300w, https://www.leexinghai.com/aic/wp-content/uploads/2022/11/《Android移动应用开发》大作业试题B-768x532.jpg 768w, https://www.leexinghai.com/aic/wp-content/uploads/2022/11/《Android移动应用开发》大作业试题B-1536x1064.jpg 1536w, https://www.leexinghai.com/aic/wp-content/uploads/2022/11/《Android移动应用开发》大作业试题B-2048x1418.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">试题2</figcaption></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" width="1024" height="709" src="https://www.leexinghai.com/aic/wp-content/uploads/2022/11/《Android移动应用开发》大作业试题C_页面_1-1024x709.jpg" alt="" class="wp-image-1507" srcset="https://www.leexinghai.com/aic/wp-content/uploads/2022/11/《Android移动应用开发》大作业试题C_页面_1-1024x709.jpg 1024w, https://www.leexinghai.com/aic/wp-content/uploads/2022/11/《Android移动应用开发》大作业试题C_页面_1-300x208.jpg 300w, https://www.leexinghai.com/aic/wp-content/uploads/2022/11/《Android移动应用开发》大作业试题C_页面_1-768x532.jpg 768w, https://www.leexinghai.com/aic/wp-content/uploads/2022/11/《Android移动应用开发》大作业试题C_页面_1-1536x1064.jpg 1536w, https://www.leexinghai.com/aic/wp-content/uploads/2022/11/《Android移动应用开发》大作业试题C_页面_1-2048x1418.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">试题3</figcaption></figure>
</div>


<p><strong>考查备选题目及要求：</strong></p>



<p>在以下题目中<strong>任选一个</strong>，要求基于Android平台，覆盖的知识点和技术包括Intent、Activity、Fragment、ListView或RecyclerView、网络编程框架等。（总评成绩=平时成绩*40% + 考核成绩 * 难度系数 * 60%，100分封顶） <a href="mailto:发送到546669208@qq.com">发送到546669208@qq.com</a></p>



<ol class="wp-block-list" type="1">
<li>图书借阅APP设计</li>
</ol>



<p>要求：设计一个基于Android平台的图书借阅APP，主要模块有<strong>权限模块、图书管理、图书租借、读者服务、图书服务、系统管理</strong>。要有基本的业务功能。（难度系数：1.2）</p>



<ul class="wp-block-list">
<li>蛋糕店预定APP设计</li>
</ul>



<p>要求：设计一款基于Android平台的蛋糕店预定APP，主要模块有<strong>蛋糕管理（包括预订）、会员管理、订单管理、查询管理</strong>。要有基本的业务功能。（难度系数：1.2）</p>



<ul class="wp-block-list">
<li>社交交友APP设计<strong></strong></li>
</ul>



<p>要求：设计一款基于Android平台的社交交友APP。主要模块有<strong>用户中心、交友展示、交友搜索、交友服务、交友照片展示。</strong>要有基本的业务功能。（难度系数：1.2）</p>



<ul class="wp-block-list">
<li>电影预告APP设计</li>
</ul>



<p>要求：设计一款基于Android平台的“电影预告”App，该 App ，总共有 5 个功能模块，分别是用户注册和登录、电影列表、电影详情、电影收藏、预订。要有基本的业务功能。（难度系数：0.8）</p>



<ul class="wp-block-list">
<li>绣花厂管理APP设计</li>
</ul>



<p>要求：设计<a>基于Android平台</a>绣花厂管理APP，实现功能包括用户注册/登录，人员管理，订单管理，客户管理，部门管理等功能。要有基本的业务功能。（难度系数：1.0）</p>



<ul class="wp-block-list">
<li>美食介绍APP设计</li>
</ul>



<p>要求：设计基于Android平台的美食介绍APP，实现各类菜系介绍、搜索菜谱、餐馆推荐、美食营养搭配等功能。（难度系数：1.1）</p>



<ul class="wp-block-list">
<li>音乐播放器设计</li>
</ul>



<p>要求：设计一个基于Android平台的音乐播放器，实现常见音乐类型mp3、wma等文件的播放，可以扫描手机存储空间，将音乐文件以列表形式展示，双击可播放。从网上爬取当前播放歌曲的歌词并显示。（难度系数：1.2）</p>



<figure class="wp-block-table"><table><tbody><tr><td>　</td><td><strong>10</strong></td><td><strong>8</strong></td><td><strong>6</strong></td><td><strong>4</strong></td><td><strong>2</strong></td></tr><tr><td>程序功能</td><td>系统功能完整，执行效率符合要求（40）</td><td>系统功能完整；存在不影响系统使用的集成问题（32）</td><td>有最多2个任务点没有完成；最多不超过2个功能点因集成问题影响使用（24）</td><td>有最多4个任务点没有完成；最多不超过4个功能点因集成问题影响使用（16）</td><td>超过7个任务点没有完成；没有做集成（8）</td></tr><tr><td>界面交互</td><td>界面美观、精致；交互方便；系统界面风格和交互风格统一</td><td>界面美观，交互合理；系统界面风格大体一致；交互风格统一</td><td>界面大方得体；系统操作思路清晰，不过于繁琐；街面风格存在些许不一致，操作风格略有差异，但不影响系统使用</td><td>以下情况存在超过2点的：界面粗糙；系统操作设置不合理；界面风格不一致；操作风格不一致。</td><td>以下情况存在超过3点的：界面粗糙；系统操作设置不合理；界面风格不一致；操作风格不一致。</td></tr><tr><td>代码规范</td><td>程序架构清晰，代码组织合理；命名规范易懂；代码清晰易读；代码中不存在编译器提示的WARNING</td><td>程序架构清晰，代码组织合理；命名规范易懂；分层结构中，不同层间接口设置得当</td><td>程序架构清晰，代码组织合理；分层结构中，层次间分工明确，各司其职</td><td>程序架构清晰；代码组织合理；代码中存在编译错误，但不影响系统使用</td><td>程序架构混乱，代码组织不合理</td></tr><tr><td>程序质量</td><td>没有发现系统缺陷（20）</td><td>存在不影响系统使用的缺陷（16）</td><td>最多3个功能点因系统缺陷影响使用（12）</td><td>最多5个功能因系统缺陷影响使用（8）</td><td>超过7个功能因缺陷而影响使用（4）</td></tr><tr><td>文档</td><td>文档规范，有效</td><td>内容完整，有效</td><td>不规范</td><td>部分文档未完成</td><td>没有按照规定模板准备文档</td></tr><tr><td>答辩表现</td><td>表达流畅清楚，重点突出；回答问题，理解准确，问一答十</td><td>流畅清楚，能讲清问题；回答问题理解到位，解答准确</td><td>完整讲述PPT模板中要求的内容；回答问题能讲清基本原理</td><td>表达含混不清；PPT模板中规定内容讲述不完整；回答问题不清楚</td><td>未按规定PPT准备；对基础问题回答不得要点或答不出</td></tr><tr><td>附加分</td><td>在完成系统功能的基础上，增加了系统功能而且功能设置合理；得体地采用了新技术；存在精巧的设计，带来了价值；进度超前，团队士气高涨，参与程度高</td><td>在完成系统功能的基础上，增加了操作方便性；增加了系统功能；采用了新技术；存在精巧的设计；团队精诚合作，进度超前</td><td>团队进度超前，项目质量过硬，团队精诚合作。</td><td>采用了新技术或精巧设计保证了系统的按时完成。</td><td>系统质量过硬，没有明显缺陷。</td></tr></tbody></table><figcaption class="wp-element-caption">表-评分标准</figcaption></figure>



<h2 class="wp-block-heading">参考案例-蛋糕店预定APP设计：</h2>



<p>论文：（手机端可能无法正常预览。可以下载pdf或用电脑/平板进行参考。）</p>



<p>*<em>建议使用新Edge或Chrome打开</em></p>



<div data-wp-interactive="core/file" class="wp-block-file"><object data-wp-bind--hidden="!state.hasPdfPreview" hidden class="wp-block-file__embed" data="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/移动开发案例.pdf" type="application/pdf" style="width:100%;height:600px" aria-label="嵌入 移动开发案例"></object><a id="wp-block-file--media-d008f1ea-709d-420c-a760-b6c5c349fa25" href="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/移动开发案例.pdf">移动开发案例</a><a href="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/移动开发案例.pdf" class="wp-block-file__button wp-element-button" download aria-describedby="wp-block-file--media-d008f1ea-709d-420c-a760-b6c5c349fa25">下载</a></div>



<p>源代码下载：</p>



<div class="wp-block-file"><a id="wp-block-file--media-6b1a61c4-7e1a-40f7-a6ea-0cdc1d060a1e" href="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/蛋糕店源代码.7z">蛋糕店源代码</a><a href="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/蛋糕店源代码.7z" class="wp-block-file__button wp-element-button" download aria-describedby="wp-block-file--media-6b1a61c4-7e1a-40f7-a6ea-0cdc1d060a1e">下载</a></div>



<p>59</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.leexinghai.com/aic/andfinal/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>R21227-《Linux操作系统与应用》考查内容及参考案例</title>
		<link>https://www.leexinghai.com/aic/k21214-%e3%80%8alinux%e6%93%8d%e4%bd%9c%e7%b3%bb%e7%bb%9f%e4%b8%8e%e5%ba%94%e7%94%a8%e3%80%8b%e8%80%83%e6%9f%a5%e5%86%85%e5%ae%b9%e5%8f%8a%e8%af%84%e5%88%86%e6%a0%87%e5%87%86/</link>
					<comments>https://www.leexinghai.com/aic/k21214-%e3%80%8alinux%e6%93%8d%e4%bd%9c%e7%b3%bb%e7%bb%9f%e4%b8%8e%e5%ba%94%e7%94%a8%e3%80%8b%e8%80%83%e6%9f%a5%e5%86%85%e5%ae%b9%e5%8f%8a%e8%af%84%e5%88%86%e6%a0%87%e5%87%86/#respond</comments>
		
		<dc:creator><![CDATA[李星海]]></dc:creator>
		<pubDate>Tue, 27 Dec 2022 01:37:46 +0000</pubDate>
				<category><![CDATA[Linux操作系统与应用]]></category>
		<guid isPermaLink="false">https://aic.leexinghai.com/?p=1648</guid>

					<description><![CDATA[太长不看版：ABC选个题写论文，不少于3500字。 A. 题目：论Linux操作系统中根用户的授权方式之不同  [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>太长不看版：ABC选个题写论文，不少于3500字。</p>



<h2 class="wp-block-heading"><strong>A. 题目：论Linux操作系统中根用户的授权方式之不同</strong></h2>



<p><strong>要求：</strong></p>



<p><strong>1.论文内容结构应包含：</strong></p>



<ol class="wp-block-list" type="1">
<li><strong>论文内容结构应包含：</strong></li>



<li><strong>不同授权方式的原理说明;</strong><strong> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong><strong>（占评分总分的20%）</strong></li>



<li><strong>不同授权方式的比较;</strong><strong> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong><strong>（占评分总分的20%）</strong></li>



<li><strong>不同授权方式在不同应用场景下的授权举例;</strong><strong> </strong><strong>（占评分总分的30%）</strong></li>



<li><strong>总结陈述;</strong><strong> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong><strong>（占评分总分的10%）</strong></li>
</ol>



<p><strong>2. </strong><strong>不少于3500</strong><strong>字。</strong></p>



<p><strong>3</strong><strong>．论述清晰，条理清楚，电子文档格式美观。</strong></p>



<p><strong>4.&nbsp; </strong><strong>提交电子版文档即可。</strong></p>



<h2 class="wp-block-heading"><strong>B. </strong><strong>题目：论Linux和Windows两种平台网络服务器配置之不同</strong></h2>



<p><strong>要求：</strong></p>



<p><strong>1.</strong><strong>论文内容结构应包含：</strong></p>



<ol class="wp-block-list">
<li><strong>就已学过的知识内容比较两种平台配置操作方式的不同;</strong><strong>（占评分总分的10%</strong><strong>）</strong></li>



<li><strong>例举某一种服务器在不同平台下工作效率的不同; &nbsp;&nbsp;&nbsp;&nbsp;</strong><strong>（占评分总分的30%</strong><strong>）</strong></li>



<li><strong>c.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </strong><strong>例举某一种服务器在不同平台下维护效率的不同; &nbsp;&nbsp;&nbsp;&nbsp;</strong><strong>（占评分总分的30%</strong><strong>） &nbsp;</strong></li>



<li><strong>总结陈述; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong><strong>（占评分总分的10%</strong><strong>）</strong></li>
</ol>



<p><strong>2. </strong><strong>不少于3500</strong><strong>字。</strong></p>



<p><strong>3</strong><strong>．论述清晰，条理清楚，电子文档格式美观。</strong></p>



<p><strong>4.&nbsp; </strong><strong>提交电子版文档即可。</strong></p>



<h2 class="wp-block-heading"><strong>C. </strong><strong>题目：论Samba服务器和FTP服务器配置之不同</strong></h2>



<p><strong>要求：</strong></p>



<p><strong>1.</strong><strong>论文内容结构应包含：</strong></p>



<ol class="wp-block-list">
<li><strong> </strong><strong>比较两种服务器配置操作方式的不同;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </strong><strong>（占评分总分的10%</strong><strong>）</strong></li>



<li><strong> </strong><strong>例举两种服务器从不同平台访问的工作效率的不同; &nbsp;&nbsp;</strong><strong>（占评分总分的30%</strong><strong>）</strong></li>



<li><strong>例举两种服务器维护效率的不同; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong><strong>（占评分总分的30%</strong><strong>） &nbsp;</strong></li>



<li><strong>总结陈述; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong><strong>（占评分总分的10%</strong><strong>）</strong></li>
</ol>



<p><strong>2. </strong><strong>不少于3500</strong><strong>字。</strong></p>



<p><strong>3</strong><strong>．论述清晰，条理清楚，电子文档格式美观。</strong></p>



<p><strong>4.&nbsp; </strong><strong>提交电子版文档即可。</strong></p>



<h2 class="wp-block-heading"><strong>课程论文设计评分标准：</strong></h2>



<p><strong>1. </strong><strong>课程论文是否能在规定时间内提交。（课程论文完成时间由授课教师自定，占评分总分的10%）</strong></p>



<p><strong>2. </strong><strong>课程论文内容是否符合题目要求。 （占评分总分的80%）</strong></p>



<p><strong>3. </strong><strong>课程论文是否书写规范、清晰。 &nbsp;&nbsp;（占评分总分的10%）</strong></p>



<h2 class="wp-block-heading">参考案例B：</h2>



<p>论文：（手机端可能无法正常预览。可以下载pdf或用电脑/平板进行参考。）</p>



<div data-wp-interactive="core/file" class="wp-block-file"><object data-wp-bind--hidden="!state.hasPdfPreview" hidden class="wp-block-file__embed" data="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/Linux.pdf" type="application/pdf" style="width:100%;height:600px" aria-label="嵌入 Linux"></object><a id="wp-block-file--media-4fe1e208-eb45-4349-a907-5399ae4a9747" href="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/Linux.pdf">Linux</a><a href="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/Linux.pdf" class="wp-block-file__button wp-element-button" download aria-describedby="wp-block-file--media-4fe1e208-eb45-4349-a907-5399ae4a9747">下载</a></div>



<p>24</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.leexinghai.com/aic/k21214-%e3%80%8alinux%e6%93%8d%e4%bd%9c%e7%b3%bb%e7%bb%9f%e4%b8%8e%e5%ba%94%e7%94%a8%e3%80%8b%e8%80%83%e6%9f%a5%e5%86%85%e5%ae%b9%e5%8f%8a%e8%af%84%e5%88%86%e6%a0%87%e5%87%86/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>R21227-《计算机网络技术》考查内容及参考案例</title>
		<link>https://www.leexinghai.com/aic/cnfinal/</link>
					<comments>https://www.leexinghai.com/aic/cnfinal/#comments</comments>
		
		<dc:creator><![CDATA[李星海]]></dc:creator>
		<pubDate>Tue, 27 Dec 2022 01:30:51 +0000</pubDate>
				<category><![CDATA[计算机网络技术]]></category>
		<guid isPermaLink="false">https://aic.leexinghai.com/?p=1630</guid>

					<description><![CDATA[一、小型软件公司办公网络解决方案 题目具体要求：对于一个小型的软件公司提出一套合理的办公网络解决方案，并且说明 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<h4 class="wp-block-heading">一、小型软件公司办公网络解决方案</h4>



<p>题目具体要求：对于一个小型的软件公司提出一套合理的办公网络解决方案，并且说明该解决方案的优点和不足。</p>



<p>某集团公司给下属子公司分配了一段IP地址192.168.0.0/24，现在公司有两层办公楼（一楼和二楼），统一从一楼的路由器上公网，一楼有100台电脑联网，二楼有50台电脑联网，如果你是该公司的网管，你该怎么去规划这个IP？</p>



<p>设计要求：写出简要的可行性分析报告，设计网络结构并给出合理解释</p>



<h4 class="wp-block-heading">二、设计一个中小型网络规划与设计方案</h4>



<p>1.题目具体要求：公司有1000台PC，一共有7个部门。不同的部门相互访问要有限制，公司有3个跨省的分公司</p>



<p>2.公司有自己的内部网站与外部网站，能够提供匿名的FTP邮件，WWW服务，但FTP只对内部员工开放</p>



<p>3.公司中的每台设备都能联网，每个部门都办公室联合构成一个vlan</p>



<p>4.核心技术采用VPN</p>



<p>设计要求：（1）写出简要的可行性分析报告</p>



<p>（2）设计网络结构并给出合理解释</p>



<h4 class="wp-block-heading">三、滑动窗口协议仿真</h4>



<p>题目要求：在传输层，为了进行流量控制，通常使用滑动窗口协议实现。设计一个滑动窗口协议仿真程序，以模拟流量控制过程，要求如下：</p>



<ol class="wp-block-list">
<li>程序按照滑动窗口协议实现端对端端数据传送，包括协议的各种策略，如包丢失、停等应答、超时等都应有所仿真实现</li>



<li>显示数据传送过程中的各项具体数据，双方帧的个数变化，帧序号，发送和接收速度等</li>



<li>设计美观易用的图形界面</li>
</ol>



<p>在撰写报告时，要求给出滑动窗口协议的原理和相关知识：设计需求说明，包括概要设计，详细设计，给出程序测试结果。</p>



<h4 class="wp-block-heading">四、RIP路由协议原型系统的实现</h4>



<p>题目要求：设计和实现一个RIP路由协议的原型系统，要求路由节点能够利用广播发布本地节点的路由信息，其他节点接收信息并选择最优路径。</p>



<p>在撰写报告时，要求描述并分析RIP路由协议的工作原理，实现RIP路由协议原型系统，该系统具备分功能包括：广播本地路由、接收其他节点路由信息，根据路由信息选择最佳路径，支持最大不超过15跳的特性，给出原型系统的功能测试结果。</p>



<h4 class="wp-block-heading">五、设计一个GUI程序，实现IP、TCP、UDP数据包的捕获和解析，通过编程了解各类数据报的结构，掌握网络编程的基本原理和方法。</h4>



<h4 class="wp-block-heading">六、为所在学校设计一个简单的基于三层交换技术的校园网络，要求如下</h4>



<ol class="wp-block-list">
<li>自定义每个部门需要的IP地址数，每个部门1个单独的子网，至少有4种不同的地址规模</li>



<li>分析校内IP地址总需求，统计需要多少个c类的IP地址段</li>



<li>计算每个部门的网络地址、掩码并制定网关地址</li>



<li>每个子网1个独立的vlan，并使用三层交换机互连各vlan</li>



<li>在撰写报告时，要求绘制网络拓扑图，并标注各vlan信息，并给出测试结果。</li>
</ol>



<h4 class="wp-block-heading">七、基于web的动态页面设计——网上留言薄的设计与实现</h4>



<ol class="wp-block-list">
<li>进行网上留言薄的需求分析和功能设计</li>



<li>在数据库中构建数据库、表或视图</li>



<li>根据网上留言薄的功能，设计各页面和脚本，掌握动态网页的制作技术。</li>
</ol>



<h4 class="wp-block-heading">八、编程模拟路由器查找路由表的过程，用（目的地址、掩码、下一跳）的IP路由表以及目的地址作为输入，为目的地址查找路由表，找出正确的下一跳并输出结果。</h4>



<p>设计要求：给出路由表的相关知识和原理，设计详细描述过程，给出设计思路，并给出查找过程的测试结果。</p>



<h4 class="wp-block-heading">九、另写一个程序，取代windows下的ping命令，可以ping指定主机、一批主机，并以图形显示输出结果。</h4>



<h4 class="wp-block-heading">十、设计程序，发送ICMP数据包，以获取指定网段中的活动主机，并将结果显示在标准输出设备或输出到文件中。</h4>



<h4 class="wp-block-heading">十一、子网划分工具的设计与实现</h4>



<p>设计内容及要求：编程实现一个子网划分的简单工具。（1）能够根据用户输入的网络地址和子网掩码，判断出用户输入的合法性及网络类别（A.B.C地址）（2）能够计算出以下参数：子网数及有效子网、每个子网的主机数（3）应有相应的帮助提示及良好的结果输出组织，易于用户使用和查看结果。</p>



<h2 class="wp-block-heading">二、<strong>选题说明</strong></h2>



<ul class="wp-block-list">
<li>班内选做同一设计题目的人数 &lt;= 10，每个小题由1人完成</li>



<li>题目一经选定，不得随意更改。题目完成后，要进行详细答辩验收方可通过。要求设计能够实现基本功能，提交完整课程设计报告。</li>



<li>选做同一题目的同学并非大家合作完成同一道题目，而是每人独立完成全部内容</li>
</ul>



<h2 class="wp-block-heading">三、时间安排</h2>



<p>第16周进行答辩，提交相关材料。</p>



<p>选题于第14周结束，并由班级学委填写“大作业选题情况<a></a><a>汇</a>总表”，在15周上课前上报给老师。</p>



<h2 class="wp-block-heading">四、任务提交</h2>



<p>要求：撰写课程论文，以作为课程评分的书面依据和存档材料。课程论文以规定格式的电子文档编写、打印并装订（暂不打印），排版及图、表要清楚、工整。请注意：</p>



<ul class="wp-block-list">
<li>课程论文一定要按学校规范进行撰写（可参考模板）。</li>



<li>以班为单位提交课程论文电子文档、程序源码、工具等，每个学生一个文件夹，文件夹名为“学号-姓名”，论文文件名：“学号-姓名.doc”。</li>
</ul>



<h2 class="wp-block-heading">五、评分标准</h2>



<figure class="wp-block-table"><table><tbody><tr><td>序号</td><td>等级</td><td>标准</td></tr><tr><td>1</td><td>优秀 （90-100分）</td><td>选题具有创新性、合理性；难度系数高，设计实现功能复杂或者论文内容有比较高的学术参考价值，很好的完成题目的全部要求；论文格式正确，书写规范，条理清晰，语言流畅；结论和建议具有很高的参考价值，主要观点突出，逻辑关系清楚，有独到的个人见解</td></tr><tr><td>2</td><td>良好 （80-89分）</td><td>选题具有新意、合理性；难度系数较高，设计实现功能较复杂或者论文内容有一定水准的学术参考价值，很好的完成题目的全部要求；论文格式正确，书写较规范，条理较清晰，语言较流畅；结论和建议具有一定参考价值，主要观点较突出，逻辑关系较清楚，有一定的个人见解</td></tr><tr><td>3</td><td>中等 （70-79分）</td><td>选题具有合理性；难度系数一般，设计实现功一般或者论文内容有一定的学术参考价值，完成题目的大部分要求；论文格式比较规范，有一定的条理性，语言较流畅；结论和建议具有一定参考价值，主要观点较突出，有一定的个人见解</td></tr><tr><td>4</td><td>及格 （60-69分）</td><td>选题无新意；难度系数较低，设计实现功能简单或者论文内容无学术参考价值，题目的要求只实现了小部分；论文格式欠规范；有结论和建议，个人见解的阐述语言不流畅，条理不太清晰</td></tr><tr><td>5</td><td>不及格 （60分以下）</td><td>选题无新意；难度系数很低，设计实现功能太简单或者没有或者论文内容无学术参考价值，题目的要求大多没有实现；论文格式不规范，条理不清晰，语言不流畅；无结论和建议的阐述，无个人见解的阐述</td></tr></tbody></table></figure>



<p>如果有下列情况，则视情节严重程度，成绩下降若干档次，直至不及格：</p>



<p>• 抄袭、复制别人程序或文档；</p>



<p>• 未能按时提交报告。</p>



<h2 class="wp-block-heading">参考案例（六）</h2>



<p>论文：（手机端可能无法正常预览。可以下载pdf或用电脑/平板进行参考。）</p>



<div data-wp-interactive="core/file" class="wp-block-file"><object data-wp-bind--hidden="!state.hasPdfPreview" hidden class="wp-block-file__embed" data="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/网络案例.pdf" type="application/pdf" style="width:100%;height:600px" aria-label="嵌入 网络案例"></object><a id="wp-block-file--media-faa41e10-d0d0-497b-8221-16c3d87b5c06" href="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/网络案例.pdf">网络案例</a><a href="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/网络案例.pdf" class="wp-block-file__button wp-element-button" download aria-describedby="wp-block-file--media-faa41e10-d0d0-497b-8221-16c3d87b5c06">下载</a></div>



<p>参考拓扑文件：</p>



<div class="wp-block-file"><a id="wp-block-file--media-fb3242ba-fc50-402b-9d29-0e3f0d3a2fa1" href="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/拓扑图实验.7z">拓扑图实验</a><a href="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/拓扑图实验.7z" class="wp-block-file__button wp-element-button" download aria-describedby="wp-block-file--media-fb3242ba-fc50-402b-9d29-0e3f0d3a2fa1">下载</a></div>



<p>56</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.leexinghai.com/aic/cnfinal/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>R21227-《Python程序设计》考查内容及参考案例</title>
		<link>https://www.leexinghai.com/aic/pythonfinal/</link>
					<comments>https://www.leexinghai.com/aic/pythonfinal/#respond</comments>
		
		<dc:creator><![CDATA[李星海]]></dc:creator>
		<pubDate>Tue, 27 Dec 2022 01:25:13 +0000</pubDate>
				<category><![CDATA[Python程序设计]]></category>
		<guid isPermaLink="false">https://aic.leexinghai.com/?p=1627</guid>

					<description><![CDATA[考查说明： 1、《Python程序设计》课程考查内容共一大题，总分100分，请同学们仔细阅读题目要求及评分标准 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong>考查说明：</strong></p>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">1、《Python程序设计》课程考查内容共一大题，总分100分，请同学们仔细阅读题目要求及评分标准。</mark></strong></p>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">2、系统文件压缩成一个文件，以“学号-姓名-系统名称”命名。</mark></strong></p>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">3、系统提交截止时间：2022年12月23日 18:00。</mark></strong></p>



<p><strong>题目：自拟</strong></p>



<p>自拟题目，综合应用Python程序设计的知识设计与实现该系统。如：学生信息管理系统等</p>



<p>具体要求：</p>



<p>1、按系统需求分析，设计至少5个功能模块。</p>



<p>2、利用python程序设计编写UI界面， UI中需要有：button组件、label组件、Entry组件、布局等。</p>



<p>3、如果是管理信息系统应具有增、删、改、查的功能，诸如实现有登录页面、注册页面、查询页面等。也可以是简单的游戏、计算器、记事本。</p>



<p>4、系统能应用Python程序流程结构、组合数据类型、函数、异常处理、文件操作、标准库、第三方库、类和对象等知识。</p>



<p>5、整个系统要运行流畅，不能出现异常的问题。</p>



<h2 class="wp-block-heading">参考案例</h2>



<p>飞机大战小游戏&nbsp;&nbsp;</p>



<p>一、项目功能和背景：</p>



<p>1. 编写飞机大战小游戏，UI界面中有游戏提示，难度设置，开始游戏后玩家控制乙方小飞机平行移动，通过敲击特定按键控制飞弹发射，射击敌机，击中一架敌机为1分，敌机碰撞宣告游戏结束并统计最终得分。在游戏运行过程中，敌机运行速度会随着击中敌机数量的增加而加快。</p>



<p><strong>二、实验代码</strong></p>



<p>本项目使用了部分素材文件，文件结构如图1所示；音频文件放置在“music”文件夹下，内容如图2所示；图片文件放置在“imgs”文件夹下，内容如图3所示。</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="381" height="194" src="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-29.png" alt="" class="wp-image-1687" srcset="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-29.png 381w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-29-300x153.png 300w" sizes="auto, (max-width: 381px) 100vw, 381px" /><figcaption class="wp-element-caption">图1</figcaption></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="305" height="150" src="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-30.png" alt="" class="wp-image-1688" srcset="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-30.png 305w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-30-300x148.png 300w" sizes="auto, (max-width: 305px) 100vw, 305px" /><figcaption class="wp-element-caption">图2</figcaption></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="865" height="557" src="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-31.png" alt="" class="wp-image-1689" srcset="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-31.png 865w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-31-300x193.png 300w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-31-768x495.png 768w" sizes="auto, (max-width: 865px) 100vw, 865px" /><figcaption class="wp-element-caption">图3</figcaption></figure>
</div>


<p>使用Pyinstaller将该代码打包成exe，代码如图4所示；打包完成后的项目结构如图5所示。</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="865" height="661" src="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-32.png" alt="" class="wp-image-1690" srcset="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-32.png 865w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-32-300x229.png 300w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-32-768x587.png 768w" sizes="auto, (max-width: 865px) 100vw, 865px" /><figcaption class="wp-element-caption">图4</figcaption></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="809" height="283" src="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-33.png" alt="" class="wp-image-1691" srcset="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-33.png 809w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-33-300x105.png 300w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-33-768x269.png 768w" sizes="auto, (max-width: 809px) 100vw, 809px" /><figcaption class="wp-element-caption">图5</figcaption></figure>
</div>


<p>运行结果，启动界面如图6所示：</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="628" height="675" src="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-34.png" alt="" class="wp-image-1692" srcset="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-34.png 628w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-34-279x300.png 279w" sizes="auto, (max-width: 628px) 100vw, 628px" /><figcaption class="wp-element-caption">图6</figcaption></figure>
</div>


<p>部分可能存在的错误情况提示，如图7-图8所示。</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="595" height="640" src="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-35.png" alt="" class="wp-image-1693" srcset="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-35.png 595w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-35-279x300.png 279w" sizes="auto, (max-width: 595px) 100vw, 595px" /><figcaption class="wp-element-caption">图7</figcaption></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="628" height="675" src="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-36.png" alt="" class="wp-image-1694" srcset="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-36.png 628w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-36-279x300.png 279w" sizes="auto, (max-width: 628px) 100vw, 628px" /><figcaption class="wp-element-caption">图8</figcaption></figure>
</div>


<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 完成设置，点击开始游戏，游戏界面如图9所示：敌机在屏幕顶部随机位置刷新，我方小飞机位于游戏界面底端，只能控制其向左或向右移动，按下空格时发射飞弹。飞弹击中敌机时，敌机和飞弹消失，并且在得分计数器上加1。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="792" height="1024" src="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-37-792x1024.png" alt="" class="wp-image-1695" srcset="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-37-792x1024.png 792w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-37-232x300.png 232w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-37-768x993.png 768w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-37.png 865w" sizes="auto, (max-width: 792px) 100vw, 792px" /><figcaption class="wp-element-caption">图9</figcaption></figure>
</div>


<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 如果敌机和我方飞机发生碰撞，则游戏结束，弹出对话框，并在对话框中输出正确的得分信息。游戏结束，如图10所示。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="786" height="1024" src="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-38-786x1024.png" alt="" class="wp-image-1696" srcset="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-38-786x1024.png 786w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-38-230x300.png 230w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-38-768x1001.png 768w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-38.png 865w" sizes="auto, (max-width: 786px) 100vw, 786px" /><figcaption class="wp-element-caption">图10</figcaption></figure>
</div>


<p>源代码下载：</p>



<div class="wp-block-file"><a id="wp-block-file--media-15b56ed5-d902-425c-aceb-c81ca8f27ddc" href="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/源代码.7z">源代码</a><a href="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/源代码.7z" class="wp-block-file__button wp-element-button" download aria-describedby="wp-block-file--media-15b56ed5-d902-425c-aceb-c81ca8f27ddc">下载</a></div>



<p>75</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.leexinghai.com/aic/pythonfinal/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>H21221-[超星]选择判断复习题12.29</title>
		<link>https://www.leexinghai.com/aic/cxexam/</link>
					<comments>https://www.leexinghai.com/aic/cxexam/#respond</comments>
		
		<dc:creator><![CDATA[李星海]]></dc:creator>
		<pubDate>Wed, 21 Dec 2022 04:12:25 +0000</pubDate>
				<category><![CDATA[数据库原理与应用]]></category>
		<guid isPermaLink="false">https://aic.leexinghai.com/?p=1672</guid>

					<description><![CDATA[写在前面：请您不要将本文进行扩散转发。因为这是我花了相当一段时间整理的结果。大家用过超星考试，也知道超星不能复 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-pullquote"><blockquote><p>写在前面：<strong>请您不要将本文进行扩散转发。</strong>因为这是我花了相当一段时间整理的结果。大家用过超星考试，也知道超星不能复制问题和答案出来，我是自己截了每道题的图片然后放到微信里面使用文字识别手动复制出来的。还是比较累的，所以希望您可以尊重一下我的劳动成果<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2665.png" alt="♥" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p><cite>整理和校对答案花了比较多的时间，不过因为个人能力还too young too simple，所以难免存在错误的答案或文本。<br>如果您有我的微信，且您找到了错误的地方，可以直接微信找我指出错误的题目。<br>如果您没有我的微信，请使用本文页脚的图标”星海网站找错“，在那里进行反馈。<br>反馈时可以留下您的真实姓名，我会放在这里作为特别贡献者。</cite></blockquote></figure>



<p>一、单选题</p>



<p>1.三级模式之间存在两种映射，它们是(A)。</p>



<ul class="wp-block-list">
<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">模式与子模式间，模式与内模式间</mark></li>



<li>子模式与内模式间，外模式与内模式间</li>



<li>子模式与外模式间，模式与内模式间</li>



<li>模式与内模式间，模式与模式间</li>
</ul>



<p>2.(C)是长期存储在计算机内的有组织、可共享的数据集合。</p>



<ul class="wp-block-list">
<li>数据库管理系统</li>



<li>数据库系统</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">数据库</mark></li>



<li>文件组织</li>
</ul>



<p>3.SQL Server是一个基于(D)。</p>



<ul class="wp-block-list">
<li>层次模型的DBIS</li>



<li>网状模型的DBMS</li>



<li>关系模型的应用程序</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">关系模型的DBMS</mark></li>
</ul>



<p>4. 要保证数据库物理数据独立性，需要修改的是(B)。</p>



<ul class="wp-block-list">
<li>模式</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">模式与内模式的映射</mark></li>



<li>模式与外模式的映射</li>



<li>内模式</li>
</ul>



<p>5.下列四项中，不属于数据库特点的是(D)。</p>



<ul class="wp-block-list">
<li>数据共享</li>



<li>数据完整性</li>



<li>数据冗余较小</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">数据独立性低</mark></li>
</ul>



<p>6. 数据库系统的体系结构是(C)。</p>



<ul class="wp-block-list">
<li>两级模式结构和一级映像</li>



<li>三级模式结构和一级映像</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">三级模式结构和两级映像</mark></li>



<li>三级模式结构和三级映像</li>
</ul>



<p>7. 数据库系统不仅包括数据库本身，还要包括相应的硬件、软件和（D） 。</p>



<ul class="wp-block-list">
<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-black-color">数据库管理系统</mark></li>



<li>数据库应用系统</li>



<li>相关的计算机系统</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">各类相关人员</mark>(已于21222完成校对)</li>
</ul>



<p>8. 在文件系统阶段，数据(B) 。</p>



<ul class="wp-block-list">
<li>无独立性</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">独立性差</mark></li>



<li>具有物理独立性</li>



<li>具有逻辑独立性</li>
</ul>



<p>9. 数据库系统阶段，数据(D)。</p>



<ul class="wp-block-list">
<li>具有物理独立性，没有逻辑独立性</li>



<li>具有物理独立性和逻辑独立性</li>



<li>独立性差</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">具有高度的物理独立性和一定程度的逻辑独立性</mark></li>
</ul>



<p>10.描述事物的符号记录称为(B)。</p>



<ul class="wp-block-list">
<li>信息</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">数据</mark></li>



<li>记录</li>



<li>记录集合</li>
</ul>



<p>11. (B)是位于用户与操作系统之间的一层数据库管理软件</p>



<ul class="wp-block-list">
<li>数据库系统</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">数据库管理系统</mark></li>



<li>数据库</li>



<li>数据库应用系统</li>
</ul>



<p>12. 下列四项中说法不正确的是( C)。</p>



<ul class="wp-block-list">
<li>数据库减少了数据冗余</li>



<li>数据库中的数据可以共享</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">数据库避免了一切数据的重复</mark></li>



<li>数据库具有较高的数据独立性</li>
</ul>



<p>13. 下列数据模型中，数据独立性最高的是( B)。</p>



<ul class="wp-block-list">
<li>网状数据模型</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">关系数据模型</mark></li>



<li>层次数据模型</li>



<li>非关系模型</li>
</ul>



<p>14.当前应用最广泛的数据模型是(B)</p>



<ul class="wp-block-list">
<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-black-color">E-R模型</mark></li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">关系模型</mark>(已于21222完成校对)</li>



<li>网状模型</li>



<li>层次模型</li>
</ul>



<p>15. 反映现实世界中实体及实体间联系的信息模型是(D)。</p>



<ul class="wp-block-list">
<li>关系模型</li>



<li>层次模型</li>



<li>网状模型</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">E-R模型</mark></li>
</ul>



<p>16. 关系模型中，表示实体间n:联系是通过增加一个(A)</p>



<ul class="wp-block-list">
<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">关系实现</mark></li>



<li>属性实现</li>



<li>关系或一个属性实现</li>



<li>关系和一个属性实现</li>
</ul>



<p>17. 在数据库设计中，将E-R图转换成关系数据模型的过程属于(B)</p>



<ul class="wp-block-list">
<li>需求分析阶段</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">逻辑设计阶段</mark></li>



<li>概念设计阶段</li>



<li>物理设计阶段</li>
</ul>



<p>18.数据模型的三要素是指(B)</p>



<ul class="wp-block-list">
<li>数据结构、数据对象和数据共享</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">数据结构、数据操作和数据完整性约束</mark></li>



<li>数据结构、数据操作和数据的安全控制</li>



<li>数据结构、数据操作和数据的可靠性</li>
</ul>



<p>19.下列数据模型中，数据独立性最高的是(B)</p>



<ul class="wp-block-list">
<li>网状数据模型</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">关系数据模型</mark></li>



<li>层次数据模型</li>



<li>非关系模型</li>
</ul>



<p>20.E-R模型属于 (A)</p>



<ul class="wp-block-list">
<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">信息模型</mark>(已于21222完成校对)</li>



<li>层次模型</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-black-color">关系模型</mark></li>



<li>网状模型</li>
</ul>



<p>21. (B)属于信息世界的模型，是现实世界到机器世界的一个中间层次。</p>



<ul class="wp-block-list">
<li>数据模型</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">概念模型</mark></li>



<li>E-图</li>



<li>关系模型</li>
</ul>



<p>22. 概念结构设计阶段得到的结果是(B)。</p>



<ul class="wp-block-list">
<li>数据字典描述的数据需求</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">E-R图表示的概念模型</mark></li>



<li>某个DBMS所支持的数据模型</li>



<li>包括存储结构和存取方法的物理结构</li>
</ul>



<p>23. 一个m:n联系转换为一个关系模式。关系的码为(B)</p>



<ul class="wp-block-list">
<li>某个实体的码</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">各实体码的组合</mark></li>



<li>N端实体的码</li>



<li>任意一个实体的码</li>
</ul>



<p>24. 如果对于实体集A中的每一个实体，实体集B中有n个实体与之联系；对于实体集B中的每一个实体，实体集A中至多有一个实体与之联系，称实体集A与B的联系为(A)</p>



<ul class="wp-block-list">
<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">A．1:1联系</mark></li>



<li>B．1:n联系</li>



<li>C．n:m联系</li>



<li>D．多种联系</li>
</ul>



<p>25.公司中有多个部门和多名职员，每个职员只能属于一个部门，一个部门可以有多名职员，从职员到部门的联系类型是(C)</p>



<ul class="wp-block-list">
<li>多对多</li>



<li>一对一</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">多对一</mark></li>



<li>一对多</li>
</ul>



<p>26. 12个实体类型，并且它们之间存在着15个不同的二元联系，其中4个是1:1联系类型，5个是1:N联系类型，6个M:N联系类型，那么根据转换规则，这个ER结构转换成的关系模式有（B）</p>



<ul class="wp-block-list">
<li>17个</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">18个</mark></li>



<li>23个</li>



<li>27个</li>
</ul>



<p>27.现有一个关系：借阅（书号、书名，库存数，读者号，借期，还期），假如同一本书允许一个读者多次借阅，但不能同时对一种书借多本。则该关系模式的码是（D）。</p>



<ul class="wp-block-list">
<li>书号</li>



<li>读者号</li>



<li>书号+读者号</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">书号+读者号+借期</mark></li>
</ul>



<p>28. SQL语言是(B)的语言，容易学习</p>



<ul class="wp-block-list">
<li>过程化</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">非过程化</mark></li>



<li>格式化</li>



<li>导航式</li>
</ul>



<p>29. SQL语言的数据操纵语句包括Select,Insert,Update,Delete等。其中最重要的，也是使用最频繁的语句是(A)</p>



<ul class="wp-block-list">
<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">Select</mark></li>



<li>Insert</li>



<li>Update</li>



<li>Delete</li>
</ul>



<p>30.在视图上不能完成的操作是(C)。</p>



<ul class="wp-block-list">
<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-black-color">更新视图</mark></li>



<li>查询</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">在视图上定义新的表</mark></li>



<li>在视图上定义新的视图</li>
</ul>



<p>31.SQL语言集数据查询，数据操纵，数据定义和数据控制功能于一体，其中，Create,Drop,A1ter语句可实现哪种功能(C)？</p>



<ul class="wp-block-list">
<li>数据查询</li>



<li>数据操纵</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">数据定义</mark></li>



<li>数据控制</li>
</ul>



<p>32. SQL语言中，删除一个视图的命令是( B)</p>



<ul class="wp-block-list">
<li>Delete</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">Drop</mark></li>



<li>Clear</li>



<li>Remove</li>
</ul>



<p>33.在SQL语言中的视图View是数据库的(A)。</p>



<ul class="wp-block-list">
<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">外模式</mark></li>



<li>模式</li>



<li>内模式</li>



<li>存储模式</li>
</ul>



<p>34.下列的SQL语句中， (D)不是数据定义语句</p>



<ul class="wp-block-list">
<li>create table</li>



<li>drop view</li>



<li>oreate yiew</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">grant</mark></li>
</ul>



<p>35.若要撤销数据库中已经存在的表S，可用( A)</p>



<ul class="wp-block-list">
<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">delete table S</mark></li>



<li>drop view</li>



<li>create table S</li>



<li>drop s</li>
</ul>



<p>36.若要在基本表S中增加一列CN(课程名)，可用(C)。</p>



<ul class="wp-block-list">
<li>add table S CN char(8)</li>



<li>Badd table S alter CN char(8)</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">alter table S add CN char(8)</mark></li>



<li>alter table S add CN varchar(8)</li>
</ul>



<p>37.学生关系模式S,(S#,Sname,Sex,Age),S的属性分别表示学号，姓名，性别，年龄。要在S中删除一个属性“年龄”可选用的SQL语句是(B)</p>



<ul class="wp-block-list">
<li>delete Age from S</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">alter table S drop Age</mark></li>



<li>update S Age</li>



<li>alter table S Age</li>
</ul>



<p>38.DBS是采用了数据库技术的计算机系统DBS是一个集合体,包含数据库,计算机硬件软件和(C)</p>



<ul class="wp-block-list">
<li>系统分析员</li>



<li>程序员</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">数据库管理员</mark></li>



<li>操作员</li>
</ul>



<p>39. 数据库(DB)，数据库系统(DBS)和数据库管理系统(DBMS)之间的关系是(A)</p>



<ul class="wp-block-list">
<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">DBS包括DB和DBMS</mark></li>



<li>DBMS包括DB和DBS</li>



<li>DB包括DBS和DBMS</li>



<li>DBS就是DB也就是DBMS</li>
</ul>



<p>40.下面列出的数据库管理技术发展的三个阶段中,没有专门的软件对数据进行管理的是(A).</p>



<p>1人工管理阶段，2.文件系统阶段，3.数据库阶段</p>



<ul class="wp-block-list">
<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">I和2</mark></li>



<li>只有2</li>



<li>2和 3</li>



<li>只有 I</li>
</ul>



<p>41.下列四项中,不属于数据库系统特点的是(B)</p>



<ul class="wp-block-list">
<li>数据共享</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">数据完整性</mark></li>



<li>数据冗余度高</li>



<li>数据独立性高</li>
</ul>



<p>42. 数据库系统的数据独立性体现在(B)</p>



<ul class="wp-block-list">
<li>不会因为数据的变化而影响到应用程序</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">不会因为系统数据存储结构与数据逻辑结构的变化而影响应用程序</mark></li>



<li>不会因为存储策略的变化而影响存储结构</li>



<li>不会因为某些存储结构的变化而影响其他的存储结构</li>
</ul>



<p>43. 描述数据库全体数据的全局逻辑结构和特性的是(A)</p>



<ul class="wp-block-list">
<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">模式</mark></li>



<li>内模式</li>



<li>外模式</li>



<li>用户模式</li>
</ul>



<p>44.要保证数据库的数据独立性,需要修改的是(A)</p>



<ul class="wp-block-list">
<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">模式与外模式</mark></li>



<li>模式与内模式</li>



<li>三层之间的两种映射</li>



<li>三层模式</li>
</ul>



<p>45. 要保证数据库的逻辑数据独立性,需要修改的是(A)</p>



<ul class="wp-block-list">
<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">模式与外模式的映射</mark></li>



<li>模式与内模式之间的映射</li>



<li>模式</li>



<li>三层模式</li>
</ul>



<p>46.用户或应用程序看到的那部分局部逻辑结构和特征的描述是(C)它是模式的逻辑子集</p>



<ul class="wp-block-list">
<li>模式</li>



<li>物理模式</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">子模式</mark></li>



<li>内模式</li>
</ul>



<p>47 下述(D)不是DBA数据库管理员的职责</p>



<ul class="wp-block-list">
<li>完整性约束说明</li>



<li>定义数据库模式</li>



<li>数据库安全</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">数据库管理系统设计</mark></li>
</ul>



<p>48. 下面的选项不是关系数据库基本特征的是(A)</p>



<ul class="wp-block-list">
<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">不同的列应有不同的数据类型</mark></li>



<li>不同的列应有不同的列名</li>



<li>与行的次序无关</li>



<li>与列的次序无关</li>
</ul>



<p>49.一个关系只有一个(D)</p>



<ul class="wp-block-list">
<li>候选码</li>



<li>外码</li>



<li>超码</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">主码</mark></li>
</ul>



<p>50. 关系模型中,一个码是(C)</p>



<ul class="wp-block-list">
<li>可以由多个任意属性组成</li>



<li>至多由一个属性组成</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">可有多个或者一个其值能够唯一表示该关系模式中任何元组的属性组成</mark></li>



<li>以上都不是</li>
</ul>



<p>51.关系代数运算是以(C)为基础的运算。</p>



<ul class="wp-block-list">
<li>关系运算</li>



<li>谓词演算</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">集合运算</mark></li>



<li>代数运算</li>
</ul>



<p>52. 关系数据库管理系统应能实现的专门关系运算包括(B)</p>



<ul class="wp-block-list">
<li>排序索引统计</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">选择.投影,连接</mark></li>



<li>关联.更新,排序</li>



<li>显示,打印,制表</li>
</ul>



<p>53.五种基本关系代数运算是(下列均为答案)。</p>



<p><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">∪，-，×，π和σ</mark></p>



<p>54. 关系数据库中的投影操作是指从关系中(B)。</p>



<ul class="wp-block-list">
<li>抽出特定记录</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">抽出特定字段</mark></li>



<li>建立相应的影像</li>



<li>建立相应的图形</li>
</ul>



<p>55. 从一个数据库文件中取出满足某个条件的所有记录形成一个新的数据库文件的操作是(A)操作</p>



<ul class="wp-block-list">
<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">投影</mark></li>



<li>联接</li>



<li>选择</li>



<li>复制</li>
</ul>



<p>56自然联接是构成新关系的有效方法一般情况下,当对关系R和S是用自然联接时要求R和S含有一个或者多个共有的(C)</p>



<ul class="wp-block-list">
<li>记录</li>



<li>行</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">属性</mark></li>



<li>元组</li>
</ul>



<p>57. 关系代数中的连联接操作是由(B)操作组合而成</p>



<ul class="wp-block-list">
<li>选择和投影</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">选择和笛卡尔积</mark></li>



<li>投影,选择,笛卡尔积</li>



<li>投影和笛卡尔积</li>
</ul>



<p>58假设有关系R和S.在下列的关系运算中(D)运算不要求:"R和S具有相同的元数,目它们的对应属性的数据类型也相同”</p>



<ul class="wp-block-list">
<li>R∩S</li>



<li>RUS</li>



<li>R-S</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">RxS</mark></li>
</ul>



<p>59. 假设有关系R和S.关系代数表达式R-(R-S)表示的是(A)</p>



<ul class="wp-block-list">
<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">R∩S</mark></li>



<li>RUS</li>



<li>R-S</li>



<li>RxS</li>
</ul>



<p>60. 如何构造出一个合适的数据逻辑结构是(C)主要解决的问题</p>



<ul class="wp-block-list">
<li>关系系统查询优化</li>



<li>数据字典</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">关系数据库规范化F理论</mark></li>



<li>关系数据库查询</li>
</ul>



<p>二、多选题</p>



<p>数据库管理技术经历了哪些阶段?(ABD)</p>



<ul class="wp-block-list">
<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">人工管理</mark></li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">文件系统</mark></li>



<li>网状系统</li>



<li><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">数据库系统</mark></li>
</ul>



<p>三、填空题</p>



<p>1.在关系数据库规范化理论的研究中，在函数依赖的范畴内，[<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">BC</mark>]范式达到了最高的规范化程度</p>



<p>2.在关系数据库的规范化理论中，在执行“分解”时，必须遵守规范化原则:保持原有的函数依赖和[<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">无损分解</mark>]</p>



<p>3.如果一个关系模式R是1DF，并且关系的每个决定因子都是候选码，那么R至少应该是[<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">BC</mark>]范式</p>



<p>4.设关系模式R (A，B，C，D)，函数依赖集F= AB->C，DB}，则R的候选码为[<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">ACD</mark>]</p>



<p>5.从关系规范化理论的角度讲，一个只满足1EF的关系可能存在的四方面问题是:数据几余度大、插入异常、[<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">更新异常</mark>]和删除异常</p>



<p>四、判断题</p>



<p>在SQL语言中的视图VIEW是数据库的模式[<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">√</mark>]</p>



<p>投影运算结果的元组数目和原来的关系一样多。[<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">x</mark>]</p>



<p>在数据库设计中，将E-R图转换成关系数据模型的过程属于概念设计阶段[<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-red-color">×</mark>]</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.leexinghai.com/aic/cxexam/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>H21220-随堂练习</title>
		<link>https://www.leexinghai.com/aic/h21220-%e9%9a%8f%e5%a0%82%e7%bb%83%e4%b9%a0/</link>
					<comments>https://www.leexinghai.com/aic/h21220-%e9%9a%8f%e5%a0%82%e7%bb%83%e4%b9%a0/#respond</comments>
		
		<dc:creator><![CDATA[李星海]]></dc:creator>
		<pubDate>Tue, 20 Dec 2022 07:40:25 +0000</pubDate>
				<category><![CDATA[程序设计基础课程综合实验]]></category>
		<guid isPermaLink="false">https://aic.leexinghai.com/?p=1664</guid>

					<description><![CDATA[一、选择题（共20小题，每小题2分，共40分） 1、所有C程序都有且只有一个（C）函数。 A.scanf&#038;nb [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>一、选择题（共20小题，每小题2分，共40分）</p>



<p>1、所有C程序都有且只有一个（<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">C</mark>）函数。</p>



<p>A.scanf&nbsp; B.include&nbsp; C.main&nbsp; D.sub</p>



<p>2、按照结构化程序设计的观点，任何程序都可以通过3种基本的控制结构进行组合来实现，这3种基本控制结构为（<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">B</mark>）。</p>



<p>A.变量、常量和宏&nbsp;&nbsp;</p>



<p>B.顺序、分支和循环&nbsp;</p>



<p>C.数组、指针和函数&nbsp;</p>



<p>D.整型、浮点型和字符型</p>



<p>3、C语言源程序的扩展名为（<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">C</mark>）。</p>



<p>A.exe&nbsp;&nbsp;&nbsp; B.h&nbsp;&nbsp;&nbsp; C.c&nbsp;&nbsp; D.cpp</p>



<p>4、下列选项中不属于结构化程序设计方法的是（<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">D</mark>）。</p>



<p>A.自顶向下&nbsp; B.逐步求精&nbsp; C.模块化&nbsp;&nbsp; D.可复用</p>



<p>5、以下属于单目运算符的是（<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">A</mark>）。</p>



<p>A.++&nbsp;&nbsp; B./&nbsp;&nbsp; C.%&nbsp;&nbsp; D.*</p>



<p>6、下列程序输出结果是（<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">B</mark>）。</p>



<p>&nbsp;&nbsp; #include&lt;stdio.h&gt;</p>



<p>&nbsp;&nbsp; main()</p>



<p>{int **k,*a,b=100;a=&amp;b;k=&amp;a;printf(“%d\n”,**k);}</p>



<p>A.运行出错&nbsp;&nbsp; B.100&nbsp;&nbsp; C.a的地址&nbsp;&nbsp; D.b的地址</p>



<p>7、已知：int a[]={1,2,3,4,5}，*p=a；在下列数组元素地址的表示中，正确的是（<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">C</mark>）</p>



<p>A. &amp;（a+1）&nbsp; B.&amp;（P+1）&nbsp; C.&amp;p[2]&nbsp; D.*p++</p>



<p>8、以下程序的运行结果是（<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">B</mark>）。</p>



<p>main（）</p>



<p>{int a,b,d=326;</p>



<p>&nbsp; a=d/100%9;</p>



<p>&nbsp; b=(-1)&amp;&amp;(-1);</p>



<p>&nbsp; printf(“%d,%d”,a,d)</p>



<p>}</p>



<p>A.6,1&nbsp;&nbsp;&nbsp; B.3,1&nbsp;&nbsp; C.6,0&nbsp;&nbsp;&nbsp; D.3,1</p>



<p>9、若运行时给变量x输入8，则以下程序运行结果为（<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">D</mark> ）。</p>



<p>main（）</p>



<p>{int x,y;</p>



<p>&nbsp; Scanf(“%d”,&amp;x)；</p>



<p>&nbsp;y=x&gt;8?x+10:x-8;</p>



<p>&nbsp;printf(“%d\n”,y);</p>



<p>}</p>



<p>A.4&nbsp;&nbsp;&nbsp;&nbsp; B.3&nbsp;&nbsp;&nbsp;&nbsp; C.2&nbsp;&nbsp;&nbsp; D.0</p>



<p>10、有以下程序，程序运行后的输出结果是（<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">A</mark>）。</p>



<p>mian()</p>



<p>{int i=1,sum=0;</p>



<p>&nbsp;while(i&lt;=4)</p>



<p>&nbsp;&nbsp; sum=sum+1;</p>



<p>&nbsp;i=i+1;</p>



<p>&nbsp;printf(“%d\n”,sum);</p>



<p>A.4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; B.5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C.10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; D.死循环</p>



<p>11、执行语句for（i=1；i++&lt;5;）后，变量第i的值为（<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">B</mark>）。</p>



<p>A.4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; B.5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C.6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; D.不定</p>



<p>12、下面叙述中正确的是（<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">B</mark>）。</p>



<p>A.对于用户自己定义的函数，在使用前必须加以说明&nbsp;&nbsp;</p>



<p>B.函数可以返回一个值，也可以什么值也不返回&nbsp;&nbsp;&nbsp;</p>



<p>C.说明函数时不必明确其参数类型和返回类型&nbsp;</p>



<p>D.调用函数的实参，只能是有确定值得变量</p>



<p>13.在函数调用语句fun1（fun2（x，y），（x，y），z=x+y）；中，fun1的实际参数的个数是（<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">A</mark>）。</p>



<p>A.3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; B.7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C.4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; D.5</p>



<p>14、一个C语言的源程序中(<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">A</mark>)。</p>



<p>A.必须有一个主函数&nbsp;&nbsp;&nbsp;</p>



<p>B.可以有多个主函数&nbsp;&nbsp;</p>



<p>C.必须有主函数和其他函数</p>



<p>D.可以没有主函数</p>



<p>15、C语言中最简单的数据类型包括（<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">B</mark>）</p>



<p>A.整型、实型、逻辑型&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; B.整型、实型、字符型&nbsp;&nbsp;&nbsp;</p>



<p>C.整型、字符型、逻辑型&nbsp;&nbsp; &nbsp;D.整型、实型、逻辑型、字符型</p>



<p>16、设有定义“int a=2，b=3，c=4；”，则下列选项中为1的表达式为（<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">C</mark>）。</p>



<p>A.(!a==1)&amp;&amp;(!b==0)&nbsp;&nbsp;&nbsp; B.(a&lt;b)&amp;&amp;!c&amp;&amp;1&nbsp;&nbsp; C.a&amp;&amp;b&nbsp;&nbsp;&nbsp;&nbsp; D.!a||(b+c)&amp;&amp;(c-4)</p>



<p>17、有以下的程序段，则（<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">D</mark>）</p>



<p>&nbsp;&nbsp;&nbsp; char&nbsp; a[3],b[]=”I am coming.”;</p>



<p>&nbsp;&nbsp;&nbsp; a=b;</p>



<p>&nbsp;&nbsp;&nbsp; printf(“%s”，a)；</p>



<p>A.运行后将输出I a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; B.运行后将输出I am coming.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>



<p>C.运行后将输出I am&nbsp; &nbsp;&nbsp;&nbsp;D.编译出错</p>



<p>18、设有static char str[]=”Beijing”；则执行printf(“%d\n”,strlen(strcpy (str,”China”)));后的输出结果为(<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">A</mark>)。</p>



<p>A.5&nbsp;&nbsp;&nbsp;&nbsp; B.7&nbsp;&nbsp;&nbsp;&nbsp; C.12&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; D.14</p>



<p>19、以下程序的输出结果是（<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">B</mark>）。</p>



<p>int mian（void）</p>



<p>{ int a[10]={1,2,3,4,5,6,7,8,9,10},*p=&amp;a[3],*q=p+2;</p>



<p>&nbsp;printf(“%d\n”,*p+*q);</p>



<p>return 0;</p>



<p>}</p>



<p>A.16&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; B.10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C.8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; D.6</p>



<p>20、下列程序段的输出结果是（<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">C</mark>）。</p>



<p>int main(void)</p>



<p>{&nbsp; int m,k=0,s=0;</p>



<p>&nbsp; for(m=1;m&lt;=4;m++){</p>



<p>&nbsp;&nbsp;&nbsp; switch(m%4){</p>



<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case 0;</p>



<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case 1:s+=m;break;</p>



<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case 2:</p>



<p>&nbsp;&nbsp;&nbsp; case 3:s-=m;break;}</p>



<p>&nbsp;&nbsp;&nbsp; k+=s;</p>



<p>}</p>



<p>printf(“%d”,k);</p>



<p>return 0;</p>



<p>}</p>



<p>A.10&nbsp;&nbsp;&nbsp;&nbsp; B.-2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C.-4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; D.-12</p>



<p>二、程序分析题（共10小题，每小题3分，共30分）</p>



<p>1、下列程序段的输出结果是       <mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">10 </mark>         。</p>



<p>#include &lt;stdio.h&gt;</p>



<p>int main(void)</p>



<p>{</p>



<p>int i, s=0;</p>



<p>for(i=1; i&lt;10; i=i+2)</p>



<p>s=i+1;</p>



<p>printf("%d\n",s);</p>



<p>return 0;</p>



<p>}</p>



<p>2、下列程序段的输出结果是  <mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">1#2#3#</mark>               。</p>



<p>#include &lt;stdio.h&gt;</p>



<p>int main(void)</p>



<p>{</p>



<p>&nbsp;&nbsp;&nbsp; int num=0;</p>



<p>&nbsp;&nbsp;&nbsp; while(num&lt;6){</p>



<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; num++;</p>



<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if(num==4) break;</p>



<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; printf("%d#", num);</p>



<p>&nbsp;&nbsp;&nbsp; }</p>



<p>}</p>



<p>3、下列程序段的输出结果是    <mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color"> onetwo</mark>            。</p>



<p>#include &lt;stdio.h&gt;</p>



<p>int main(void)</p>



<p>{</p>



<p>&nbsp;&nbsp;&nbsp; int k=16;</p>



<p>&nbsp;&nbsp;&nbsp; switch(k%3){</p>



<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case 0: printf("zero");</p>



<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case 1: printf("one");</p>



<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case 2: printf("two");</p>



<p>&nbsp;&nbsp;&nbsp; }</p>



<p>}</p>



<p>4、下列程序段的输出结果是    <mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">1，2</mark>             。</p>



<p>#include &lt;stdio.h&gt;</p>



<p>void&nbsp; swap1(int a, int b)</p>



<p>&nbsp;{&nbsp; int c=a;</p>



<p>&nbsp;&nbsp; a=b;</p>



<p>&nbsp;&nbsp;&nbsp; b=c;</p>



<p>&nbsp;}</p>



<p>int main(void)</p>



<p>&nbsp;{ int x=1,y=2;</p>



<p>&nbsp;&nbsp;&nbsp; swap1(x,y);</p>



<p>&nbsp;&nbsp;&nbsp; printf(“%d,%d”,x,y);</p>



<p>return 0；</p>



<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</p>



<p>5、下列程序段的输出结果是       <mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">3</mark>          。</p>



<p>#include &lt;stdio.h&gt;</p>



<p>int main(void)</p>



<p>{</p>



<p>&nbsp;&nbsp;&nbsp; int a=1, b=-1, c=3;</p>



<p>&nbsp;&nbsp;&nbsp; if(a&lt;b){</p>



<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if(b&lt;0)</p>



<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; c=0;</p>



<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else</p>



<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; c++;</p>



<p>&nbsp;&nbsp;&nbsp; }</p>



<p>&nbsp;&nbsp;&nbsp; printf("%d\n",c);</p>



<p>}</p>



<p>6、下列程序段的输出结果是  <mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">Thank#you！</mark>               。</p>



<p>#include &lt;stdio.h&gt;</p>



<p>int main(void)</p>



<p>{</p>



<p>&nbsp;&nbsp;&nbsp; char b[]="Thank you!";</p>



<p>&nbsp;&nbsp;&nbsp; b[5]='#';</p>



<p>&nbsp;&nbsp;&nbsp; printf("%s\n",b);</p>



<p>&nbsp;&nbsp;&nbsp; return 0;</p>



<p>}</p>



<p>7、下列程序段的输出结果是   <mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">-5，-12，-7</mark>              。</p>



<p>#include &lt;stdio.h&gt;</p>



<p>void sub(int x, int y, int *z)</p>



<p>{</p>



<p>&nbsp;&nbsp;&nbsp; *z=y-x;</p>



<p>}</p>



<p>int main(void)</p>



<p>{</p>



<p>&nbsp;&nbsp;&nbsp; int a, b, c;</p>



<p>&nbsp;&nbsp;&nbsp; sub(10, 5, &amp;a);</p>



<p>&nbsp;&nbsp;&nbsp; sub(7, a, &amp;b);</p>



<p>&nbsp;&nbsp;&nbsp; sub(a, b, &amp;c);</p>



<p>&nbsp;&nbsp;&nbsp; printf("%d,%d,%d\n", a, b, c);</p>



<p>&nbsp;&nbsp;&nbsp; return 0;</p>



<p>}</p>



<p>8、下列程序段的输出结果是    <mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">3，2</mark>             。</p>



<p>#include &lt;stdio.h&gt;</p>



<p>int main(void)</p>



<p>{ int a=2,b=3;</p>



<p>&nbsp; a=a+b;</p>



<p>b=a-b;</p>



<p>a=a-b;</p>



<p>printf(“%d,%d\n”,a,b);</p>



<p>return 0;</p>



<p>}</p>



<p>9、下列程序段的输出结果是        <mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">9 </mark>        。</p>



<p>#include &lt;stdio.h&gt;</p>



<p>int main(void)</p>



<p>{</p>



<p>&nbsp;&nbsp;&nbsp; int i=5, j=0;</p>



<p>&nbsp;&nbsp;&nbsp; do{</p>



<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; j=j+i;</p>



<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; i--;</p>



<p>&nbsp;&nbsp;&nbsp; } while(i&gt;3);</p>



<p>&nbsp;&nbsp;&nbsp; printf("%d\n",j);</p>



<p>}</p>



<p>10、下列程序段的输出结果是       <mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color"> 6 </mark>        。</p>



<p>#include &lt;stdio.h&gt;</p>



<p>int fun3(int x)</p>



<p>{</p>



<p>&nbsp;&nbsp;&nbsp; static int a=3;</p>



<p>&nbsp;&nbsp;&nbsp; a+=x;</p>



<p>&nbsp;&nbsp;&nbsp; return(a);</p>



<p>}</p>



<p>int main(void)</p>



<p>{</p>



<p>&nbsp;&nbsp;&nbsp; int k=2, m=1, n;</p>



<p>&nbsp;&nbsp;&nbsp; n=fun3(k); n=fun3(m);</p>



<p>&nbsp;&nbsp;&nbsp; printf("%d\n", n);</p>



<p>&nbsp;&nbsp;&nbsp; return 0;</p>



<p>}</p>



<p>三、程序填空题（共5小题，每小题2分，共10分）</p>



<p>1、下面的程序计算函数fun（n）=f（0）+f（1）+……+f（n）的值，其中f（x）=x<sup>2</sup>+x。请填空。</p>



<p>int fun（int n）；</p>



<p>int f（int x）；</p>



<p>int main（void）</p>



<p>{ printf（”The sum=%d\n”,fun(100）);</p>



<p>&nbsp; return 0;</p>



<p>}</p>



<p>int fun(int n)</p>



<p>{  int x,    <mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color"> s</mark>    ;</p>



<p>&nbsp;&nbsp; for(x=0;x&lt;=n;x++)</p>



<p>          <mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">  s+=f(x)</mark>     ;</p>



<p>&nbsp;&nbsp;&nbsp; return s;</p>



<p>}</p>



<p>int f(int x)</p>



<p>{&nbsp;</p>



<p>   return       <mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">x*x+x </mark>   ;</p>



<p>}</p>



<p>2、以下程序求任意实数的最大值和最小值。请填空。</p>



<p>main（）</p>



<p>{ int i；</p>



<p>&nbsp;&nbsp;float a[10],max,min;</p>



<p>&nbsp; for(i=0;i&lt;10;i++)</p>



<p>&nbsp;&nbsp; scanf(“%f”,&amp;a[i]);</p>



<p>&nbsp; max=min=a[0];</p>



<p>&nbsp; for(i=1;i&lt;10;i++)</p>



<p>    {if(max&lt;a[i])   <mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">max=a[i]</mark>    ;</p>



<p>     if(min>a[i])  <mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-cyan-blue-color">  min=a[i] </mark>   ;</p>



<p>&nbsp;&nbsp;&nbsp;&nbsp; }</p>



<p>&nbsp; printf(“最大值=%f\n”,max);</p>



<p>&nbsp; printf(“最小值=%f\n”,min);</p>



<p>}</p>



<p>四、程序设计题（共2小题，每小题10分，共20分）</p>



<p>1、分段计算居民水费。为了完善分段计算水费的程序，现将居民应交税费y(元)与月用水量x(吨)的函数关系式修正如下，并编程实现。</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="262" height="90" src="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-26.png" alt="" class="wp-image-1667"/><figcaption class="wp-element-caption">题目配图</figcaption></figure>
</div>


<p>参考答案，请自己修改合适的变量名（usedWater,summary)或自行优化。</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="909" height="608" src="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-25.png" alt="" class="wp-image-1666" srcset="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-25.png 909w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-25-300x201.png 300w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-25-768x514.png 768w" sizes="auto, (max-width: 909px) 100vw, 909px" /><figcaption class="wp-element-caption">第一题参考代码</figcaption></figure>
</div>


<p>2、从键盘输入一批学生的成绩，计算平均成绩，并统计不及格学生的人数。</p>



<p>参考答案，请自己修改合适的变量名（studentCount,unPassedCount,sumScore,avgScore)或自行优化。</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="909" height="547" src="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-24.png" alt="" class="wp-image-1665" srcset="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-24.png 909w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-24-300x181.png 300w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-24-768x462.png 768w" sizes="auto, (max-width: 909px) 100vw, 909px" /><figcaption class="wp-element-caption">第二题参考代码</figcaption></figure>
</div>]]></content:encoded>
					
					<wfw:commentRss>https://www.leexinghai.com/aic/h21220-%e9%9a%8f%e5%a0%82%e7%bb%83%e4%b9%a0/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>H21218D-超星练习</title>
		<link>https://www.leexinghai.com/aic/h21218d-%e8%b6%85%e6%98%9f%e7%bb%83%e4%b9%a0/</link>
					<comments>https://www.leexinghai.com/aic/h21218d-%e8%b6%85%e6%98%9f%e7%bb%83%e4%b9%a0/#respond</comments>
		
		<dc:creator><![CDATA[李星海]]></dc:creator>
		<pubDate>Sun, 18 Dec 2022 02:30:16 +0000</pubDate>
				<category><![CDATA[模拟与数字电路]]></category>
		<guid isPermaLink="false">https://aic.leexinghai.com/?p=1656</guid>

					<description><![CDATA[三道题，最近比较忙，参考了其他同学的解法，数据不一定准确。]]></description>
										<content:encoded><![CDATA[
<p>三道题，最近比较忙，参考了其他同学的解法，数据不一定准确。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="724" height="1024" src="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/练习3_页面_1-724x1024.jpg" alt="" class="wp-image-1657" srcset="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/练习3_页面_1-724x1024.jpg 724w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/练习3_页面_1-212x300.jpg 212w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/练习3_页面_1-768x1086.jpg 768w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/练习3_页面_1-1086x1536.jpg 1086w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/练习3_页面_1-1448x2048.jpg 1448w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/练习3_页面_1.jpg 1654w" sizes="auto, (max-width: 724px) 100vw, 724px" /><figcaption class="wp-element-caption">第1题-题目与解答</figcaption></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="724" height="1024" src="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/练习3_页面_2-724x1024.jpg" alt="" class="wp-image-1658" srcset="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/练习3_页面_2-724x1024.jpg 724w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/练习3_页面_2-212x300.jpg 212w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/练习3_页面_2-768x1086.jpg 768w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/练习3_页面_2-1086x1536.jpg 1086w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/练习3_页面_2.jpg 1100w" sizes="auto, (max-width: 724px) 100vw, 724px" /><figcaption class="wp-element-caption">第2题-题目与解答</figcaption></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="736" height="761" src="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-23.png" alt="" class="wp-image-1661" srcset="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-23.png 736w, https://www.leexinghai.com/aic/wp-content/uploads/2022/12/image-23-290x300.png 290w" sizes="auto, (max-width: 736px) 100vw, 736px" /><figcaption class="wp-element-caption">第3题-题目与解答</figcaption></figure>
</div>]]></content:encoded>
					
					<wfw:commentRss>https://www.leexinghai.com/aic/h21218d-%e8%b6%85%e6%98%9f%e7%bb%83%e4%b9%a0/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>K21017-实验报告册</title>
		<link>https://www.leexinghai.com/aic/k21017-%e5%ae%9e%e9%aa%8c%e6%8a%a5%e5%91%8a%e5%86%8c/</link>
					<comments>https://www.leexinghai.com/aic/k21017-%e5%ae%9e%e9%aa%8c%e6%8a%a5%e5%91%8a%e5%86%8c/#respond</comments>
		
		<dc:creator><![CDATA[李星海]]></dc:creator>
		<pubDate>Sat, 17 Dec 2022 03:34:24 +0000</pubDate>
				<category><![CDATA[模拟与数字电路]]></category>
		<guid isPermaLink="false">https://aic.leexinghai.com/?p=1651</guid>

					<description><![CDATA[没什么好说的，就是模拟与数字电路这门课整理为一套的实验报告册，数据不一定准确，特别是实验6-实验9，是参考了其 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>没什么好说的，就是模拟与数字电路这门课整理为一套的实验报告册，数据不一定准确，<strong>特别是实验6-实验9，是参考了其他同学的数值（疫情在家做不了实验）</strong>仅供参考。</p>



<p class="has-medium-font-size">还有，复制数据可以，<strong>不要把实验7和实验9的图也一起偷了，那是我自己画的</strong>。<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-green-cyan-color">画那几幅图，10分钟都不需要。</mark>如果我发现有人直接把我自己画的图也复制过去了，自己看着办。</p>



<div data-wp-interactive="core/file" class="wp-block-file"><object data-wp-bind--hidden="!state.hasPdfPreview" hidden class="wp-block-file__embed" data="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/放网上的.pdf" type="application/pdf" style="width:100%;height:600px" aria-label="嵌入 模拟与数字电路实验报告册"></object><a id="wp-block-file--media-ed32a80b-b599-46c8-8172-bb35a3e4c868" href="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/放网上的.pdf">模拟与数字电路实验报告册</a><a href="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/放网上的.pdf" class="wp-block-file__button wp-element-button" download aria-describedby="wp-block-file--media-ed32a80b-b599-46c8-8172-bb35a3e4c868">下载</a></div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.leexinghai.com/aic/k21017-%e5%ae%9e%e9%aa%8c%e6%8a%a5%e5%91%8a%e5%86%8c/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>H21202D-贪吃蛇大作战</title>
		<link>https://www.leexinghai.com/aic/h21202d-%e8%b4%aa%e5%90%83%e8%9b%87%e5%a4%a7%e4%bd%9c%e6%88%98/</link>
					<comments>https://www.leexinghai.com/aic/h21202d-%e8%b4%aa%e5%90%83%e8%9b%87%e5%a4%a7%e4%bd%9c%e6%88%98/#respond</comments>
		
		<dc:creator><![CDATA[李星海]]></dc:creator>
		<pubDate>Thu, 01 Dec 2022 23:55:29 +0000</pubDate>
				<category><![CDATA[程序设计基础课程综合实验]]></category>
		<guid isPermaLink="false">https://aic.leexinghai.com/?p=1623</guid>

					<description><![CDATA[实验项目二 贪吃蛇大战 [知识支撑点] (1)&#160; 如何创建地图。 (2)&#160; 如何使用链表结 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>实验项目二 贪吃蛇大战</p>



<p>[知识支撑点]</p>



<p>(1)&nbsp; 如何创建地图。</p>



<p>(2)&nbsp; 如何使用链表结构绘制字符蛇身。</p>



<p>(3)&nbsp; 如何用随机函数产生食物的方法。</p>



<p>(4)&nbsp; 如何读取文件记录游戏得分。</p>



<p>[实践目的]</p>



<p>（1）培养学生综合运用所学的知识，通过上机实践，提高分析和解决问题的能力。</p>



<p>（2）通过实践训练，提高学生在理论计算、结构设计、查阅设计资料、运用标准与规范编程能力。</p>



<p>[实验能力目标]</p>



<p>（1）能准确理解题目的内涵，对问题的分析、功能划分以及数据组织的能力。</p>



<p>（2）采用合适的解决方法，对问题进行分解，逐步求精。</p>



<p>（3）程序实现能力，能将问题分析，采用合适的数据表述、算法设计和程序调试，完成相应的程序设计。</p>



<p>[预习要求]</p>



<p>（1）基础知识：for循环、do……while循环、排序算法、递增、递减、结构体、switch……case分支结构、按格式输出、磁盘文件基本操作。</p>



<p>（2）函数：malloc申请内存空间、system()函数、fopen()函数、fclose()函数、feof()函数、fread()函数、fwrite()函数、strcmp函数()。</p>



<p>[项目实践目标要求]</p>



<p>该项目实践的目标要求如下：</p>



<p>(1) 实现友好的操作界面，字体和颜色显示清晰，界面排版美观。</p>



<p>(2) 实现业务功能：</p>



<p>1）&nbsp; 掌握游戏的逻辑设计：如、蛇撞墙、蛇咬到身体、得分增加的方法；</p>



<p>2）学会用虚拟键盘值控制游戏方向的操作；</p>



<p>3）蛇向前移动及清除尾节点的设计</p>



<p>（3）代码编写规范。</p>



<p>（4）功能使用测试流畅。</p>



<p></p>



<p><strong>这个搞起来要的时间久，事情多不想自己搞了，直接找了个源码放上来，供有需要的同学下载自行修改吧。</strong></p>



<p><strong>这个代码是有bug的，就是食物生成不了，如果有能解决的同学欢迎交流一下。</strong></p>



<p>作业代码下载</p>



<div class="wp-block-file"><a id="wp-block-file--media-74f50fdd-3565-4ab0-860d-c6da6a313019" href="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/贪吃蛇.7z">贪吃蛇</a><a href="https://www.leexinghai.com/aic/wp-content/uploads/2022/12/贪吃蛇.7z" class="wp-block-file__button wp-element-button" download aria-describedby="wp-block-file--media-74f50fdd-3565-4ab0-860d-c6da6a313019">下载</a></div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.leexinghai.com/aic/h21202d-%e8%b4%aa%e5%90%83%e8%9b%87%e5%a4%a7%e4%bd%9c%e6%88%98/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
