当前位置:网站首页>C language teacher workload management system

C language teacher workload management system

2022-06-27 16:20:00 _ Programming_

C Language teacher workload management system

17、 Teacher workload management system
Calculate the total workload of each teacher in a semester .( The information of a teacher's single teaching task is : Teachers'
Number 、 full name 、 Gender 、 The title 、 Teaching course 、 class 、 Number of classes 、 Theoretical class 、 Experiment class 、 Total class hours of a single teaching task )

A、 Teacher information processing
(1) Input the teaching information of the teacher , Including the teacher number 、 full name 、 Gender 、 The title 、 Teaching course 、 class 、 Number of classes 、 Theoretical class 、 Experiment class .
(2) Insert ( modify ) Teachers' teaching information :
(3) Delete teacher teaching information :
(4) Browse the teaching information :

B、 Teacher workload data processing
(1) Calculate the total class hours of a single teaching task . The calculation principle is shown in the following table :

Number of classes Total class hours of a single teaching task
2 1.5*( Theoretical class + Experiment class )
3 2*( Theoretical class + Experiment class )

=4 2.5*( Theoretical class + Experiment class )

(2) Calculate the total teaching workload of a teacher in a semester . Total teaching workload = Sum of total class hours of all individual teaching tasks .
(3) Teacher data query :
Tips : Enter the teacher number or other information , That is, read out all data information , And show it .

C、 Teachers' comprehensive information output
Tips : Output teacher information to the screen .
( The linked list is required to realize )

Source download

link :https://pan.baidu.com/s/1JJs9vbZahUCB6cQvXLgAVg?pwd=1111
Extraction code :1111

原网站

版权声明
本文为[_ Programming_]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/178/202206271543202980.html