登录
首页 » 数据结构 » 学籍管理系统软件,使教学人员及操作者进行学籍管理,方便操作者随时添加、查询、修改,使工作人员从繁琐的填表,查表工作中解放出来;使供需双方都获得满意的结果;促进报...

学籍管理系统软件,使教学人员及操作者进行学籍管理,方便操作者随时添加、查询、修改,使工作人员从繁琐的填表,查表工作中解放出来;使供需双方都获得满意的结果;促进报...

于 2023-01-14 发布 文件大小:5.37 MB
0 208
下载积分: 2 下载次数: 1

代码说明:

学籍管理系统软件,使教学人员及操作者进行学籍管理,方便操作者随时添加、查询、修改,使工作人员从繁琐的填表,查表工作中解放出来;使供需双方都获得满意的结果;促进报表、统计数字的规范化;提高工作效率;降低学籍管理维护费用,提高行政工作效率,改善服务质量,为学校领导决策提供支持,该软件的设计目标尽量达到人力与设备的节省,并且处理数据的速度提高。-Grade Management System software to enable the operator to conduct teaching staff and student status management, helping the operator at any time to add, query, modify, so that staff from the tedious filling, look-up table work, freed so that supply and demand both sides to obtain satisfactory results the promotion of reports, statistics, standardization improve work efficiency student status management to reduce maintenance costs, improve administrative efficiency and improve service quality, school leadership to support decision-making, the software is designed to reach as far as possible to save manpower and equipment, and processing data increase the speed.

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

发表评论

0 个回复

  • 一个解码的类,常用在条形码的解码中,是老外写的比较实用...
    一个解码的类,常用在条形码的解码中,是老外写的比较实用-a decoder category, commonly used in bar code decoding, the foreigner is more practical writing
    2022-01-25 19:50:48下载
    积分:1
  • 造一个图 用邻接矩阵存储 然后用分别普利姆算法和克努斯卡尔算法造其最小生成树...
    先构造一个图 用邻接矩阵存储 然后用分别普利姆算法和克努斯卡尔算法构造其最小生成树-First construct a map with the adjacency matrix is stored separately plym algorithm and then construct the minimum spanning tree algorithm克努斯卡尔
    2023-08-02 07:00:03下载
    积分:1
  • Data structure to solve the problem in the maze, the maze problem. Vcproj This i...
    数据结构中迷宫问题的求解,迷宫问题.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 迷宫问题.cpp 这是主应用程序源文件。 StdAfx.h, StdAfx.cpp 这些文件用于生成名为 迷宫问题.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。 -Data structure to solve the problem in the maze, the maze problem. Vcproj This is using an application wizard to generate the VC++ project the main project document. It contains the document to generate Visual C++ version information, as well as applications relating to the use of the wizard select the platform, configuration and project features. Maze problem. Cpp This is the main application source file. StdAfx.h, StdAfx.cpp these files used to generate a maze called the question. Pch precompiled header (PCH) files and named StdAfx.obj type of pre-compiled files.
    2022-06-21 21:34:29下载
    积分:1
  • 一本很好的库文档, PostgreSQL 8.0.0 中文文档。
    一本很好的数据库文档, PostgreSQL 8.0.0 中文文档。-PostgreSQL
    2022-01-22 14:02:47下载
    积分:1
  • 练习共18道。
    数据结构练习共18道。-data structure to practice a total 18.
    2022-02-16 03:06:05下载
    积分:1
  • 加油站管理系统
    1.Src目录 加油站管理系统的源代码,是用VisualC++6开发; 2.Bin目录 加油站管理系统的可执行程序; 3.Database目录 加油站管理系统所用到的数据库,运行加油站管理系统之前请先使用SQL Server 2000的查询分析器创建此数据库。在SQL SERVER2000的查询分析器中打开sql目录中的"加油站管理系统数据库.txt"文件,全选所有代码后按下F5运行创建运行本程序所需要的数据库。具体请参考书中《4.2.1节 分析、执行SQL语句》。 4.创建数据库后默认的登陆用户可以是:账号1,密码999。 5.运行程序前需要在SQL SERVER2000的企业管理器中将用户sa的密码设置为空。选择《企业管理器》中的《安全性》中的《登录》,双击sa设置
    2022-10-09 17:55:03下载
    积分:1
  • 1.定义图的。 2.编写函,用邻接表实现图的存储,求图的顶点的度。 3.编写函,输出图的遍历序列。...
    1.定义图的数据结构。 2.编写函数,用邻接表实现图的存储结构,求图的顶点的度数。 3.编写函数,输出图的遍历序列。-1. The definition of graph data structure. 2. Write a function, using adjacency list implementation diagram of the storage structure, find the vertex of degree. 3. Write a function, the output graph traversal sequence.
    2022-02-13 12:01:18下载
    积分:1
  • 三道几何题:hdu 1007、hdu 2289、poj 3714
    三道几何题:hdu 1007、hdu 2289、poj 3714-Three geometry question: hdu 1007, hdu 2289, poj 3714
    2022-02-15 06:47:15下载
    积分:1
  • RMQ的st算法,两道题,一个是一维的,一个是二维的
    RMQ的st算法,两道题,一个是一维的,一个是二维的-RMQ the st algorithm, two questions, one is one-dimensional, and one is two-dimensional
    2022-07-12 03:53:26下载
    积分:1
  • Written in C language string handling methods based on the data structure prepar...
    C 语言写的字符串处理方法 依据数据结构的方法编写的关于串处理的各个函数-Written in C language string handling methods based on the data structure prepared by the various string handling functions
    2022-08-15 07:41:41下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载