登录
首页 » Visual C++ » database

database

于 2020-11-06 发布
0 288
下载积分: 1 下载次数: 1

代码说明:

说明:  济南中学学生信息管理系统,MFC实现,包括 基本信息管理(科室信息管理,科目信息管理,教师信息管理,班级信息管理,班级信息设置,考试类别设置),学生管理(学生信息管理,学生成绩录入,成绩等级设置,学生违规处理),查询管理(学生信息查询,学生成绩报表,学生违规查询),系统管理(用户管理,退出系统)和帮助(系统帮助,关于系统)。(Ji'nan middle school student information management system, MFC implementation, including the basic information management (Department of information management, course information management, teacher information management, class information management, class information, examination category), student management (student information management, student achievement entry, grade setting, students illegal processing), query (student management information query, student achievement report, students), illegal inquiries system management (user management, exit the system and help (help) system, a system).)

文件列表:

database\tb_student.ldf
database\tb_student.mdf
database\源程序\Classinfodlg.cpp
database\源程序\Classinfodlg.h
database\源程序\Classinfoset.cpp
database\源程序\Classinfoset.h
database\源程序\Class_subjectinfodlg.cpp
database\源程序\Class_subjectinfodlg.h
database\源程序\Class_subjectset.cpp
database\源程序\Class_subjectset.h
database\源程序\Contents.hhc
database\源程序\DF.cpp
database\源程序\DF.h
database\源程序\DllHeader.h
database\源程序\Examinfo_submarkdlg.cpp
database\源程序\Examinfo_submarkdlg.h
database\源程序\Examinfo_submarkset.cpp
database\源程序\Examinfo_submarkset.h
database\源程序\Examkinddlg.cpp
database\源程序\Examkinddlg.h
database\源程序\Examkindset.cpp
database\源程序\Examkindset.h
database\源程序\excel9.cpp
database\源程序\excel9.h
database\源程序\ExternDllHeader.h
database\源程序\Grade_levelinfodlg.cpp
database\源程序\Grade_levelinfodlg.h
database\源程序\Grade_levelset.cpp
database\源程序\Grade_levelset.h
database\源程序\htmlhelp.h
database\源程序\htmlhelp.lib
database\源程序\Index.hhk
database\源程序\InfoStudent.cpp
database\源程序\InfoStudent.h
database\源程序\Input_regbreakdlg.cpp
database\源程序\Input_regbreakdlg.h
database\源程序\Log1.log
database\源程序\Login.cpp
database\源程序\Login.h
database\源程序\LoginSet.cpp
database\源程序\LoginSet.h
database\源程序\mystudentreport.xls
database\源程序\mystudentreport_sorted.xls
database\源程序\mystudentsys.aps
database\源程序\mystudentsys.clw
database\源程序\mystudentsys.cpp
database\源程序\mystudentsys.dsp
database\源程序\mystudentsys.dsw
database\源程序\mystudentsys.h
database\源程序\mystudentsys.ncb
database\源程序\mystudentsys.opt
database\源程序\mystudentsys.plg
database\源程序\mystudentsys.rc
database\源程序\mystudentsysDlg.cpp
database\源程序\mystudentsysDlg.h
database\源程序\Officeinfodlg.cpp
database\源程序\Officeinfodlg.h
database\源程序\officeset.cpp
database\源程序\officeset.h
database\源程序\ReadMe.txt
database\源程序\Regbreak_finddlg.cpp
database\源程序\Regbreak_finddlg.h
database\源程序\Regbrreakinfoset.cpp
database\源程序\Regbrreakinfoset.h
database\源程序\Reportdlg.cpp
database\源程序\Reportdlg.h
database\源程序\res\42.ico
database\源程序\res\ace.bmp
database\源程序\res\bmp00001.bmp
database\源程序\res\bmp00002.bmp
database\源程序\res\bmp00003.bmp
database\源程序\res\bmp00004.bmp
database\源程序\res\hua.bmp
database\源程序\res\mystudentsys.ico
database\源程序\res\mystudentsys.rc2
database\源程序\res\Thumbs.db
database\源程序\res\toolbar.bmp
database\源程序\res\toolbar1.bmp
database\源程序\res\toolbar_.bmp
database\源程序\res\按钮.bmp
database\源程序\resource.h
database\源程序\RxDll.dll
database\源程序\SkinHook.h
database\源程序\SkinLib.dll
database\源程序\SkinLib.lib
database\源程序\SoftCrystal.ssk
database\源程序\StdAfx.cpp
database\源程序\StdAfx.h
database\源程序\Studentinfoset.cpp
database\源程序\Studentinfoset.h
database\源程序\studentinfosyshelp.chm
database\源程序\studentinfosyshelp.hhp
database\源程序\Studentinfo_finddlg.cpp
database\源程序\Studentinfo_finddlg.h
database\源程序\stureporttemplate.xlt
database\源程序\Subjectdlg.cpp
database\源程序\Subjectdlg.h
database\源程序\Subjectinfo.cpp
database\源程序\Subjectinfo.h
database\源程序\Teacherinfodlg.cpp

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

发表评论

0 个回复

  • Visual-CPP--
    深入编程内幕——Visual C++,详细介绍vc编程的内幕(Depth programming Insider- Visual C++)
    2013-06-12 17:00:49下载
    积分:1
  • 真二叉树重构
    说明:  但是对于“真二叉树”(每个内部节点都有两个孩子的二叉树),给定它的先序、后序遍历序列足以完全确定它的结构。将二叉树的n个节点用[1, n]内的整数进行编号,输入一棵真二叉树的先序、后序遍历序列,请输出它的中序遍历序列。(But for one proper binary tree, in which each internal node has two sons, we can uniquely determine it through its given preorder traversal sequence and postorder traversal sequence.Label n nodes in one binary tree using the integers in [1, n], we would like to output the inorder traversal sequence of a binary tree through its preorder and postorder traversal sequence.)
    2019-04-21 16:54:36下载
    积分:1
  • PuncturedConvolutionalCodes
    删除卷积码的译码算法,分析其删除原理,给出常用删除模式(Punctured Convolutional code decoding algorithms, to analyze the deletion of principle, given the deletion of common mode)
    2009-06-09 23:34:30下载
    积分:1
  • ImageShow - 副本
    图像的ROI区域选取,对图像的二值化与旋转处理(ROI region of the image, the image of the two values and rotation processing)
    2017-07-31 11:00:56下载
    积分:1
  • 101259345hXeu7KjO
    xzccxawefwefregref豆腐干的 额外 发 懂得的 ( ccfdsgvergrtgreg)
    2009-11-19 09:02:52下载
    积分:1
  • Test
    ARQ信道一到六实现通信源代码,配有模拟仿真信道(ARQ one to six channels for communication source code, with the channel simulation)
    2011-05-09 18:07:49下载
    积分:1
  • get-shadowSSRT-addr--now
    获取shadow SSDT 当前地址 用于修改驱动(Get shadow SSDT address is used to modify the current drive)
    2013-05-28 13:16:16下载
    积分:1
  • Notify-Icon
    This control add your applications icon in the system tray.It also support baloon type tool tip. It s cool Control.
    2013-09-20 07:04:01下载
    积分:1
  • vc-zhuru
    一段注入代码,简单易用,适合研究 用外挂的可以看看(Inject code section, easy to use, suitable for research)
    2013-03-26 22:21:43下载
    积分:1
  • disk
    磁盘是高速、大容量、旋转型、可直接存取的存储设备。它作为计算机系统的辅助存储器,担负着繁重的输入输出工作,在现代计算机系统中往往同时会有若干个要求访问磁盘的输入输出要求。系统可采用一种策略,尽可能按最佳次序执行访问磁盘的请求。由于磁盘访问时间主要受寻道时间T的影响,为此需要采用合适的寻道算法,以降低寻道时间。本实验要求学生模拟设计一个磁盘调度程序,观察调度程序的动态运行过程。通过实验让学生理解和掌握磁盘调度的职能。(Disk is the high-speed, large capacity, rotating, direct access storage device. As a secondary computer system memory, to carry out heavy work input and output in modern computer systems often also have a number of requests to access the disk input and output requirements. System can use a strategy, as far as possible the best order of implementation of the disk access requests. As the disk access time is mainly affected by the impact of seek time T, which requires use of appropriate seeking algorithms to reduce the seek time. This experiment requires students to design a disk scheduling simulation program, observe the dynamic process scheduler. Experiments for students to understand and grasp the disk scheduling functions.)
    2010-05-29 16:06:53下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载