登录
首页 » Education soft system » 学生信息管理系统.rar

学生信息管理系统.rar

于 2023-01-29 发布 文件大小:72.89 kB
0 206
下载积分: 2 下载次数: 1

代码说明:

学生信息管理系统.rar-student information management system. Rar

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

发表评论

0 个回复

  • 纯粹的图书管理系统,用VB实现,要是应付老师,你最好别弄的那么好吧,要是使用的话,这非常实用呢...
    纯粹的图书管理系统,用VB实现,要是应付老师,你最好别弄的那么好吧,要是使用的话,这非常实用呢-purely library management system, using VB, if meet the teachers, you get the best of the other All right, if used, it is very useful?
    2023-07-08 03:30:05下载
    积分:1
  • 用VC写的一个学生成绩管理系统,不通过数据库,直接用文本文件输出管理
    用VC写的一个学生成绩管理系统,不通过数据库,直接用文本文件输出管理- A student result management system management system writes which with VC, through the database, straight does not take over the use of the text documents output to manage
    2023-05-09 21:05:03下载
    积分:1
  • 图书借阅管理系统 一、第一次运行弹出打开数据对话框,找到安装目录下的 bookdata.dat , 单击打开即可。然后输入管理员的初始密码123...
    图书借阅管理系统 一、第一次运行弹出打开数据对话框,找到安装目录下的 bookdata.dat , 单击打开即可。然后输入管理员的初始密码123 二、安装过程中如有任何错误,请按忽略继续。安装后如不能运行,原因是您的计算机中缺少数据驱动程序,请访问http://www.olserver.com 查找并下载数据驱动程序。 也可以安装一份Office2000 一般都能解决问题。 三、您可以用Excel先录入图书资料,然后再导入到系统中,注意Excel的格式应采用Excel图书模版格式才能被导入,图书模版中,第1行ID不用录入,借出日期也不用录入。在用图书表模版时,请尝试用几个图书表模版(不同类不同图书号码段区分)分别录入图书信息,再逐一导入!-library management system for a loan, the first operational data pop open dialog and find the installation directory bookdata.dat, click Open can be. Then the administrator"s password 123 initial two, the installation process of any error by the continued neglect. After installation if not run, the reasons for your lack of computer data-driven procedures, please visit http://www.olserver.com find and download data-driven procedures. Also installed a Office2000 general can solve the problem. Three, you can use Excel first record books, and then imported into the system, to the Excel format should be used Excel template library format can be imported, te
    2022-01-28 09:15:41下载
    积分:1
  • 一个用纯c++编写的图书管理系统,功能还算齐全,特别小巧。...
    一个用纯c++编写的图书管理系统,功能还算齐全,特别小巧。-a pure c prepared by the library management system, functions fairly complete, particularly small.
    2022-01-30 15:47:09下载
    积分:1
  • 一套经典的学生管理系统,适合初学者学习用
    一套经典的学生管理系统,适合初学者学习用-A classic student management system, suitable for beginners to learn
    2022-01-26 03:40:59下载
    积分:1
  • 我用VB做的一个校园导游系统!界面友好,功能齐全。
    我用VB做的一个校园导游系统!界面友好,功能齐全。-I use VB to do a campus tour guide system. Friendly interface, complete functions.
    2023-03-28 10:30:03下载
    积分:1
  • Therefore, the development of such a set of management software become very nece...
    因此,开发这样一套管理软件成为很有必要的事情,在下面的各章中我们将以开发一套学生管理系统为例,谈谈其开发过程和所涉及到的问题及解决方法。 -Therefore, the development of such a set of management software become very necessary things, in the following chapters we will be developing a student management system as an example, talk about its development process and the implications of the problems and solutions.
    2022-01-25 17:33:19下载
    积分:1
  • 图书管理系统Rose实例的源代码
    图书管理系统Rose实例的源代码-library management system Rose examples of source code
    2023-04-26 22:50:02下载
    积分:1
  • School Management System V1.0 formal Enterprise Edition is designed for small an...
    学校管理系统 V1.0 正式企业版是一款面向中小型企业、个体私营企业,旨在实现企业管理信息化的企业管理软件。本系统采用管理员等级制管理,将管理人员分为高级、中级、普通三个等级,分别拥有不同的权限,各司其职,以便提高工作效率。 系统功能包括:学员管理、职工管理、信息查询、帐号管理、系统管理、统计分析等。-School Management System V1.0 formal Enterprise Edition is designed for small and medium-sized enterprises, individual and private enterprises, aimed at achieving enterprise management of enterprise information management software. The system administrator using hierarchical management, management staff will be divided into senior, intermediate, common grade 3, have different powers, duties well, in order to improve efficiency. System features include : management trainees, staff management, information inquiries, account management, system management, statistical analysis.
    2022-05-06 10:43:44下载
    积分:1
  • 系统时期时间的显示与设置 首先需构思怎样设计一个人机界面,然后利用学过的知识来完成题目的要求。在做本次课程设计的过程中需要用到字符串在屏幕上显示的原理,可以...
    系统时期时间的显示与设置 首先需构思怎样设计一个人机界面,然后利用学过的知识来完成题目的要求。在做本次课程设计的过程中需要用到字符串在屏幕上显示的原理,可以以‘$’结束字符串,用int 21h来显示字符串。在设计的过程中我们可以将屏幕上的每个功能用子程序来完成。同时在编写子程序之前我们需要调试每个子程序,调试成功后可以通过修改子程序合并到主程序中去,逐步完成。但时间显示子程序需要能动态的显示程序,可以用一个循环读取区系统时间来实现。-System during the time of display and setting
    2022-06-19 20:55:08下载
    积分:1
  • 696516资源总数
  • 106642会员总数
  • 12今日下载