GithubHelp home page GithubHelp logo

lessonchoose's Introduction

LessonChoose

这是一个由C语言写的选课系统,借此纪念大二的C语言的课程设计。

该作品使用的的数据结构为链表,界面有管理员和学生两个界面。管理员的密码默认为123。链表共有三条,一个为管理员放置的课程信息的链表,一个是放置学生信息的链表,且每位学生也带有一条链表,用来放置选课的课程信息。
管理员登录进入时候会变更到管理员的二级页面,可以进行相应的增删改查,在增加课表的时候会把课程信息记录到名为lesson的txt文件中。而从名为lessoninput的txt文件中录入相关的课程,相关课程只能录入三门。

管理员页面

而学生是需要进行注册和登录才可以进入二级页面,其中有相关的密码校验以及用户校验,详细自己体会。学生选课较为麻烦。

同时该作品也有相当的小bug,主要是影响客户的体验,(主要是懒没有调整 == )单纯放在github为了纪念。

lessonchoose's People

Contributors

kid1110 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.