登录
首页 » matlab » 基于MATLAB的学生成绩管理系统

基于MATLAB的学生成绩管理系统

于 2020-07-04 发布
0 155
下载积分: 1 下载次数: 12

代码说明:

说明:  学生成绩管理与分析系统的统计功能与分析功能的实现:使用matlab中max函数、min函数、mean函数、std函数求最高分、最低分、平均分、本标准方差;使用sort函数对成绩从高到低进行排序,使用bar函数绘制直方图;使用pie函数绘制饼状图。(Student achievement management system based on MATLAB)

文件列表:

基于MATLAB的学生成绩管理系统\最终项目\chengji.xls, 19968 , 2012-06-01
基于MATLAB的学生成绩管理系统\最终项目\chengjichaxun.asv, 8844 , 2012-06-02
基于MATLAB的学生成绩管理系统\最终项目\chengjichaxun.fig, 8485 , 2012-06-02
基于MATLAB的学生成绩管理系统\最终项目\chengjichaxun.m, 8873 , 2012-06-02
基于MATLAB的学生成绩管理系统\最终项目\data.xls, 23552 , 2012-06-02
基于MATLAB的学生成绩管理系统\最终项目\dong.gif, 7870 , 2012-06-02
基于MATLAB的学生成绩管理系统\最终项目\dong.jpg, 159796 , 2012-05-31
基于MATLAB的学生成绩管理系统\最终项目\dong1.jpg, 84860 , 2012-06-02
基于MATLAB的学生成绩管理系统\最终项目\end.jpg, 207219 , 2012-06-02
基于MATLAB的学生成绩管理系统\最终项目\Login.asv, 8302 , 2012-05-30
基于MATLAB的学生成绩管理系统\最终项目\Login.fig, 3708 , 2012-07-12
基于MATLAB的学生成绩管理系统\最终项目\Login.m, 8310 , 2012-06-02
基于MATLAB的学生成绩管理系统\最终项目\Login1.jpg, 223484 , 2012-05-30
基于MATLAB的学生成绩管理系统\最终项目\untitled.asv, 13515 , 2012-05-31
基于MATLAB的学生成绩管理系统\最终项目\untitled.fig, 4072 , 2012-06-02
基于MATLAB的学生成绩管理系统\最终项目\untitled.m, 13950 , 2012-06-02
基于MATLAB的学生成绩管理系统\最终项目\untitledend.fig, 1020 , 2012-06-02
基于MATLAB的学生成绩管理系统\最终项目\untitledend.m, 3119 , 2012-06-02
基于MATLAB的学生成绩管理系统\项目说明书\基于MATLAB的学生管理与分析系统.doc, 664064 , 2020-04-18
基于MATLAB的学生成绩管理系统\最终项目, 0 , 2020-04-18
基于MATLAB的学生成绩管理系统\项目说明书, 0 , 2020-04-18
基于MATLAB的学生成绩管理系统, 0 , 2020-04-18

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

发表评论

0 个回复

  • Sketch
    说明:  学习用的,很简单的图形界面.它是一个简单的界面,加事件,以及2D的图形绘制的例子(the study, a very simple graphic interface. It is a simple interface, plus events, and the 2D graphic example)
    2005-12-01 22:28:59下载
    积分:1
  • graphene
    石墨烯的结构编程图,这是费了工作人员很长时间才完成的。(The figures of graphene)
    2013-09-23 09:09:03下载
    积分:1
  • hough
    说明:  Hough 变换,探测圆的半径,可以探知未知圆的半径和圆心(Hough transform, circle detection radius, you can explore the unknown circle radius and center)
    2008-09-20 07:59:50下载
    积分:1
  • SMYAOJ14
    实现三维对象的平移,旋转变换,以及投影变换,不错的(Realize 3 d object of translation, rotation transformation and projection transformation, good)
    2017-05-07 15:52:59下载
    积分:1
  • point3d
    直接运行TestMyCrust.m, 读取点云txt,或者直接加载mat文件 运行需要几分钟,耐心等待 完成后运行trianglenormal.m, 生成三角面片的法向量 运行完成得到tri.txt(组成三角面片的点的编号信息),trinormal.txt(每个三角面片法向量数值),diandian.txt(每个点云信息) 然后将三个数据当做stl_gen.exe的输入文件,得到trisuface.stl文件(run TestMyCrust.m, read point cloud file txt, or load mat file)
    2017-10-26 10:27:18下载
    积分:1
  • 三维重建
    说明:  三维重建是指对三维物体建立适合计算机表示和处理的数学模型,是在计算机环境下对其进行处理、操作和分析其性质的基础,也是在计算机中建立表达客观世界的虚拟现实的关键技术。(Three-dimensional reconstruction refers to the establishment of a mathematical model suitable for computer representation and processing of three-dimensional objects. It is the basis for processing, manipulating and analyzing their properties in the computer environment. It is also the key technology for establishing a virtual reality to express the objective world in the computer.)
    2020-06-16 05:20:02下载
    积分:1
  • jiankaixianxiechilun
    渐开线齿轮的齿廓三维建模,渐开线齿轮的齿廓三维建模(Involute tooth profile of the line gear three-dimensional modeling, three-dimensional modeling of involute tooth profile of the line gear)
    2012-07-19 23:34:42下载
    积分:1
  • 点云法向量
    说明:  基于matlab对三维点云的法向量进行求取,并进行朝向统一。(Based on MATLAB, the normal vector of three-dimensional point cloud is calculated, and the direction is unified.)
    2020-10-08 14:17:36下载
    积分:1
  • TwoDimensionGraphicConvert
    二维图形的变换,平移,翻转,尺度变换,反射对称,用MFC实现,这是别人的实现,我又给添加了既平移又反转的情况演示(two dimension graphic convert, translate ,rotation,scaling ,reflection symmetric, used by MFC implemented ,though other implement ,but i add the translate and rotation )
    2020-06-30 23:20:02下载
    积分:1
  • CAM_simulator_src
    一个老外写的车削数控仿真程序,有g代码编辑的(a foreigner was turning the NC simulation program, code editors g)
    2021-04-22 23:08:48下载
    积分:1
  • 696522资源总数
  • 104029会员总数
  • 31今日下载