KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
student_message
★ 10
Open GitHub ↗
面向对象学习小项目,学生信息管理系统
Download README (.md)
Explore Similar Repositories
LittleWheelsESC
:
An open source arduino based ESC project for 12v to 24v kids ride-on toys
deepspeech-pt-br-scripts
:
DEPRECATED - Scripts and tools used to train pt-BR models for DeepSpeech
Unity_TCP
:
async/await TCP socket implementation for Unity3d.
cgsf2019
:
cgsf visual studio 2019 version
CVE-2017-17562
:
Standalone Python 3 exploit for CVE-2017-17562
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
student_message
?
Download (.md)
[TOC] # 学生管理系统 ##主要功能 1. 添加学生 2. 显示学生 3. 删除学生 4. 修改学生 5. 按照成绩升序显示学生 ## 模块说明: ### UI 视图模块,负责在控制界面的视图部分,已经选择与功能之间的链接 ### bll 学生管理系统的逻辑处理 ### model 管理系统的数据存储模块 ## 编者留: 此作品是编者在学习python时练习面向对象的练习作品,这个作品的模板也在我后续的小作品中多次使用,在熟悉面向对象思想的过程中,也熟悉语法的使用。