-
Updated
Oct 25, 2019 - C++
coursework
Here are 1,243 public repositories matching this topic...
-
Updated
Jun 29, 2022 - Jupyter Notebook
-
Updated
Apr 10, 2022 - Python
-
Updated
Feb 22, 2018 - JavaScript
-
Updated
Apr 10, 2022
提问指南
-
Updated
Nov 11, 2020
-
Updated
Jul 24, 2020 - C++
-
Updated
Nov 29, 2018
-
Updated
Apr 13, 2018
-
Updated
Jan 2, 2022 - Jupyter Notebook
-
Updated
Aug 28, 2017 - MATLAB
-
Updated
Dec 20, 2017 - Cuda
-
Updated
Jul 28, 2017 - JavaScript
-
Updated
Apr 22, 2021 - HTML
-
Updated
Feb 19, 2017 - Python
-
Updated
Jun 6, 2018
-
Updated
Aug 10, 2019 - Jupyter Notebook
-
Updated
Jan 21, 2019 - Jupyter Notebook
李凯
/*
实验四 排序方法实践(2学时)
1、实验目的
通过本实验掌握排序的基本算法和过程以及查找的基本方法和过程。
2、实验内容
设计一个排序和查找系统。能够实现对给定的一组学生的借书证信息(如:卡号、姓名、系别、班号等)进行排序和查找。
1)按照卡号顺序进行排序;
2)能够实现查找某个系的所有的借书卡号并输出。
3、实验要求
(1)建立关于借书证信息结点的结构体;
(2)定义借书证信息的记录并录入基本信息;
(3)写出用某种排序算法(如冒泡排序)按关键字对记录进行排序的算法函数;
(4)对借书证信息的记录按系名建立索引查找结构;
(5)输入某个要查找的系名,用索引查找方法查找并输出该系的所有借书证信息。
*/
/*
编译环境 vs2017,排序。
*/
#include<stdio.h>
#include<stdlib.h>
#incl-
Updated
Feb 3, 2018 - Java
-
Updated
Dec 22, 2019 - C++
-
Updated
Nov 22, 2020 - Jupyter Notebook
-
Updated
Oct 22, 2018 - TypeScript
-
Updated
Oct 20, 2020 - Jupyter Notebook
-
Updated
Oct 2, 2020 - C
-
Updated
Feb 17, 2021 - Python
Improve this page
Add a description, image, and links to the coursework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the coursework topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

介绍
标准的格式 可以帮助你更快的获取到 想要的答案,有利于提高大家的 沟通效率 。
所以定义 标准的问题格式 是一个非常重要的事情。
如果您想要 更快速 的获取到问题的答案,那么请 遵循 以下的问题模板。
模板
标题格式
问题类型 - 问题描述
举例:
你