-
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
-
supermarket
aplikasi untuk minimarket
- 2018-05-28 15:21:53下载
- 积分:1
-
vcPaccessPxscjgl
学生成绩管理系统,visual c++与Access数据库实现(Student achievement management system, Visual C++ and Access database to achieve)
- 2013-05-07 20:17:20下载
- 积分:1
-
studentgradecw
说明: 成绩管理系统,用VC和SQL 2000开发,非常不错的一个系统,用户根据不同权限访问数据库,进行添加、修改、查询、删除、打印、备份和还原数据库等操作(performance management system, with VC 2000 and SQL development, a very good system, Under the authority of different users access to the database, add, modify, search, delete, print, backup and restore databases, and other operations)
- 2006-11-30 20:03:42下载
- 积分:1
-
c-language-Web-tutorial
全国计算机等级考试二级c语言网页教程。。。。。(The NCRE two c language Web tutorial)
- 2013-03-09 12:50:16下载
- 积分:1
-
xuesheng
学生成绩管理系统,适合初学者用 内容比较简单但是很实用 基本的vc++知识都在里面(Student performance management system is suitable for beginners)
- 2010-12-05 15:21:04下载
- 积分: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
-
TeSys
基于VC++和ADO的考试系统,数据库使用SQL2000。实现了用户管理,老师可在后台添加学生和试题。(Based on VC++ and ADO exam system, the database using SQL2000. Implementation of user management, teacher in the background can be added to students and examination questions.)
- 2012-03-11 13:59:27下载
- 积分:1
-
management-system
学生成绩管理系统,具体包括所在班级的学生信息管理、课程信息管理以及学生成绩管理,并完成相应的查询、统计、排序输出等功能。(Student achievement management system, including the student s specific class information management, information management courses and student achievement management, and complete the appropriate query, statistics, sorting out other functions.)
- 2013-12-28 10:32:42下载
- 积分:1
-
ex10
定义一个CStudent类,在该类定义中包括:一个数据成员score(分数)及两个静态数据成员total(总分)和学生人数count:成员函数STC(float s)设置分数,求总分,累计学生人数:静态成员函数Sum返回总分;静态成员函数Average求平均值。在main函数中,输入某班同学的成绩,并调用上述函数求全班学生的总分和平均分。(Define a CStudent class in the class definition, including: a data member score (Score) and two static data members total (total score) and the number of students count: the member function STC (float s) set score, find the total score, the cumulative Number of students: the static member function Sum return score static member function Average average. In the main function, enter the results of a class of students seeking the total score and the average score of students in the class and call the above function.)
- 2012-12-04 21:00:34下载
- 积分:1