登录
首页 » Visual C++ » database

database

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

  • CheckDifxDriverInstall
    GetCurrentDirectory, DriverPackageGetPath Check Driver Install
    2013-05-01 13:25:50下载
    积分:1
  • 49525823chap04Telnet
    Visual C++ .NET 网络与通信高级编程范例配套代码(Visual C++. NET network and high-level programming paradigm supporting code)
    2014-02-20 23:05:14下载
    积分:1
  • source-code
    Opencv教程的实例源代码 书中的C/C++语言实例。各实例子目录中的*.dsw和*.dsp文件分别为Windows下Visual C++ 6.0的Workspace文件和Project文件;Makefile是Linux下GNU Make的输入文件。在Windows环境下,双击*.dsw文件将会启动Visual C++ 6.0并装载该实例;在Linux环境下,输入make命令就可以编译该实例。(Opencv tutorial source code examples in the book of C/C++ language examples. .. Each instance subdirectory* dsw and* dsp files are under Visual C++ 6.0 for Windows File and Project Workspace file Makefile Linux is GNU Make the input file. In the Windows environment, double* dsw file will start the Visual C++ 6.0 and load the instance in the Linux environment, enter the make command to compile the examples.)
    2013-12-05 22:28:11下载
    积分:1
  • MODBUStcp
    VB下的MODBUS TCP通讯测软件,读写功能 01,02,03,04功能
    2021-01-07 16:48:52下载
    积分:1
  • ISQLADO_src
    使用DAO的交互式输入执行SQL语句,并显示结果的程序(The example of excuting SQL alternatively by DAO and displaying the result )
    2001-01-01 00:00:00下载
    积分:1
  • GrabTwoCameras
    Basler多相机图像采集二次开发程序,通过设定好的IP地址,在Gige接口下读取多个相机采集图像。(Basler multi-camera frame grabber secondary development program, by setting a good IP address, read multiple cameras to capture images at Gige interface.)
    2021-04-08 14:49:00下载
    积分:1
  • sdt_rev250p
    很好的嵌入式操作系统资料,高效率的实时嵌入式操作系统。含有三星的原版资料。(Very good information on embedded operating systems, efficient real-time embedded operating system. Samsung contain original information.)
    2009-02-22 08:28:18下载
    积分:1
  • CalRemainder
    可以根据输入的生成多项式计算CRC16的余式表,并输出到TXT文件中打开。附赠CRC16的查表程序和直接计算程序,供验证用。使用这段程序,可以完美解决CRC16的编程问题,CRC32以及CRC8也可以参考使用。(CRC16 remainder table according to the generator polynomial of the input and output to a TXT file to open. Comes with a CRC16 table look-up procedure and a direct calculation program, for verification purposes. This program can be the perfect solution the CRC16 programming problem, the CRC32 and CRC8 also be of use.)
    2012-02-18 12:56:17下载
    积分:1
  • Hacking-Exposed
    一本优秀的国外黑客教程(中文版),介绍了很多主流的黑客手段和其所使用的工具,并且难度适中,新手和高手都适合看。(An excellent foreign hackers tutorial (Chinese version), introduces some mainstream hacking tools and means.)
    2015-05-04 20:50:09下载
    积分:1
  • MediaPlayersourcecode
    媒体播放器(VC6.0 + source code)(Media Player (VC6.0+ source code))
    2009-12-30 09:00:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载