登录
首页 » Education soft system » a student information management system. The MFC ODBC to be completed. The perfo...

a student information management system. The MFC ODBC to be completed. The perfo...

于 2022-03-21 发布 文件大小:75.20 kB
0 97
下载积分: 2 下载次数: 1

代码说明:

一个学生信息管理系统。用的是MFC ODBC来完成的。在成绩管理系统中,当查询到记录后要刷新,使所有的记录从新显示出来的话,如果系统中存在7000条记录的话,刷新一次的时间要20多秒钟,处理后,可以在用户查询后,在不到一秒中的时间内来完成刷新。另:用户名:good,密码:py-a student information management system. The MFC ODBC to be completed. The performance management system, when inquiries to the record to refresh so that all the records show that the new, and if there System 7000 record of the case, set a time of more than 20 seconds and processed, the user can inquiry, in less than one second of time to complete the update. Another : Username : good, Password : py

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

发表评论

0 个回复

  • 图书借阅管理系统 一、第一次运行弹出打开数据对话框,找到安装目录下的 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
  • VB database Profile : Student Information Management System. And a series of pro...
    VB 数据库 简介:学生信息管理系统! 以及一系列的程序 -VB database Profile : Student Information Management System. And a series of procedures
    2022-08-12 06:42:48下载
    积分:1
  • 利用java链表编写的小型图书馆图书管理系统,有加书,查书,还书,状态,退出等功能,系统还是不是很完善。...
    利用java链表编写的小型图书馆图书管理系统,有加书,查书,还书,状态,退出等功能,系统还是不是很完善。-Java linked list prepared by the use of small libraries library management system, has additional books, check books, books, status, withdraw from the other functions, the system is still not quite perfect.
    2022-03-06 02:04:26下载
    积分:1
  • 所有的图片,复杂的框架都没修饰,所有的程序代码精简。绝对精简版:) 前台index.asp可输入学号就可以查询该学生所有课程的成绩 后台login.a...
    所有的图片,复杂的框架都没修饰,所有的程序代码精简。绝对精简版:) 前台index.asp可输入学号就可以查询该学生所有课程的成绩 后台login.asp 管理用户:admin 管理密码:admin 功能: 1.添加单个成绩 2.批量添加成绩 3.通过搜索并修改与删除 4.直接修改 5.可以批量删除 6.可以直接GO到达你想到达的页 7.分页显示 8.代码精简 9.整合部分重复代码-all photographs, the complex framework no modification, all the code to streamline the procedures. Absolutely streamlined version : ) prospects index.asp learn to be imported, can check with the students all the courses achievements background login. asp management of user : admin password management : admin functions : 1. add two individual achievements. Batch added three results. search and amended with the deletion of four. 5 directly alter. can Batch delete 6. GO can reach you directly to the arrival of page 7. Pagination 8. code streamlining 9. integration of the partially reusable code
    2022-04-26 19:08:20下载
    积分:1
  • 主要功能说明: 1.用口令(密码)形式验证管理员身份(可输入三次),合法者可进入,否则程序结束。 2.有关功能说明 1)建立学生成绩表(模块...
    主要功能说明: 1.用口令(密码)形式验证管理员身份(可输入三次),合法者可进入,否则程序结束。 2.有关功能说明 1)建立学生成绩表(模块a) 建立新的学生成绩文件; 建立若干学生记录,包括姓名、学号、班级、课程编号、成绩。 2)添加学生记录(模块b) 在已存在的学生成绩文件中添加新记录。 3)删除学生记录(模块c) 在学生成绩文件中删除有三门课程不及格的学生记录; 删除前,逐条显示符合删除条件的学生姓名、成绩,确认后再删除。 4)修改学生信息(模块d) 输入学生学号,在学生成绩文件中找出该学生记录; 在屏幕上逐条显示该学生的各条记录; 每显示一条,询问是否修改,如果“Y”,输入修改后数据, 将文件原记录删除,保存新的记录; 5)按姓名和班级查找(模块e) 输入姓名显示相应信息。 6)信息统计(模块f) 同时按照班级和课程统计每门课程、每个班级的平均成绩,最高分、最低分; 在屏幕上先依次显示各门课程,对应的各个班级的统计数据。 7)退出信息管理系统,返回操作系统。-the main function of Explanation: 1. Using a password (password) formal verification as an administrator (can be entered three times), the legal person may enter, or end of the process. 2. The functional description 1) the establishment of student achievement table (module a) Create a new document student achievement The establishment of a number of student records, including name, student number, class, course number, results. 2) Add student
    2022-07-10 16:43:57下载
    积分:1
  • 用vb和access做的一套学生日常管理软件,很不错的,对于初学者是个很好的帮助。...
    用vb和access做的一套学生日常管理软件,很不错的,对于初学者是个很好的帮助。-with vb and access do students a day-to-day management software, very good, for beginners, is a very good help.
    2023-02-04 20:05:04下载
    积分:1
  • 网络图书管理系统
    网络图书管理系统-network library management system
    2023-08-14 00:55:03下载
    积分:1
  • 学生管理程序代码
    学生管理程序代码-students managed code
    2022-06-26 16:20:04下载
    积分:1
  • 学生信息管理程序,可进行删除,查找,搜索,排序等功能
    学生信息管理程序,可进行删除,查找,搜索,排序等功能-student information management procedures, can be deleted, search, search and sort functions
    2022-06-01 22:35:22下载
    积分:1
  • 通过实现经典的读者写者问题,巩固对线程及其同步机制的学习效果,加深对相关基本概念的理解,并学习如何将基本原理和实际设计有机的结合。...
    通过实现经典的读者写者问题,巩固对线程及其同步机制的学习效果,加深对相关基本概念的理解,并学习如何将基本原理和实际设计有机的结合。-through the realization of the classic problem of readers to write, and the consolidation of thread synchronization mechanism of the study results, related to deepen the understanding of basic concepts, and learn the basic principles of how to design and the actual organic combination.
    2022-01-25 20:56:11下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载