当前位置:网站首页>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
边栏推荐
- Luogu_ P1008 [noip1998 popularization group] triple strike_ enumeration
- 一场分销裂变活动,不止是发发朋友圈这么简单!
- #yyds干货盘点# 解决剑指offer:二叉树中和为某一值的路径(三)
- 【牛客刷题】NowCoder号称自己已经记住了1-100000之间所有的斐波那契数。 为了考验他,我们随便出一个数n,让他说出第n个斐波那契数。如果第n个斐波那契大于6位则只取后6位。
- Hongmeng makes efforts! HDD Hangzhou station · offline salon invites you to build ecology
- 开源二三事|ShardingSphere 与 Database Mesh 之间不得不说的那些事
- Solving Poisson equation by tensorflow
- ORM表关系及操作
- Raspberry pie preliminary use
- Basic configuration and usage of Jupiter notebook
猜你喜欢
Centos8 PostgreSQL initialization error: initdb: error: invalid locale settings; check LANG and LC_* environment
3.3 one of the fixed number of cycles
Construction and management practice of ByteDance buried point data flow
Luogu_ P1003 [noip2011 improvement group] carpet laying_ Violence enumeration
EMQ helps Qingdao Yanbo build a smart water platform
域名绑定动态IP最佳实践
Sigkdd22 | graph generalization framework of graph neural network under the paradigm of "pre training, prompting and fine tuning"
Li Chuang EDA learning notes 16: array copy and array distribution
熊市慢慢,Bit.Store提供稳定Staking产品助你穿越牛熊
Four characteristics of transactions
随机推荐
Scrapy framework (I): basic use
tensorflow求解泊松方程
Domain name binding dynamic IP best practices
Practice of constructing ten billion relationship knowledge map based on Nebula graph
关于VS2019C#如何建立登陆界面输入的用户名和密码需与Access数据库的记录相匹配
Logstash excludes specific files or folders from collecting report log data
3.4 fixed number of cycles II
[pyGame games] this "eat everything" game is really wonderful? Eat them all? (with source code for free)
利用Redis实现订单30分钟自动取消
If you want to use DMS to handle database permissions, can you only use Alibaba cloud ram accounts (Alibaba cloud RDS)
LeetCode每日一练(杨辉三角)
About tensorflow using GPU acceleration
OpenSSF安全计划:SBOM将驱动软件供应链安全
Introduce you to ldbc SNB, a powerful tool for database performance and scenario testing
防火墙基础之源NAT地址转换和服务器映射web页面配置
机械硬盘和ssd固态硬盘的原理对比分析
Vulnerability recurrence ----- 34. Yapi remote command execution vulnerability
List转Table
开源二三事|ShardingSphere 与 Database Mesh 之间不得不说的那些事
16 -- remove invalid parentheses