登录
首页 » Visual C++ » database

database

于 2020-11-06 发布
0 178
下载积分: 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 个回复

  • xianxing
    1.输入一组整型元素序列,建立顺序表。 2.实现该顺序表的遍历。 3.在该顺序表中进行顺序查找某一元素,查找成功返回 1,否则返回 0。 4.判断该顺序表中元素是否对称,对称返回1,否则返回0。 5.实现把该表中所有奇数排在偶数之前,即表的前面为奇数,后面为偶数。 6.输入整型元素序列利用有序表插入算法建立一个有序表。 7.利用算法 6 建立两个非递减有序表并把它们合并成一个非递减有序表。 8.编写一个主函数,调试上述算法。 * 9.综合训练:利用顺序表实现一个班级学生信息管理(数据录入、插入、删 除、排序、查找等) (err)
    2008-04-19 10:04:01下载
    积分:1
  • OLED(8080)
    stm32驱动OLED,8080并口方式。(oled display(8080))
    2014-07-20 21:08:05下载
    积分:1
  • WDM_Driver
    windows驱动详解张帆著 第一章 源码 wdm_driver,非常详细适合入门级的驱动开发(Detailed sails windows driver source code with the first chapter wdm_driver, very detailed for entry-level driver development)
    2013-10-23 10:59:55下载
    积分:1
  • w3c
    c客户端与互联网服务器通讯类文件,支持多文件上载,提交form等等,同时提供异步方式.(c client server and Internet communications papers to support more file uploading, etc. to form, It also provides asynchronous mode.)
    2006-10-10 17:07:58下载
    积分:1
  • PCI9054_IO_Read_Write_Operation_Use_DriverStudio
    PCI9054实现IO读写操作 非常好 PCI9054实现IO读写操作 非常好(PCI9054 IO read and write operations to achieve very good)
    2011-01-13 14:22:09下载
    积分:1
  • DirectSound混音
    要程序是利用DirectSound开发包进行编程的例了,希望能够给学习DirectSound编程的朋友一些帮助。(procedures to be used for DirectSound Development Kit Programming cases, I hope to be able to learn programming DirectSound friends help.)
    2005-07-11 12:58:40下载
    积分:1
  • PipeLine
    基础direct3d图形 窗口 渲染 初学 了解代码专用(Foundation direct3d graphics window rendering)
    2012-11-19 17:46:14下载
    积分:1
  • POJ
    说明:  北京大学ACM竞赛试题集锦,希望对你的编程能力因为它而更上一层楼,它的算法设计方面很有帮助对你(Beijing University ACM Collection questions, and I hope to your programming capability because it is being, it's helpful in the design of algorithms to you)
    2005-11-17 11:28:35下载
    积分:1
  • 用VC写的由湿地DEM生成的三维模型 Swampy
    师兄用VC写的由湿地DEM生成的三维模型,赋有纹理,可以动态漫游,地理分析。希望对搞GIS开发的朋友有所帮助。包含DEM和纹理数据,所以有点大,请耐心下载。(senior VC written by DEM wetlands generated 3D model, endowed with texture, dynamic roaming, geographic analysis. Hope to engage in the development of the GIS friends help. DEM contains data and texture, a bit, please download patience.)
    2007-04-17 10:58:27下载
    积分:1
  • VC_Program_Example
    Vc编程实例参考,个人的好手册,但是要说明,这个适合初学者,非常不错!大家可以好好参考!(VC handbook about program examples, personally, it is a good handbook, but i should tell you, it is helpful to freshman, very good, you can take it as a reference!)
    2011-06-04 11:59:30下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载