登录
首页 » Visual C++ » CourseManager

CourseManager

于 2013-12-18 发布 文件大小:89KB
0 323
下载积分: 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 个回复

  • vcODBC
    实现简单的学生信息管理系统,实现查询,添加,删除,修改功能(Simple student information management system, query, add, delete, modify the function)
    2020-07-03 07:00:02下载
    积分:1
  • Student_management_sys
    学生管理系统,主要功能实现学生信息的增删改查等等。(dfdf fredg dfgreasf )
    2015-12-28 20:20:42下载
    积分:1
  • CPP
    甘肃政法学院面向对象程序设计期末考试题目学生选课系统的设计与开发 (Gansu Institute of Politics and object-oriented programming design exam questions at the end of the period the design and development of the student elective system)
    2013-05-16 15:37:45下载
    积分:1
  • Library2
    说明:  图书借阅系统,图书信息与数据库连接,向数据库添加或删除记录。(Book lending system, library information and database connections, add or delete records to the database.)
    2011-03-10 15:34:42下载
    积分:1
  • WOK_Course_20131015
    endnote 的详细说明,有利于今后英文文献的管理(Describe endnote, help manage the future of English literature)
    2013-12-08 19:54:42下载
    积分:1
  • xuesheng
    学生成绩管理系统,适合初学者用 内容比较简单但是很实用 基本的vc++知识都在里面(Student performance management system is suitable for beginners)
    2010-12-05 15:21:04下载
    积分:1
  • 100Score
    一个百分制成绩的测试框架工程,能够对初学者判断语句的使用等方面进行很好的考核(A percentile score of the test framework project for beginners can use the statement to determine other aspects of a good assessment)
    2013-12-12 20:56:44下载
    积分:1
  • shijuanshengcheng
    试卷生成系统,可自动生成,删除,查找,手动组卷等等(Paper Generation System can automatically generate, delete, search, manual test paper, etc.)
    2013-12-22 16:11:18下载
    积分:1
  • kaoshi
    输入学生序号,可以获得学生的总分,平均分,还可以获得一门课程的最低最高分以及课程的补考情况(Enter a student ID, students can obtain the total score, the average score, you can also get a make-up course in the case of the lowest and highest points of the course)
    2016-03-06 23:16:53下载
    积分:1
  • newxuejigl
    说明:  学籍管理系统 系统是在VC++6.0和SQL Server 2000下开发的. 数据库在Database目录下,在SQLSERVER的查询分析器中执行即可生成数据库. 源程序在Src目录中. 因为程序极为经典,所以本人在此转载~ 一、编程环境: windows2000 +visual stdio c++ .net,Ado + SQL2000 二、SQL设置: 将在SQL2000下建立schooldata数据库,导入数据文件 三、导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同。 主要用ADO访问数据库,和几个显示数据的控件Treectrl,listctrl,datagrid等程序中有几个BUG还没解决, 四、实现功能: 操作:在选择查询条件:选择一个,tree控件里显示相关信息 可以在tree控件里单击来显示每个ITEM,每个ITEM相关信息显示在LIST控件内 双击LIST控件显示具体信息 也可以在窗口里单击右键或操作菜单具体操作 五、主要功能: 查询,添加,删除,显示“学院,各系,班级,学生,教师,社团,课程”等信息(err)
    2006-03-14 14:30:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载