登录
首页 » c » c语言编写学生成绩管理系统源代

c语言编写学生成绩管理系统源代

于 2022-02-20 发布 文件大小:1.67 kB
0 53
下载积分: 2 下载次数: 1

代码说明:

#include "stdio.h"      #include"string"      /*定义学生结构体*/      struct Student      {           char ID[20];           char Name[20];           float Mark1;           float Mark2;           float Mark3;           float Average;      };         /*声明学生数组及学生数量*/      struct Student students[1000];      int num=0;             /*求平均值*/      float Avg(struct Student stu)     

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • monituihuo
    一个模拟退火算法的c程序,大家可以一起来学习学习(C a simulated annealing process, we can study and learn together)
    2010-12-30 09:52:02下载
    积分:1
  • NRF24L01P--51-avr
    NRF24L01Information Program(NRF24L01 Information Program)
    2014-03-17 15:34:46下载
    积分:1
  • C# SelectionStart SelectionEnd时间段选择日历范例
    C# Calendar 时间段选择日历范例,可选择时间区间,调用 了C#中的SelectionStart SelectionEnd日期函数实现的功能,这个程序演示了两种功能:   1、获取控件当前的日期和时间   textBox1.Text = monthCalendar1.TodayDate.ToString();   2、时间起始段的选择:   通过SelectionStart属性获取用户选择的起始日期   textBox2.Text = monthCalendar1.SelectionStart.ToString();   通过SelectionEnd属性获取用户选择的结束日期   textBox3.Text = monthCalendar1.SelectionEnd.ToString();
    2022-08-15 10:37:28下载
    积分:1
  • dining-philosophers-varellow
    windows下使用多线程对哲学家就餐问题进行仿真(Dining philosophers problem algorithm simulation)
    2014-05-10 12:27:50下载
    积分:1
  • gps 命令列表
    Microchip的科技公司MCP3204 / 3208
    2022-05-25 22:21:55下载
    积分:1
  • 非常详细的数据挖掘聚类算法源代码供大家学习,Ver…
    很详细的数据挖掘聚类算法源代码,供大家学习,很有用-Very detailed data mining clustering algorithm source code for all to learn, very useful
    2023-05-10 09:35:03下载
    积分:1
  • ComRegist2000
    这是一个用VC编写的MSCOMM控件的注册安装示例工程源代码,对于单片机的上位机软件开发是一个不错的小工具(This is a prepared using VC control register MSCOMM sample project to install the source code for the MCU PC software development is a good gadget)
    2007-09-23 13:37:38下载
    积分:1
  • PASH-environmention
    详细分析了windows环境下PATH环境变量的配置方法,为程序的安装提供修改路径的前提。(Detailed analysis of the configuration of the PATH environment variable in windows environment, modify the path of the premise for the installation.)
    2012-05-21 12:49:15下载
    积分:1
  • ANO-MR-F1
    四轴飞行器程序,含陀螺仪姿态角显示及其控制,稳定易懂,运用PID算法,卡尔曼滤波(Four axis aircraft program, display containing gyro attitude and attitude control, stable and easy to understand, the use of PID algorithm, Calman filter)
    2015-02-04 11:23:01下载
    积分:1
  • HCTL-2032-Encoder
    1 两路编码器输入通道 2 采用专用编码器计数芯片完成计数工作 3 与上位机串口通讯(1 two-way encoder input channel 2 using a dedicated encoder chip count as counting work 3 serial communication with the host computer)
    2016-01-19 16:02:28下载
    积分:1
  • 696518资源总数
  • 104223会员总数
  • 35今日下载