登录
首页 » Visual C++ » CourseManager

CourseManager

于 2013-12-18 发布 文件大小:89KB
0 303
下载积分: 1 下载次数: 2

代码说明:

  课程管理系统。本例将介绍如何构造一个ODBC数据库以及通过MFC如何使用ODBC数据库,并且通过MFC来实现一个课程信息管理系统。(This example describes how to construct an ODBC database and how to use the ODBC database by MFC and MFC to implement a program through information management system.)

文件列表:

CourseManager
.............\CourseManager.aps,46928,2005-03-27
.............\CourseManager.clw,4013,2005-03-27
.............\CourseManager.cpp,3786,2005-03-27
.............\CourseManager.dsp,4710,2005-03-27
.............\CourseManager.dsw,549,2005-03-27
.............\CourseManager.h,987,2005-03-27
.............\CourseManager.ncb,91136,2005-07-19
.............\CourseManager.opt,48640,2005-07-19
.............\CourseManager.plg,2576,2005-07-19
.............\CourseManager.rc,13443,2005-03-27
.............\coursset.cpp,1298,2005-03-27
.............\coursset.h,875,2005-03-27
.............\Debug
.............\.....\CourseManager.exe,131201,2005-07-19
.............\enroldoc.cpp,1620,2005-03-27
.............\enroldoc.h,1104,2005-03-27
.............\enroll.mak,6187,1998-03-27
.............\enroll.ncb,115712,2004-10-31
.............\enroll.opt,53760,2004-10-31
.............\hlp
.............\mainfrm.cpp,2527,2005-03-27
.............\mainfrm.h,1152,2005-03-27
.............\makefile,583,1998-03-27
.............\readme.txt,3667,2005-03-27
.............\res

.............\...\CourseManager.rc2,405,2005-03-27

.............\resource.h,1063,2005-03-27
.............\sectform.cpp,6324,2005-03-27
.............\sectform.h,1865,2005-03-27
.............\sectset.cpp,1769,2005-03-27
.............\sectset.h,970,2005-03-27
.............\stdafx.cpp,211,2005-03-27
.............\stdafx.h,564,2005-03-27
.............\studentregister.mdb,163840,2005-07-19
.............\StudentRegister.ncb,58368,2005-03-27
.............\StudentRegister.opt,48640,2005-03-27
readme.txt,112,2005-07-22

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

发表评论

0 个回复

  • SMS2
    描述学生管理系统的程序代码,通过此程序代码处理一些基本的关于学生成绩管理的问题(Description of Student Management System program code, through this program code deal with some basic grade students about the management of problem)
    2009-03-27 23:13:31下载
    积分:1
  • calculationaboutCauchydispersionformula
    计算柯西色散公式系数的,要做棱镜色散实验的同学可以拿走算数据,VC2008下编译通 过。VC6.0应该也可以。逐组输入波长和对应的折射率后,输出A、B、C三个系数的值。仓 促编写,风格不太好。const int num是测量的谱线数,如果不是5组请自己改一下该数值。 (Cauchy' s formula for calculating coefficient of dispersion, dispersion prism to do the experiment for students to take count data, VC2008 compiled through. VC6.0 should be able to. One by one set of input wavelengths and the corresponding refractive index, the output of A, B, C 3 coefficient values. Hasty preparation, style is not very good. const int num is a measure of the number of lines, if not five Group requested the change you on the value of their own.)
    2009-12-05 21:38:52下载
    积分:1
  • FMDB
    基于VC++和数据库的学生成绩管理 程序能运行 基本没什么错误
    2010-12-08 14:10:32下载
    积分:1
  • achievement-management.rar
    学生成绩查询系统,是计算机专业,测控专业,自动化专业本科课程设计的经典案例。(Student achievement query system, a computer professional, monitoring and control, Automation undergraduate curriculum design classic case.)
    2013-09-14 20:20:43下载
    积分:1
  • kaoshi
    c++实现的考试成绩管理系统,基于access数据库,可供初学者参考c++语言,及完整系统的设计与实现。(c++ implementation of the test result management system, based on the access database, available for beginners reference c++ language, and complete system design and implementation.)
    2010-12-06 14:50:57下载
    积分:1
  • jiaoxueguanli
    我做的一个教学管理的软件,可以对其进行增删查改等等功能!(I do a teaching management software, its additions and deletions investigation changed more!)
    2012-09-04 21:38:14下载
    积分:1
  • bd2000
    是一个学生的 选课系统有很好的选课功能 可以商业买卖了(students is a good system Elective classes of functions can be a commercial trading)
    2005-04-05 10:57:25下载
    积分:1
  • zizhangjishu11
    这是2012年全国大学生数学建模大赛的题目,自己写的程序,纸张计数系统,非常实用。(This is the topic of 2012 national college students mathematical modeling contest, write their own procedures, paper counting system, very practical.)
    2014-11-24 14:00:14下载
    积分:1
  • library
    图书馆管理系统,实现图书馆的查询、借阅、还书、续借等功能。(Library management system, library research, borrow books, renewals, etc.)
    2012-05-20 19:04:59下载
    积分:1
  • 1
    说明:  学生成绩管理信息系统代码: 成绩记录簿 用Visual C++编制一个C语言成绩记录簿,每个学生信息包括:学号、姓名、C语言成绩。具体功能: (1)创建信息链表并以磁盘文件保存; (2)读取磁盘文件并显示输出所有学生的成绩; (3)按学号或姓名查询成绩; (4)添加成绩记录; (5)修改指定姓名或学号的学生的成绩并可存盘; (6)显示输出60分以下、60~79、80~89、90分以上各分数段的学生信息。 */(Student performance management information system code)
    2011-01-03 02:05:47下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载