上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 37 下一页
摘要: 1.从未排序序列中依次取出元素与已排序序列中的元素进行比较,将其放入已排序序列的正确位置上的方法,这种排序方法称为( 插入排序)。 插入排序基本思想:每一步将一个待排序的数据插入到前面已经排好序的有序序列中,直到插完所有元素为止。 插入排序的代码实现: void StraightSort(int * 阅读全文
posted @ 2023-12-15 15:11 艾鑫4646 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 一、 实验目的 掌握哈希表 二、 实验内容 实验题目 线性探测法的查找函数 整型关键字的散列映射 三、 设计文档 1. 2. 四、 源程序 1. Position Find( HashTable H, ElementType Key ) { int flag=0; Position p,q; p=H 阅读全文
posted @ 2023-12-15 13:00 艾鑫4646 阅读(37) 评论(0) 推荐(0) 编辑
摘要: how to measures solutions address the importance of speaking ability and how to develop it. As the rapid development of globalization,it is of great n 阅读全文
posted @ 2023-12-12 22:59 艾鑫4646 阅读(27) 评论(0) 推荐(0) 编辑
摘要: In the modern society,在现代社会 In the modernized world,在现代化社会 With the giant leap (巨大的跳跃)of technology ,econom,society With the rapid globalization(全球化) 阅读全文
posted @ 2023-12-12 22:32 艾鑫4646 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 第一句with the rapid development of `````(economy/society/techonology/cultrue),it is of great necessity for sb(students,residents,citizens,youngsters) to 阅读全文
posted @ 2023-12-12 22:06 艾鑫4646 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 1 引言 1.1编写目的 本软件设计说明书的主要目的在于提供关于“会员管理系统”的详细设计信息,以便于开发团队能够按照规范和要求进行系统开发。此文档的预期读者范围包括软件开发人员、系统架构师、测试人员以及其他与系统开发相关的利益相关者。 1.2项目背景 1.2.1 软件系统的名称 会员管理系统 1. 阅读全文
posted @ 2023-12-10 18:27 艾鑫4646 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 一 实验目的 l 了解系统物理体系结构模型和表示方法; l 了解部署图的概念及其在系统设计中的作用; l 掌握使用Rational Rose绘制部署图的方法; 二 实验环境及实验准备 l 所需硬件环境为微机; l 所需软件环境为Rational Rose、Miscrosoft Word等; l 熟悉 阅读全文
posted @ 2023-12-10 18:27 艾鑫4646 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-12-10 14:29 艾鑫4646 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-12-10 14:25 艾鑫4646 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-12-10 14:23 艾鑫4646 阅读(7) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 37 下一页