Skip to content
#

coursework

Here are 1,174 public repositories matching this topic...

lgd8981289
lgd8981289 commented Dec 5, 2020

介绍

标准的格式 可以帮助你更快的获取到 想要的答案,有利于提高大家的 沟通效率

所以定义 标准的问题格式 是一个非常重要的事情。

如果您想要 更快速 的获取到问题的答案,那么请 遵循 以下的问题模板。

模板

标题格式

可选的类型列表

  • 代码错误:你遇到了一个代码中的错误?
  • 发展困惑:你在学习、工作中遇到了一些困惑?
  • 视频改进:你希望对现有的视频进行一些改进?
  • 新的视频:你希望获取到新的教学视频?
  • 其他问题:以上都不是,我有其他的问题想要资讯?

问题类型 - 问题描述

举例:

代码错误 - Ajax 请求未返回正确的 responseXML

视频改进 - 第三章第五节讲述错误

good first issue
kklll
kklll commented Dec 7, 2018
/*
实验四  排序方法实践(2学时)
1、实验目的
通过本实验掌握排序的基本算法和过程以及查找的基本方法和过程。
2、实验内容
设计一个排序和查找系统。能够实现对给定的一组学生的借书证信息(如:卡号、姓名、系别、班号等)进行排序和查找。
1)按照卡号顺序进行排序;
2)能够实现查找某个系的所有的借书卡号并输出。
3、实验要求
(1)建立关于借书证信息结点的结构体;
(2)定义借书证信息的记录并录入基本信息;
(3)写出用某种排序算法(如冒泡排序)按关键字对记录进行排序的算法函数;
(4)对借书证信息的记录按系名建立索引查找结构;
(5)输入某个要查找的系名,用索引查找方法查找并输出该系的所有借书证信息。
*/
/*
编译环境 vs2017,排序。
*/
#include<stdio.h>
#include<stdlib.h>
#incl
good first issue
Advanced-Machine-Learning-Projects

[ETH Zurich] My projects for the module "Advanced Machine Learning" at ETH Zürich (Swiss Federal Institute of Technology in Zurich) during the academic year 2019-2020.

  • Updated Nov 22, 2020
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the coursework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the coursework topic, visit your repo's landing page and select "manage topics."

Learn more